Lines Matching refs:t
48 l4_uint16_t t; /**< timeout value */ member
190 l4_timeout_t t; in l4_ipc_timeout() local
191 t.p.snd.t = (snd_man & 0x3ff) | ((snd_exp << 10) & 0x7c00); in l4_ipc_timeout()
192 t.p.rcv.t = (rcv_man & 0x3ff) | ((rcv_exp << 10) & 0x7c00); in l4_ipc_timeout()
193 return t; in l4_ipc_timeout()
200 l4_timeout_t t; in l4_timeout() local
201 t.p.snd = snd; in l4_timeout()
202 t.p.rcv = rcv; in l4_timeout()
203 return t; in l4_timeout()
231 if (to.t == 0) in l4_timeout_rel_get()
233 return (l4_kernel_clock_t)(to.t & 0x3ff) << ((to.t >> 10) & 0x1f); in l4_timeout_rel_get()
240 return to.t & 0x8000; in l4_timeout_is_absolute()