Lines Matching refs:refcnt
81 int refcnt; member
93 int refcnt; member
338 root_ht->refcnt++; in u32_init()
352 tp_c->refcnt++; in u32_init()
367 n->ht_down->refcnt--; in u32_destroy_key()
556 WARN_ON(ht->refcnt); in u32_destroy_hnode()
595 if (root_ht->refcnt > 1) in u32_destroy()
597 if (root_ht->refcnt == 1) { in u32_destroy()
603 if (tp_c->refcnt > 1) in u32_destroy()
606 if (tp_c->refcnt == 1) { in u32_destroy()
617 if (root_ht && --root_ht->refcnt == 0) in u32_destroy()
620 if (--tp_c->refcnt == 0) { in u32_destroy()
628 ht->refcnt--; in u32_destroy()
660 if (ht->refcnt == 1) { in u32_delete()
661 ht->refcnt--; in u32_delete()
732 ht_down->refcnt++; in u32_set_parms()
739 ht_old->refcnt--; in u32_set_parms()
816 ht->refcnt++; in u32_init_knode()
923 ht->refcnt = 1; in u32_change()