Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/mips/nlm/
Dcms.c291 sched_add(td, SRQ_INTR); in msgring_process_fast_intr()
382 sched_add(td, SRQ_INTR); in create_msgring_thread()
/freebsd-10-stable/sys/mips/rmi/
Dfmn.c323 sched_add(td, SRQ_INTR); in msgring_process_fast_intr()
408 sched_add(td, SRQ_INTR); in create_msgring_thread()
/freebsd-10-stable/sys/sys/
Dsched.h168 #define SRQ_INTR 0x0004 /* It is probably urgent. */ macro
/freebsd-10-stable/sys/kern/
Dkern_intr.c506 sched_add(td, SRQ_INTR); in ithread_destroy()
922 sched_add(td, SRQ_INTR); in intr_event_schedule_thread()
1076 sched_add(td, SRQ_INTR); in intr_event_schedule_thread()
Dsched_4bsd.c1336 ((flags & SRQ_INTR) == 0) && in sched_add()