Home
last modified time | relevance | path

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

/linux-6.6.21/tools/include/linux/
Dlist.h607 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } macro
/linux-6.6.21/include/linux/
Dlist.h932 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } macro