Home
last modified time | relevance | path

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

/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dtimer_funcs.h71 #define H1_H0_MASK ((1<<(H0_BITS+H1_BITS))-1) macro
117 _timer_add_list(&timer_lst->h1[(tl->expire & H1_H0_MASK)>>H0_BITS],tl); in _timer_dist_tl()
156 if ((t & H1_H0_MASK)==0){ /*r2*/ in timer_run()
160 timer_redist(t, &timer_lst->h1[(t & H1_H0_MASK)>>H0_BITS]);/*r2 >> H0*/ in timer_run()
192 &timer_lst->h1[(tl->expire & H1_H0_MASK)>>H0_BITS]); in timer_lst_mv1()
204 if ((t & H1_H0_MASK)==0) /*r2*/ in timer_run()
208 timer_lst_mv0(&timer_lst->h1[(t & H1_H0_MASK)>>H0_BITS]); in timer_run()
H A Dlocal_timer.c89 _timer_add_list(&h->timer_lst.h1[(tl->expire & H1_H0_MASK)>>H0_BITS], in _local_timer_dist_tl()
218 if (unlikely((t & H1_H0_MASK)==0)){ /*r2*/ in local_timer_expire()
222 local_timer_redist(h, t, &h->timer_lst.h1[(t & H1_H0_MASK)>>H0_BITS]); in local_timer_expire()