Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Ddebug.c37 static unsigned long nsec_low(unsigned long long nsec) in nsec_low() function
45 #define SPLIT_NS(x) nsec_high(x), nsec_low(x)