OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSEC_TO_TICKS
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_sctp_timer_iterate.c
57
* The
MSEC_TO_TICKS
conversion depends on hz. The to_ticks in
78
ticks +=
MSEC_TO_TICKS
(TIMEOUT_INTERVAL);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctputil.c
[
all
...]
sctp_constants.h
605
#define
MSEC_TO_TICKS
(x) ((hz == 1000) ? x : ((((x) * hz) + 999) / 1000))
[
all
...]
sctp_cc_functions.c
[
all
...]
sctp_usrreq.c
[
all
...]
sctp_pcb.c
[
all
...]
sctp_indata.c
[
all
...]
Completed in 1031 milliseconds