Lines Matching defs:sched_statistics
494 struct sched_statistics { struct
496 u64 wait_start;
497 u64 wait_max;
498 u64 wait_count;
499 u64 wait_sum;
500 u64 iowait_count;
501 u64 iowait_sum;
503 u64 sleep_start;
504 u64 sleep_max;
505 s64 sum_sleep_runtime;
507 u64 block_start;
508 u64 block_max;
509 s64 sum_block_runtime;
511 s64 exec_max;
512 u64 slice_max;
514 u64 nr_migrations_cold;
515 u64 nr_failed_migrations_affine;
516 u64 nr_failed_migrations_running;
517 u64 nr_failed_migrations_hot;
518 u64 nr_forced_migrations;
520 u64 nr_wakeups;
521 u64 nr_wakeups_sync;
522 u64 nr_wakeups_migrate;
523 u64 nr_wakeups_local;
524 u64 nr_wakeups_remote;
525 u64 nr_wakeups_affine;
526 u64 nr_wakeups_affine_attempts;
527 u64 nr_wakeups_passive;
528 u64 nr_wakeups_idle;
531 u64 core_forceidle_sum;