Lines Matching +full:0022 +full:a
75 * get the init root directory. But we've now created a new in call_usermodehelper_exec_async()
76 * thread that is going to execve a user process and has its own in call_usermodehelper_exec_async()
79 current->fs->umask = 0022; in call_usermodehelper_exec_async()
144 * We need to create the usermodehelper kernel thread from a task that is affine
146 * inherit a widest affinity irrespective of call_usermodehelper() callers with
148 * usermodehelper targets to contend a busy CPU.
168 * want to pollute current->children, and we need a parent in call_usermodehelper_exec_work()
183 * land has been frozen during a system-wide hibernation or suspend operation).
333 * call_usermodehelper_setup - prepare to call a usermode helper
339 * @cleanup: a cleanup function
342 * Returns either %NULL on allocation failure, or a subprocess_info
347 * exec. A non-zero return code causes the process to error out, exit,
352 * Function must be runnable in either a process context or the
385 * call_usermodehelper_exec - start a usermode application
392 * Runs a user-space application. The application is started
393 * asynchronously if wait is not set, and runs as a child of system workqueues.
399 * into a successful no-op.
426 * Set the completion pointer only if there is a waiter. in call_usermodehelper_exec()
452 * complete() in a moment if xchg() above returned NULL, this in call_usermodehelper_exec()
470 * call_usermodehelper() - prepare and start a usermode application
511 * userspace if this is a read. in proc_cap_handler()