Searched refs:try_to_wake_up (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | sched-stats.rst | 55 5) try_to_wake_up()被调用了#次
|
/linux/Documentation/scheduler/ |
H A D | sched-stats.rst | 72 Next two are try_to_wake_up() statistics: 74 5) # of times try_to_wake_up() was called 75 6) # of times try_to_wake_up() was called to wake up the local cpu 182 Next three are try_to_wake_up() statistics: 184 43) # of times in this domain try_to_wake_up() awoke a task that 186 44) # of times in this domain try_to_wake_up() moved a task to the 188 45) # of times in this domain try_to_wake_up() started passive balancing
|
/linux/Documentation/locking/ |
H A D | lockstat.rst | 164 37 &rq->lock 297 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a 169 42 &rq->lock 174 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a 182 55 &rq->lock/1 181 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a
|
/linux/Documentation/translations/it_IT/locking/ |
H A D | lockstat.rst | 189 37 &rq->lock 297 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a 194 42 &rq->lock 174 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a 207 55 &rq->lock/1 181 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a
|
/linux/kernel/sched/ |
H A D | swait.c | 30 try_to_wake_up(curr->task, TASK_NORMAL, wake_flags); in swake_up_locked()
|
H A D | sched.h | 1253 /* try_to_wake_up() stats */ 2740 * __schedule() try_to_wake_up() in __block_task() 3501 extern int try_to_wake_up(struct task_struct *tsk, unsigned int state, int wake_flags);
|
/linux/Documentation/trace/ |
H A D | ftrace-uses.rst | 330 ftrace_set_filter(&ops, "try_to_wake_up", strlen("try_to_wake_up"), 1); 344 ftrace_set_filter(&ops, "try_to_wake_up", strlen("try_to_wake_up"), 0);
|