Home
last modified time | relevance | path

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

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