Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dlist_nulls.h54 static inline unsigned long get_nulls_value(const struct hlist_nulls_node *ptr) in get_nulls_value() function
/linux-6.3-rc2/net/mptcp/
A Dtoken.c226 if (get_nulls_value(pos) != (token & token_mask)) in mptcp_token_exists()
273 if (get_nulls_value(pos) != (token & token_mask)) in mptcp_token_get_sock()
/linux-6.3-rc2/net/ipv4/
A Dinet_timewait_sock.c334 if (get_nulls_value(node) != slot) in inet_twsk_purge()
A Dinet_hashtables.c508 if (get_nulls_value(node) != slot) in __inet_lookup_established()
/linux-6.3-rc2/net/llc/
A Dllc_conn.c507 if (unlikely(get_nulls_value(node) != slot)) in __llc_lookup_established()
566 if (unlikely(get_nulls_value(node) != slot)) in __llc_lookup_listener()
A Dllc_sap.c343 if (unlikely(get_nulls_value(node) != slot)) in llc_lookup_dgram()
/linux-6.3-rc2/net/ipv6/
A Dinet6_hashtables.c83 if (get_nulls_value(node) != slot) in __inet6_lookup_established()
/linux-6.3-rc2/Documentation/RCU/
A Drculist_nulls.rst172 if (get_nulls_value(node) != slot) {
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_standalone.c131 if (likely(get_nulls_value(head) == st->bucket)) { in ct_get_next()
A Dnf_conntrack_core.c770 if (get_nulls_value(n) != bucket) { in ____nf_conntrack_find()
1353 if (get_nulls_value(n) != hash) { in nf_conntrack_tuple_taken()
/linux-6.3-rc2/kernel/bpf/
A Dhashtab.c642 if (unlikely(get_nulls_value(n) != (hash & (n_buckets - 1)))) in lookup_nulls_elem_raw()
/linux-6.3-rc2/mm/
A Dvmscan.c5413 if (gen != get_nulls_value(pos)) in shrink_many()

Completed in 37 milliseconds