Home
last modified time | relevance | path

Searched refs:SRQ_INTR (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/nlm/
H A Dcms.c293 sched_add(td, SRQ_INTR); in msgring_process_fast_intr()
383 sched_add(td, SRQ_INTR); in create_msgring_thread()
/f-stack/freebsd/sys/
H A Dsched.h190 #define SRQ_INTR 0x0004 /* It is probably urgent. */ macro
/f-stack/freebsd/kern/
H A Dkern_intr.c566 sched_add(td, SRQ_INTR); in ithread_destroy()
992 sched_add(td, SRQ_INTR); in intr_event_schedule_thread()
H A Dsched_4bsd.c1367 ((flags & SRQ_INTR) == 0) && in sched_add()