Home
last modified time | relevance | path

Searched refs:linux_kfree_async_task (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c324 static struct task linux_kfree_async_task = variable
325 TASK_INITIALIZER(0, linux_kfree_async_fn, &linux_kfree_async_task);
333 taskqueue_enqueue(linux_irq_work_tq, &linux_kfree_async_task); in linux_kfree_async()