Searched refs:to_ticks (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_callout.c | 91 sctp_os_timer_start(sctp_os_timer_t *c, uint32_t to_ticks, void (*ftn) (void *), in sctp_os_timer_start() argument 120 if (to_ticks == 0) in sctp_os_timer_start() 121 to_ticks = 1; in sctp_os_timer_start() 126 c->c_time = ticks + to_ticks; in sctp_os_timer_start()
|
D | sctputil.c | 2265 uint32_t to_ticks; in sctp_timer_start() local 2272 to_ticks = 0; in sctp_timer_start() 2310 to_ticks = sctp_msecs_to_ticks(stcb->asoc.initial_rto); in sctp_timer_start() 2312 to_ticks = sctp_msecs_to_ticks(net->RTO); in sctp_timer_start() 2330 to_ticks = sctp_msecs_to_ticks(stcb->asoc.initial_rto); in sctp_timer_start() 2332 to_ticks = sctp_msecs_to_ticks(net->RTO); in sctp_timer_start() 2349 to_ticks = sctp_msecs_to_ticks(stcb->asoc.delayed_ack); in sctp_timer_start() 2363 to_ticks = sctp_msecs_to_ticks(stcb->asoc.initial_rto); in sctp_timer_start() 2365 to_ticks = sctp_msecs_to_ticks(net->RTO); in sctp_timer_start() 2391 to_ticks = stcb->asoc.initial_rto; in sctp_timer_start() [all …]
|
/third_party/FreeBSD/sys/kern/ |
D | kern_timeout.c | 73 callout_reset(struct callout *c, int to_ticks, void (*func)(void *), void *arg) in callout_reset() argument 84 ret = LOS_SwtmrCreate((to_ticks==0 ? 1 : to_ticks), in callout_reset()
|
/third_party/FreeBSD/sys/sys/ |
D | callout.h | 62 void callout_reset(struct callout* c, int to_ticks, void (*func)(void *), void *arg);
|