Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/time/
A Dposix-timers.c55 static const struct k_clock * const posix_clocks[]; variable
1395 static const struct k_clock * const posix_clocks[] = { variable
1418 if (id >= ARRAY_SIZE(posix_clocks)) in clockid_to_kclock()
1421 return posix_clocks[array_index_nospec(idx, ARRAY_SIZE(posix_clocks))]; in clockid_to_kclock()

Completed in 6 milliseconds