Searched refs:linux_work_fn (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c85 * completed. This function gives the linux_work_fn() function a hint,
211 linux_work_fn(void *context, int pending) function
285 linux_work_fn(&dwork->work, pending);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h111 TASK_INIT(&(work)->work_task, 0, linux_work_fn, (work)); \
224 extern void linux_work_fn(void *, int);

Completed in 82 milliseconds