Searched refs:NULLS_MARKER (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dlist_nulls.h28 #define NULLS_MARKER(value) (1UL | (((long)value) << 1)) macro
30 ((ptr)->first = (struct hlist_nulls_node *) NULLS_MARKER(nulls))
H A Drculist_nulls.h152 n->next = (struct hlist_nulls_node *)NULLS_MARKER(NULL);
H A Drhashtable.h91 * NULLS_MARKER() expects a hash value with the low
99 * We never store the NULLS_MARKER in the hash table
104 ((void *)NULLS_MARKER(((unsigned long) (ptr)) >> 1))

Completed in 116 milliseconds