Lines Matching defs:sched_statistics
478 struct sched_statistics { struct
480 u64 wait_start;
481 u64 wait_max;
482 u64 wait_count;
483 u64 wait_sum;
484 u64 iowait_count;
485 u64 iowait_sum;
487 u64 sleep_start;
488 u64 sleep_max;
489 s64 sum_sleep_runtime;
491 u64 block_start;
492 u64 block_max;
493 u64 exec_max;
494 u64 slice_max;
496 u64 nr_migrations_cold;
497 u64 nr_failed_migrations_affine;
498 u64 nr_failed_migrations_running;
499 u64 nr_failed_migrations_hot;
500 u64 nr_forced_migrations;
502 u64 nr_wakeups;
503 u64 nr_wakeups_sync;
504 u64 nr_wakeups_migrate;
528 struct sched_statistics statistics; argument