调用者名称 | 描述 |
call_usermodehelper_exec_async | This is the task which runs the usermode application |
create_worker | reate_worker - create a new workqueue worker*@pool: pool the new worker will belong to* Create and start a new worker which is attached to @pool.* CONTEXT:* Might sleep. Does GFP_KERNEL allocations.* Return:* Pointer to the newly created worker. |
rescuer_thread | scuer_thread - the rescuer thread function*@__rescuer: self* Workqueue rescuer thread function |
SYSCALL_DEFINE1 | sys_nice - change the priority of the current process.*@increment: priority increment* sys_setpriority is a more generic, but much slower function that* does similar things. |
lock_torture_writer | Lock torture writer kthread. Repeatedly acquires and releases* the lock, checking for duplicate acquisitions. |
lock_torture_reader | Lock torture reader kthread. Repeatedly acquires and releases* the reader lock. |
rcu_torture_fakewriter | RCU torture fake writer kthread. Repeatedly calls sync, with a random* delay between calls. |
rcu_torture_reader | RCU torture reader kthread. Repeatedly dereferences rcu_torture_current,* incrementing the corresponding element of the pipeline array. The* counter in the element should never be greater than 1, otherwise, the* RCU implementation is broken. |
rcu_torture_fwd_prog | Carry out grace-period forward-progress testing. |
rcu_torture_barrier_cbs | kthread function to register callbacks used to test RCU barriers. |
rcu_perf_reader | RCU perf reader kthread. Repeatedly does empty RCU read-side* critical section, minimizing update-side interference. |
watchdog | kthread which checks for tasks stuck in D state |
ring_buffer_benchmark_init | |
khugepaged | |
kmemleak_scan_thread | Thread function performing automatic memory scanning. Unreferenced objects* at the end of a memory scan are reported but only the first time. |
set_one_prio | set the priority of a task* - the caller must hold the RCU read lock |
ksm_scan_thread | |