Home
last modified time | relevance | path

Searched refs:KSI_EXT (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignalvar.h238 #define KSI_EXT 0x02 /* Externally managed ksi. */ macro
/f-stack/freebsd/kern/
H A Dkern_thread.c474 p->p_ksi->ksi_flags = KSI_EXT | KSI_INS; in proc_linkup()
H A Dkern_time.c1223 it->it_ksi.ksi_flags |= KSI_INS | KSI_EXT; in kern_ktimer_create()
H A Dkern_sig.c284 if (!(ksi->ksi_flags & KSI_EXT)) { in ksiginfo_tryfree()
364 if (!(ksi->ksi_flags & KSI_EXT) && p != NULL) in sigqueue_take()
H A Duipc_mqueue.c2401 nt->nt_ksi.ksi_flags |= KSI_INS | KSI_EXT; in kern_kmq_notify()
H A Dvfs_aio.c481 ksi->ksi_flags |= ext ? (KSI_EXT | KSI_INS) : 0; in aio_sendsig()