Lines Matching +full:0022 +full:a
76 * get the init root directory. But we've now created a new in call_usermodehelper_exec_async()
77 * thread that is going to execve a user process and has its own in call_usermodehelper_exec_async()
80 current->fs->umask = 0022; in call_usermodehelper_exec_async()
145 * We need to create the usermodehelper kernel thread from a task that is affine
147 * inherit a widest affinity irrespective of call_usermodehelper() callers with
149 * usermodehelper targets to contend a busy CPU.
169 * want to pollute current->children, and we need a parent in call_usermodehelper_exec_work()
184 * land has been frozen during a system-wide hibernation or suspend operation).
334 * call_usermodehelper_setup - prepare to call a usermode helper
340 * @cleanup: a cleanup function
343 * Returns either %NULL on allocation failure, or a subprocess_info
348 * exec. A non-zero return code causes the process to error out, exit,
353 * Function must be runnable in either a process context or the
386 * call_usermodehelper_exec - start a usermode application
393 * Runs a user-space application. The application is started
394 * asynchronously if wait is not set, and runs as a child of system workqueues.
400 * into a successful no-op.
427 * Set the completion pointer only if there is a waiter. in call_usermodehelper_exec()
453 * complete() in a moment if xchg() above returned NULL, this in call_usermodehelper_exec()
471 * call_usermodehelper() - prepare and start a usermode application
512 * userspace if this is a read. in proc_cap_handler()