Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/linux/
Dlist.h607 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } macro
/Linux-v6.1/include/linux/
Dlist.h836 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } macro