Searched refs:schedstat_set (Results 1 – 5 of 5) sorted by relevance
41 #define schedstat_set(var, val) do { if (schedstat_enabled()) { var = (val); } } while (0) macro79 # define schedstat_set(var, val) do { } while (0) macro
81 schedstat_set(curr->stats.exec_max, in put_prev_task_stop()
9622 schedstat_set(p->stats.wait_start, 0); in normalize_rt_tasks()9623 schedstat_set(p->stats.sleep_start, 0); in normalize_rt_tasks()9624 schedstat_set(p->stats.block_start, 0); in normalize_rt_tasks()
1018 schedstat_set(curr->stats.exec_max, in update_curr_rt()
1268 schedstat_set(curr->stats.exec_max, in update_curr_dl()
Completed in 45 milliseconds