Home
last modified time | relevance | path

Searched refs:kthread_insert_work (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Dkthread.c877 static void kthread_insert_work(struct kthread_worker *worker, in kthread_insert_work() function
909 kthread_insert_work(worker, work, &worker->work_list); in kthread_queue_work()
947 kthread_insert_work(worker, work, &worker->work_list); in kthread_delayed_work_timer_fn()
970 kthread_insert_work(worker, work, &worker->work_list); in __kthread_queue_delayed_work()
1054 kthread_insert_work(worker, &fwork.work, work->node.next); in kthread_flush_work()
1056 kthread_insert_work(worker, &fwork.work, in kthread_flush_work()
/kernel/linux/linux-6.6/kernel/
H A Dkthread.c969 static void kthread_insert_work(struct kthread_worker *worker, in kthread_insert_work() function
1003 kthread_insert_work(worker, work, &worker->work_list); in kthread_queue_work()
1041 kthread_insert_work(worker, work, &worker->work_list); in kthread_delayed_work_timer_fn()
1063 kthread_insert_work(worker, work, &worker->work_list); in __kthread_queue_delayed_work()
1147 kthread_insert_work(worker, &fwork.work, work->node.next); in kthread_flush_work()
1149 kthread_insert_work(worker, &fwork.work, in kthread_flush_work()

Completed in 4 milliseconds