Home
last modified time | relevance | path

Searched refs:SPLIT_NS (Results 1 – 1 of 1) sorted by relevance

/kernel/sched/
Ddebug.c46 #define SPLIT_NS(x) nsec_high(x), nsec_low(x) macro
454 #define PN(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", #F, SPLIT_NS((long long)F)) in print_cfs_group_stats()
455 #define PN_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", #F, SPLIT_NS((long long)schedstat_v… in print_cfs_group_stats()
536 SPLIT_NS(p->se.vruntime), in print_task()
541 SPLIT_NS(schedstat_val_or_zero(p->se.statistics.wait_sum)), in print_task()
542 SPLIT_NS(p->se.sum_exec_runtime), in print_task()
543 SPLIT_NS(schedstat_val_or_zero(p->se.statistics.sum_sleep_runtime))); in print_task()
592 SPLIT_NS(cfs_rq->exec_clock)); in print_cfs_rq()
604 SPLIT_NS(MIN_vruntime)); in print_cfs_rq()
606 SPLIT_NS(min_vruntime)); in print_cfs_rq()
[all …]