Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDsignalvar.h235 #define KSI_EXT 0x02 /* Externally managed ksi. */ macro
/freebsd-head/sys/kern/
HDkern_thread.c509 p->p_ksi->ksi_flags = KSI_EXT | KSI_INS; in proc_linkup()
HDkern_time.c1294 it->it_ksi.ksi_flags |= KSI_INS | KSI_EXT; in kern_ktimer_create()
HDkern_sig.c416 if ((ksi->ksi_flags & KSI_EXT) == 0) { in ksiginfo_tryfree()
496 if (!(ksi->ksi_flags & KSI_EXT) && p != NULL) in sigqueue_take()
HDuipc_mqueue.c2424 nt->nt_ksi.ksi_flags |= KSI_INS | KSI_EXT; in kern_kmq_notify()
HDvfs_aio.c470 ksi->ksi_flags |= ext ? (KSI_EXT | KSI_INS) : 0; in aio_sendsig()