Searched refs:NULLS_MARKER (Results 1 – 2 of 2) sorted by relevance
28 #define NULLS_MARKER(value) (1UL | (((long)value) << 1)) macro30 ((ptr)->first = (struct hlist_nulls_node *) NULLS_MARKER(nulls))
104 ((void *)NULLS_MARKER(((unsigned long) (ptr)) >> 1))