Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsignalvar.h235 #define KSI_EXT 0x02 /* Externally managed ksi. */ macro
/freebsd/sys/kern/
H A Dkern_thread.c511 p->p_ksi->ksi_flags = KSI_EXT | KSI_INS; in proc_linkup()
H A Dkern_time.c1270 it->it_ksi.ksi_flags |= KSI_INS | KSI_EXT; in kern_ktimer_create()
H A Dkern_sig.c391 if ((ksi->ksi_flags & KSI_EXT) == 0) { in ksiginfo_tryfree()
471 if (!(ksi->ksi_flags & KSI_EXT) && p != NULL) in sigqueue_take()
H A Duipc_mqueue.c2391 nt->nt_ksi.ksi_flags |= KSI_INS | KSI_EXT; in kern_kmq_notify()
H A Dvfs_aio.c478 ksi->ksi_flags |= ext ? (KSI_EXT | KSI_INS) : 0; in aio_sendsig()