LIST_BL_LOCKMASK 59 include/linux/list_bl.h ((unsigned long)h->first & ~LIST_BL_LOCKMASK); LIST_BL_LOCKMASK 65 include/linux/list_bl.h LIST_BL_BUG_ON((unsigned long)n & LIST_BL_LOCKMASK); LIST_BL_LOCKMASK 66 include/linux/list_bl.h LIST_BL_BUG_ON(((unsigned long)h->first & LIST_BL_LOCKMASK) != LIST_BL_LOCKMASK 67 include/linux/list_bl.h LIST_BL_LOCKMASK); LIST_BL_LOCKMASK 68 include/linux/list_bl.h h->first = (struct hlist_bl_node *)((unsigned long)n | LIST_BL_LOCKMASK); LIST_BL_LOCKMASK 73 include/linux/list_bl.h return !((unsigned long)h->first & ~LIST_BL_LOCKMASK); LIST_BL_LOCKMASK 93 include/linux/list_bl.h LIST_BL_BUG_ON((unsigned long)n & LIST_BL_LOCKMASK); LIST_BL_LOCKMASK 98 include/linux/list_bl.h ((unsigned long)*pprev & LIST_BL_LOCKMASK)); LIST_BL_LOCKMASK 13 include/linux/rculist_bl.h LIST_BL_BUG_ON((unsigned long)n & LIST_BL_LOCKMASK); LIST_BL_LOCKMASK 14 include/linux/rculist_bl.h LIST_BL_BUG_ON(((unsigned long)h->first & LIST_BL_LOCKMASK) != LIST_BL_LOCKMASK 15 include/linux/rculist_bl.h LIST_BL_LOCKMASK); LIST_BL_LOCKMASK 17 include/linux/rculist_bl.h (struct hlist_bl_node *)((unsigned long)n | LIST_BL_LOCKMASK)); LIST_BL_LOCKMASK 23 include/linux/rculist_bl.h ((unsigned long)rcu_dereference_check(h->first, hlist_bl_is_locked(h)) & ~LIST_BL_LOCKMASK);