Searched refs:hlist_nulls_entry (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/ |
D | list_nulls.h | 32 #define hlist_nulls_entry(ptr, type, member) container_of(ptr,type,member) macro 36 !is_a_nulls(____ptr) ? hlist_nulls_entry(____ptr, type, member) : NULL; \ 130 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1;}); \ 142 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1;}); \
|
D | rculist_nulls.h | 171 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1; }); \ 186 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); \
|
/Linux-v5.10/include/net/ |
D | sock.h | 627 return hlist_nulls_entry(head->first, struct sock, sk_nulls_node); in __sk_nulls_head() 643 hlist_nulls_entry(sk->sk_nulls_node.next, in sk_nulls_next()
|
/Linux-v5.10/fs/ |
D | io-wq.c | 280 worker = hlist_nulls_entry(n, struct io_worker, nulls_node); in io_wqe_activate_free_worker()
|
/Linux-v5.10/net/netfilter/ |
D | nf_conntrack_core.c | 2503 h = hlist_nulls_entry(nf_conntrack_hash[i].first, in nf_conntrack_hash_resize()
|