Home
last modified time | relevance | path

Searched refs:kthread_func (Results 1 – 4 of 4) 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/fs/nfsd/
H A Dnfssvc.c590 if (kthread_func(current) == nfsd) in nfsd_current_rqst()
/linux/mm/
H A Dkhugepaged.c2728 return kthread_func(current) == khugepaged; in current_is_khugepaged()