Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Ddebug.c40 static unsigned long nsec_low(unsigned long long nsec) in nsec_low() function
48 #define SPLIT_NS(x) nsec_high(x), nsec_low(x)