OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_us2ticks
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/
utils.h
52
extern uint32_t
nl_us2ticks
(uint32_t);
/external/libnl/lib/route/sch/
netem.c
722
netem->qnm_latency =
nl_us2ticks
(delay);
758
netem->qnm_jitter =
nl_us2ticks
(jitter);
/external/libnl/lib/
utils.c
341
uint32_t
nl_us2ticks
(uint32_t us)
function
Completed in 40 milliseconds