Home
last modified time | relevance | path

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

/openbmc/linux/mm/kasan/
H A Dquarantine.c40 #define QLIST_INIT { NULL, NULL, 0 } macro
/openbmc/qemu/include/qemu/
H A Dqueue.h101 #define QLIST_INIT(head) do { \ macro