Searched refs:hlist_nulls_entry (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | list_nulls.h | 31 #define hlist_nulls_entry(ptr, type, member) container_of(ptr,type,member) macro 102 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1;}); \ 114 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1;}); \
|
D | rculist_nulls.h | 118 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1; }); \
|
/include/net/ |
D | sock.h | 518 return hlist_nulls_entry(head->first, struct sock, sk_nulls_node); in __sk_nulls_head() 535 hlist_nulls_entry(sk->sk_nulls_node.next, in sk_nulls_next()
|