Home
last modified time | relevance | path

Searched refs:LLIST_HEAD_INIT (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dllist.h64 #define LLIST_HEAD_INIT(name) { NULL } macro
65 #define LLIST_HEAD(name) struct llist_head name = LLIST_HEAD_INIT(name)
/linux/mm/
H A Dslub.c6095 .objects = LLIST_HEAD_INIT(objects),