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()
1325 schedstat_set(curr->stats.exec_max, in update_curr_dl()
1064 schedstat_set(curr->stats.exec_max, in update_curr_rt()
10274 schedstat_set(p->stats.wait_start, 0); in normalize_rt_tasks()10275 schedstat_set(p->stats.sleep_start, 0); in normalize_rt_tasks()10276 schedstat_set(p->stats.block_start, 0); in normalize_rt_tasks()