Home
last modified time | relevance | path

Searched refs:nulls (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/RCU/
H A Drculist_nulls.rst13 Using 'nulls'
16 Using special makers (called 'nulls') is a convenient way
19 Without 'nulls', a typical RCU linked list managing objects which are
145 For example, if we choose to store the slot number as the 'nulls'
148 to another chain) checking the final 'nulls' value if
149 the lookup met the end of chain. If final 'nulls' value
182 // If the nulls value we got at the end of this lookup is
/linux/drivers/firmware/
H A Discsi_ibft.c184 static const char nulls[16]; variable
194 return (memcmp(ip, nulls, 16) && memcmp(ip, mapped_nulls, 16)); in address_not_null()
/linux/include/net/netfilter/
H A Dnf_conntrack.h193 * Allocate a hashtable of hlist_head (if nulls == 0),
194 * or hlist_nulls_head (if nulls == 1)
196 void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls);
/linux/arch/alpha/lib/
H A Dstxncpy.S175 cmpbge zero, t2, t8 # e0 : find nulls in second partial
H A Dev6-stxncpy.S217 cmpbge zero, t2, t8 # E : find nulls in second partial
/linux/net/netfilter/
H A Dnf_conntrack_core.c2524 void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls) in nf_ct_alloc_hashtable() argument
2540 if (hash && nulls) in nf_ct_alloc_hashtable()