Searched refs:nulls (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/RCU/ |
H A D | rculist_nulls.rst | 13 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
|
/openbmc/linux/include/linux/ |
H A D | list_nulls.h | 29 #define INIT_HLIST_NULLS_HEAD(ptr, nulls) \ argument 30 ((ptr)->first = (struct hlist_nulls_node *) NULLS_MARKER(nulls))
|
/openbmc/linux/drivers/firmware/ |
H A 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()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack.h | 201 void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls);
|
/openbmc/linux/arch/alpha/lib/ |
H A D | stxncpy.S | 175 cmpbge zero, t2, t8 # e0 : find nulls in second partial
|
H A D | ev6-stxncpy.S | 217 cmpbge zero, t2, t8 # E : find nulls in second partial
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_core.c | 2566 void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls) in nf_ct_alloc_hashtable() argument 2582 if (hash && nulls) in nf_ct_alloc_hashtable()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 5027 ondisk, which means that nulls are not name terminators.
|