Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h47 #define LINUX_LIST_HEAD_INIT(name) { &(name), &(name) } macro
50 struct list_head name = LINUX_LIST_HEAD_INIT(name)