HLIST_HEAD        739 include/linux/list.h #define HLIST_HEAD(name) struct hlist_head name = {  .first = NULL }
HLIST_HEAD        596 tools/include/linux/list.h #define HLIST_HEAD(name) struct hlist_head name = {  .first = NULL }