hlist_bl_entry    144 include/linux/list_bl.h 		({ tpos = hlist_bl_entry(pos, typeof(*tpos), member); 1;}); \
hlist_bl_entry    158 include/linux/list_bl.h 		({ tpos = hlist_bl_entry(pos, typeof(*tpos), member); 1;}); \
hlist_bl_entry    125 include/linux/rculist_bl.h 		({ tpos = hlist_bl_entry(pos, typeof(*tpos), member); 1; }); \