Lines Matching refs:OldRef
4457 struct OldRef { struct
4458 struct OldRef *ht_next; // to link hash table nodes together. argument
4460 struct OldRef *prev; // to refs older than this one argument
4461 struct OldRef *next; // to refs newer that this one argument
4465 OldRef; argument
4468 static inline UInt oldref_tsw (const OldRef* or) in oldref_tsw()
4493 static OldRef mru;
4494 static OldRef lru;
4511 static inline void OldRef_unchain(OldRef *r) in OldRef_unchain()
4521 static inline void OldRef_newest(OldRef *new) in OldRef_newest()
4539 static OldRef* alloc_or_reuse_OldRef ( void ) in alloc_or_reuse_OldRef()
4545 OldRef *oldref_ht; in alloc_or_reuse_OldRef()
4546 OldRef *oldref = lru.next; in alloc_or_reuse_OldRef()
4584 OldRef example; in event_map_bind()
4585 OldRef* ref; in event_map_bind()
4660 OldRef *ref = NULL; in libhb_event_map_lookup()
4663 OldRef *cand_ref; in libhb_event_map_lookup()
4761 OldRef *ref = lru.next; in libhb_event_map_access_history()
4810 sizeof(OldRef), in event_map_init()
4837 OldRef* oldref; in event_map__check_reference_counts()
6463 oldrefHTN, (int)(oldrefHTN * sizeof(OldRef))); in libhb_shutdown()