Lines Matching defs:sched_statistics
506 struct sched_statistics { struct
508 u64 wait_start;
509 u64 wait_max;
510 u64 wait_count;
511 u64 wait_sum;
512 u64 iowait_count;
513 u64 iowait_sum;
515 u64 sleep_start;
516 u64 sleep_max;
517 s64 sum_sleep_runtime;
519 u64 block_start;
520 u64 block_max;
521 s64 sum_block_runtime;
523 u64 exec_max;
524 u64 slice_max;
526 u64 nr_migrations_cold;
527 u64 nr_failed_migrations_affine;
528 u64 nr_failed_migrations_running;
529 u64 nr_failed_migrations_hot;
530 u64 nr_forced_migrations;
532 u64 nr_wakeups;
533 u64 nr_wakeups_sync;
534 u64 nr_wakeups_migrate;
535 u64 nr_wakeups_local;
536 u64 nr_wakeups_remote;
537 u64 nr_wakeups_affine;
538 u64 nr_wakeups_affine_attempts;
539 u64 nr_wakeups_passive;
540 u64 nr_wakeups_idle;
543 u64 core_forceidle_sum;