Searched refs:user_mode_thread (Results 1 – 2 of 2) sorted by relevance
136 pid = user_mode_thread(call_usermodehelper_exec_async, sub_info, SIGCHLD); in call_usermodehelper_exec_sync()175 pid = user_mode_thread(call_usermodehelper_exec_async, sub_info, in call_usermodehelper_exec_work()
2854 pid_t user_mode_thread(int (*fn)(void *), void *arg, unsigned long flags) in user_mode_thread() function