Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
task_alloc
usr/src/lib/libfakekernel/common/taskq.c
163
if ((t = task_alloc(tq, tqflags)) == NULL) {
usr/src/lib/libfakekernel/common/taskq.c
336
task_free(tq, task_alloc(tq, KM_SLEEP));
usr/src/lib/libfakekernel/common/taskq.c
366
task_free(tq, task_alloc(tq, KM_SLEEP));