Searched refs:TASK_INIT_FLAGS (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | taskqueue.h | 123 #define TASK_INIT_FLAGS(task, priority, func, context, flags) do { \ macro 131 #define TASK_INIT(t, p, f, c) TASK_INIT_FLAGS(t, p, f, c, 0)
|
| H A D | epoch.h | 107 #define NET_TASK_INIT(t, p, f, c) TASK_INIT_FLAGS(t, p, f, c, TASK_NETWORK)
|
| /f-stack/tools/compat/include/sys/ |
| H A D | epoch.h | 107 #define NET_TASK_INIT(t, p, f, c) TASK_INIT_FLAGS(t, p, f, c, TASK_NETWORK)
|