Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkthread.c235 void *kthread_func(struct task_struct *task) in kthread_func() function
242 EXPORT_SYMBOL_GPL(kthread_func);
/linux/drivers/md/dm-vdo/
H A Dfunnel-workqueue.c609 if (kthread_func(current) != work_queue_runner) in get_current_thread_work_queue()
/linux/mm/
H A Dkhugepaged.c2728 return kthread_func(current) == khugepaged; in current_is_khugepaged()