Home
last modified time | relevance | path

Searched refs:tp_c (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/net/sched/
H A Dcls_u32.c373 root_ht->handle = tp_c ? gen_new_htid(tp_c, root_ht) : id2handle(0); in u32_init()
378 if (tp_c == NULL) { in u32_init()
379 tp_c = kzalloc(sizeof(*tp_c), GFP_KERNEL); in u32_init()
385 tp_c->ptr = key; in u32_init()
399 tp->data = tp_c; in u32_init()
475 tp_c->knodes--; in u32_delete_key()
597 tp_c->knodes--; in u32_clear_hnode()
618 hn = &tp_c->hlist; in u32_destroy_hnode()
663 kfree(tp_c); in u32_destroy()
695 *last = refcount_read(&tp_c->refcnt) == 1 && tp_c->knodes == 0; in u32_delete()
[all …]