Lines Matching defs:sched_statistics
511 struct sched_statistics { struct
513 u64 wait_start;
514 u64 wait_max;
515 u64 wait_count;
516 u64 wait_sum;
517 u64 iowait_count;
518 u64 iowait_sum;
520 u64 sleep_start;
521 u64 sleep_max;
522 s64 sum_sleep_runtime;
524 u64 block_start;
525 u64 block_max;
526 s64 sum_block_runtime;
528 s64 exec_max;
529 u64 slice_max;
531 u64 nr_migrations_cold;
532 u64 nr_failed_migrations_affine;
533 u64 nr_failed_migrations_running;
534 u64 nr_failed_migrations_hot;
535 u64 nr_forced_migrations;
537 u64 nr_wakeups;
538 u64 nr_wakeups_sync;
539 u64 nr_wakeups_migrate;
540 u64 nr_wakeups_local;
541 u64 nr_wakeups_remote;
542 u64 nr_wakeups_affine;
543 u64 nr_wakeups_affine_attempts;
544 u64 nr_wakeups_passive;
545 u64 nr_wakeups_idle;
548 u64 core_forceidle_sum;