LIST_BL_LOCKMASK   60 include/linux/list_bl.h 		((unsigned long)h->first & ~LIST_BL_LOCKMASK);
LIST_BL_LOCKMASK   66 include/linux/list_bl.h 	LIST_BL_BUG_ON((unsigned long)n & LIST_BL_LOCKMASK);
LIST_BL_LOCKMASK   67 include/linux/list_bl.h 	LIST_BL_BUG_ON(((unsigned long)h->first & LIST_BL_LOCKMASK) !=
LIST_BL_LOCKMASK   68 include/linux/list_bl.h 							LIST_BL_LOCKMASK);
LIST_BL_LOCKMASK   69 include/linux/list_bl.h 	h->first = (struct hlist_bl_node *)((unsigned long)n | LIST_BL_LOCKMASK);
LIST_BL_LOCKMASK   74 include/linux/list_bl.h 	return !((unsigned long)READ_ONCE(h->first) & ~LIST_BL_LOCKMASK);
LIST_BL_LOCKMASK  101 include/linux/list_bl.h 			((uintptr_t)n | ((uintptr_t)*pprev & LIST_BL_LOCKMASK)));
LIST_BL_LOCKMASK  120 include/linux/list_bl.h 	LIST_BL_BUG_ON((unsigned long)n & LIST_BL_LOCKMASK);
LIST_BL_LOCKMASK  126 include/linux/list_bl.h 			 ((unsigned long)*pprev & LIST_BL_LOCKMASK)));
LIST_BL_LOCKMASK   14 include/linux/rculist_bl.h 	LIST_BL_BUG_ON((unsigned long)n & LIST_BL_LOCKMASK);
LIST_BL_LOCKMASK   15 include/linux/rculist_bl.h 	LIST_BL_BUG_ON(((unsigned long)h->first & LIST_BL_LOCKMASK) !=
LIST_BL_LOCKMASK   16 include/linux/rculist_bl.h 							LIST_BL_LOCKMASK);
LIST_BL_LOCKMASK   18 include/linux/rculist_bl.h 		(struct hlist_bl_node *)((unsigned long)n | LIST_BL_LOCKMASK));
LIST_BL_LOCKMASK   24 include/linux/rculist_bl.h 		((unsigned long)rcu_dereference_check(h->first, hlist_bl_is_locked(h)) & ~LIST_BL_LOCKMASK);