Home
last modified time | relevance | path

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

/kernel/
Dkmod.c55 static const struct task_struct *kmod_thread_locker; variable
254 kmod_thread_locker = current; in call_helper()
336 kmod_thread_locker = NULL; in __call_usermodehelper()
590 if (wait != UMH_NO_WAIT && current == kmod_thread_locker) { in call_usermodehelper_exec()