Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/linux/
Dlist.h596 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } macro
/Linux-v4.19/include/linux/
Dlist.h656 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } macro