Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c219 static struct task linux_kfree_async_task = variable
220 TASK_INITIALIZER(0, linux_kfree_async_fn, &linux_kfree_async_task);
228 taskqueue_enqueue(linux_irq_work_tq, &linux_kfree_async_task); in linux_kfree_async()