Lines Matching defs:sched_statistics
499 struct sched_statistics { struct
501 u64 wait_start;
502 u64 wait_max;
503 u64 wait_count;
504 u64 wait_sum;
505 u64 iowait_count;
506 u64 iowait_sum;
508 u64 sleep_start;
509 u64 sleep_max;
510 s64 sum_sleep_runtime;
512 u64 block_start;
513 u64 block_max;
514 s64 sum_block_runtime;
516 s64 exec_max;
517 u64 slice_max;
519 u64 nr_migrations_cold;
520 u64 nr_failed_migrations_affine;
521 u64 nr_failed_migrations_running;
522 u64 nr_failed_migrations_hot;
523 u64 nr_forced_migrations;
525 u64 nr_wakeups;
526 u64 nr_wakeups_sync;
527 u64 nr_wakeups_migrate;
528 u64 nr_wakeups_local;
529 u64 nr_wakeups_remote;
530 u64 nr_wakeups_affine;
531 u64 nr_wakeups_affine_attempts;
532 u64 nr_wakeups_passive;
533 u64 nr_wakeups_idle;
536 u64 core_forceidle_sum;