Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dpriority.h46 #define PRI_REALTIME 2 /* Real time process. */ macro
55 #define PRI_FIFO (PRI_FIFO_BIT | PRI_REALTIME)
58 #define PRI_IS_REALTIME(P) (PRI_BASE(P) == PRI_REALTIME)
/f-stack/freebsd/sys/
H A Dpriority.h48 #define PRI_REALTIME 2 /* Real time process. */ macro
57 #define PRI_FIFO (PRI_FIFO_BIT | PRI_REALTIME)
60 #define PRI_IS_REALTIME(P) (PRI_BASE(P) == PRI_REALTIME)
H A Drtprio.h48 #define RTP_PRIO_REALTIME PRI_REALTIME /* real time process */
/f-stack/freebsd/kern/
H A Dkern_resource.c523 case PRI_REALTIME: in pri_to_rtp()