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()
1334 schedstat_set(curr->stats.exec_max, in update_curr_dl()
9992 schedstat_set(p->stats.wait_start, 0); in normalize_rt_tasks()9993 schedstat_set(p->stats.sleep_start, 0); in normalize_rt_tasks()9994 schedstat_set(p->stats.block_start, 0); in normalize_rt_tasks()
1060 schedstat_set(curr->stats.exec_max, in update_curr_rt()