Home
last modified time | relevance | path

Searched refs:get_sys_bit (Results 1 – 5 of 5) sorted by relevance

/minix/minix/kernel/
H A Dconst.h20 #define get_sys_bit(map,bit) \ macro
H A Dpriv.h86 #define may_send_to(rp, nr) (get_sys_bit(priv(rp)->s_ipc_to, nr_to_id(nr)))
H A Dproc.c791 if (get_sys_bit(*map, src_id)) { in has_pending()
806 while (!get_sys_bit(*map, src_id)) { in has_pending()
826 while (!get_sys_bit(*map, src_id)) src_id++; in has_pending()
1362 if (!get_sys_bit(*map, privp->s_id)) in try_async()
H A Dsystem.c354 if (get_sys_bit(*map, i)) in fill_sendto_mask()
/minix/minix/kernel/system/
H A Ddo_update.c109 if (get_sys_bit(priv(src_rp)->s_ipc_to, i)) { in do_update()