Searched refs:TASK_INIT_FLAGS (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | taskqueue.h | 119 #define TASK_INIT_FLAGS(task, priority, func, context, flags) do { \ macro 127 #define TASK_INIT(t, p, f, c) TASK_INIT_FLAGS(t, p, f, c, 0)
|
H A D | epoch.h | 112 #define NET_TASK_INIT(t, p, f, c) TASK_INIT_FLAGS(t, p, f, c, TASK_NETWORK)
|