Lines Matching defs:sched_statistics
527 struct sched_statistics { struct
529 u64 wait_start;
530 u64 wait_max;
531 u64 wait_count;
532 u64 wait_sum;
533 u64 iowait_count;
534 u64 iowait_sum;
536 u64 sleep_start;
537 u64 sleep_max;
538 s64 sum_sleep_runtime;
540 u64 block_start;
541 u64 block_max;
542 s64 sum_block_runtime;
544 s64 exec_max;
545 u64 slice_max;
547 u64 nr_migrations_cold;
548 u64 nr_failed_migrations_affine;
549 u64 nr_failed_migrations_running;
550 u64 nr_failed_migrations_hot;
551 u64 nr_forced_migrations;
553 u64 nr_wakeups;
554 u64 nr_wakeups_sync;
555 u64 nr_wakeups_migrate;
556 u64 nr_wakeups_local;
557 u64 nr_wakeups_remote;
558 u64 nr_wakeups_affine;
559 u64 nr_wakeups_affine_attempts;
560 u64 nr_wakeups_passive;
561 u64 nr_wakeups_idle;
564 u64 core_forceidle_sum;