Searched refs:nulls (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/Documentation/RCU/ |
D | rculist_nulls.rst | 13 Using 'nulls' 16 Using special makers (called 'nulls') is a convenient way 138 For example, if we choose to store the slot number as the 'nulls' 141 to another chain) checking the final 'nulls' value if 142 the lookup met the end of chain. If final 'nulls' value 168 * if the nulls value we got at the end of this lookup is
|
/linux-5.19.10/include/linux/ |
D | list_nulls.h | 29 #define INIT_HLIST_NULLS_HEAD(ptr, nulls) \ argument 30 ((ptr)->first = (struct hlist_nulls_node *) NULLS_MARKER(nulls))
|
/linux-5.19.10/drivers/firmware/ |
D | iscsi_ibft.c | 184 static const char nulls[16]; variable 194 return (memcmp(ip, nulls, 16) && memcmp(ip, mapped_nulls, 16)); in address_not_null()
|
/linux-5.19.10/include/net/netfilter/ |
D | nf_conntrack.h | 199 void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls);
|
/linux-5.19.10/arch/alpha/lib/ |
D | stxncpy.S | 175 cmpbge zero, t2, t8 # e0 : find nulls in second partial
|
D | ev6-stxncpy.S | 217 cmpbge zero, t2, t8 # E : find nulls in second partial
|
/linux-5.19.10/net/netfilter/ |
D | nf_conntrack_core.c | 2579 void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls) in nf_ct_alloc_hashtable() argument 2592 if (hash && nulls) in nf_ct_alloc_hashtable()
|