Searched refs:LIST_HEAD_INIT (Results 1 – 17 of 17) sorted by relevance
| /include/linux/ |
| A D | async.h | 27 struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ 35 struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \
|
| A D | plist.h | 88 .node_list = LIST_HEAD_INIT((head).node_list) \ 106 .prio_list = LIST_HEAD_INIT((node).prio_list), \ 107 .node_list = LIST_HEAD_INIT((node).node_list), \
|
| A D | semaphore.h | 36 .wait_list = LIST_HEAD_INIT((name).wait_list) \
|
| A D | swait.h | 55 .task_list = LIST_HEAD_INIT((name).task_list), \ 63 .task_list = LIST_HEAD_INIT((name).task_list), \
|
| A D | klist.h | 27 .k_list = LIST_HEAD_INIT(_name.k_list), \
|
| A D | mutex.h | 82 , .wait_list = LIST_HEAD_INIT(lockname.wait_list) \
|
| A D | rwsem.h | 107 .wait_list = LIST_HEAD_INIT((name).wait_list), \
|
| A D | kthread.h | 147 .node = LIST_HEAD_INIT((work).node), \
|
| A D | sbitmap.h | 597 .entry = LIST_HEAD_INIT((name).wait.entry), \
|
| A D | wait_bit.h | 45 LIST_HEAD_INIT((name).wq_entry.entry), \
|
| A D | wait.h | 57 .head = LIST_HEAD_INIT(name.head) } 1210 .entry = LIST_HEAD_INIT((name).entry), \
|
| A D | list.h | 23 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 26 struct list_head name = LIST_HEAD_INIT(name)
|
| A D | iommu.h | 338 ((struct iommu_pages_list){ .pages = LIST_HEAD_INIT(name.pages) })
|
| A D | syscalls.h | 196 .enter_fields = LIST_HEAD_INIT(__syscall_meta_##sname.enter_fields), \
|
| A D | bpf.h | 1431 .lnode = LIST_HEAD_INIT(_name.ksym.lnode), \
|
| /include/trace/ |
| A D | trace_custom_events.h | 193 .fields = LIST_HEAD_INIT(custom_event_class_##call.fields),\
|
| A D | trace_events.h | 481 .fields = LIST_HEAD_INIT(event_class_##call.fields),\
|
Completed in 41 milliseconds