Home
last modified time | relevance | path

Searched defs:kthread_stop (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/
H A Dkthread.c631 int kthread_stop(struct task_struct *k) in kthread_stop() function
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h246 #define kthread_stop(...) do { } while (0) macro