Home
last modified time | relevance | path

Searched defs:HLIST_HEAD (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dlist.h552 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } macro
/openbmc/linux/tools/include/linux/
H A Dlist.h607 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } macro
/openbmc/linux/include/linux/
H A Dlist.h932 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } macro