Home
last modified time | relevance | path

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

/kernel/
Dsched_debug.c46 static unsigned long nsec_low(unsigned long long nsec) in nsec_low() function
54 #define SPLIT_NS(x) nsec_high(x), nsec_low(x)