Lines Matching refs:refcnt
79 int refcnt; member
91 int refcnt; member
332 root_ht->refcnt++; in u32_init()
346 tp_c->refcnt++; in u32_init()
362 n->ht_down->refcnt--; in u32_destroy_key()
448 WARN_ON(ht->refcnt); in u32_destroy_hnode()
486 if (root_ht->refcnt > 1) in u32_destroy()
488 if (root_ht->refcnt == 1) { in u32_destroy()
494 if (tp_c->refcnt > 1) in u32_destroy()
497 if (tp_c->refcnt == 1) { in u32_destroy()
508 if (root_ht && --root_ht->refcnt == 0) in u32_destroy()
511 if (--tp_c->refcnt == 0) { in u32_destroy()
519 ht->refcnt--; in u32_destroy()
549 if (ht->refcnt == 1) { in u32_delete()
550 ht->refcnt--; in u32_delete()
618 ht_down->refcnt++; in u32_set_parms()
625 ht_old->refcnt--; in u32_set_parms()
701 new->ht_down->refcnt++; in u32_init_knode()
791 ht->refcnt = 1; in u32_change()