Searched defs:user_hz (Results 1 - 1 of 1) sorted by relevance

/external/libnl/lib/
H A Dutils.c268 static uint32_t user_hz = USER_HZ; variable
270 static uint32_t user_hz = 100; variable
294 user_hz = hz;
300 user_hz = sysconf(_SC_CLK_TCK);
332 return user_hz;

Completed in 215 milliseconds