Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Ddebug.c43 static unsigned long nsec_low(unsigned long long nsec) in nsec_low() function
51 #define SPLIT_NS(x) nsec_high(x), nsec_low(x)