Searched refs:schedstat_set (Results 1 – 5 of 5) sorted by relevance
43 #define schedstat_set(var, val) do { if (schedstat_enabled()) { var = (val); } } while (0) macro81 # define schedstat_set(var, val) do { } while (0) macro
81 schedstat_set(curr->stats.exec_max, in put_prev_task_stop()
1336 schedstat_set(curr->stats.exec_max, in update_curr_dl()
1073 schedstat_set(curr->stats.exec_max, in update_curr_rt()
10250 schedstat_set(p->stats.wait_start, 0); in normalize_rt_tasks()10251 schedstat_set(p->stats.sleep_start, 0); in normalize_rt_tasks()10252 schedstat_set(p->stats.block_start, 0); in normalize_rt_tasks()