Home
last modified time | relevance | path

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

/include/linux/
A Dlist_nulls.h33 #define hlist_nulls_entry(ptr, type, member) container_of(ptr,type,member) macro
37 !is_a_nulls(____ptr) ? hlist_nulls_entry(____ptr, type, member) : NULL; \
131 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1;}); \
143 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1;}); \
A Drculist_nulls.h171 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1; }); \
186 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); \
/include/net/
A Dsock.h746 return hlist_nulls_entry(head->first, struct sock, sk_nulls_node); in __sk_nulls_head()
762 hlist_nulls_entry(sk->sk_nulls_node.next, in sk_nulls_next()

Completed in 14 milliseconds