Searched refs:try_to_wake_up (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/Documentation/translations/zh_CN/scheduler/ |
D | sched-stats.rst | 53 接下来的两个是try_to_wake_up()的统计数据: 55 5) try_to_wake_up()被调用了#次 56 6) 调用try_to_wake_up()导致本地CPU被唤醒了#次 136 接下来的3个字段是try_to_wake_up()函数的各个统计数据: 138 34) 在这个调度域中调用try_to_wake_up()唤醒任务时,任务在调度域中一个 140 35) 在这个调度域中调用try_to_wake_up()唤醒任务时,任务被迁移到发生唤醒 142 36) 在这个调度域中调用try_to_wake_up()唤醒任务时,引发被动负载均衡#次
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-stats.rst | 57 Next two are try_to_wake_up() statistics: 59 5) # of times try_to_wake_up() was called 60 6) # of times try_to_wake_up() was called to wake up the local cpu 149 Next three are try_to_wake_up() statistics: 151 34) # of times in this domain try_to_wake_up() awoke a task that 153 35) # of times in this domain try_to_wake_up() moved a task to the 155 36) # of times in this domain try_to_wake_up() started passive balancing
|
/linux-6.12.1/Documentation/locking/ |
D | lockstat.rst | 164 … &rq->lock 297 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a 169 … &rq->lock 174 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a 182 … &rq->lock/1 181 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a
|
/linux-6.12.1/Documentation/translations/it_IT/locking/ |
D | lockstat.rst | 189 … &rq->lock 297 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a 194 … &rq->lock 174 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a 207 … &rq->lock/1 181 [<ffffffff8104ba65>] try_to_wake_up+0x127/0x25a
|
/linux-6.12.1/kernel/sched/ |
D | swait.c | 29 try_to_wake_up(curr->task, TASK_NORMAL, wake_flags); in swake_up_locked()
|
D | core.c | 4127 int try_to_wake_up(struct task_struct *p, unsigned int state, int wake_flags) in try_to_wake_up() function 4414 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process() 4420 return try_to_wake_up(p, state, 0); in wake_up_state() 7027 return try_to_wake_up(curr->private, mode, wake_flags); in default_wake_function()
|
D | sched.h | 3551 extern int try_to_wake_up(struct task_struct *tsk, unsigned int state, int wake_flags);
|
/linux-6.12.1/Documentation/trace/ |
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);
|
D | ftrace.rst | 1300 <idle>-0 [002] 23636.756054: ttwu_do_activate.constprop.89 <-try_to_wake_up 2012 <idle>-0 3dNs7 1us+: ttwu_do_activate.constprop.87 <-try_to_wake_up 2081 <idle>-0 3d.h4 1us+: ttwu_do_activate.constprop.87 <-try_to_wake_up 2130 <idle>-0 3d.h4 2us : ttwu_do_activate.constprop.87 <-try_to_wake_up 2134 <idle>-0 3dNh3 4us : _raw_spin_unlock <-try_to_wake_up 2136 <idle>-0 3dNh2 5us : ttwu_stat <-try_to_wake_up 2137 <idle>-0 3dNh2 5us : _raw_spin_unlock_irqrestore <-try_to_wake_up 2256 <idle>-0 2d.h4 0us : ttwu_do_activate.constprop.87 <-try_to_wake_up 3371 echo 'try_to_wake_up:enable_event:sched:sched_switch:2' > \ 3381 echo '!try_to_wake_up:enable_event:sched:sched_switch:0' > \
|