Searched refs:LINUX_LIST_HEAD_INIT (Results 1 - 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ | ||
H A D | list.h | 45 #define LINUX_LIST_HEAD_INIT(name) { &(name), &(name) } macro 48 struct list_head name = LINUX_LIST_HEAD_INIT(name) |
Completed in 1 milliseconds