Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dpriority.h98 #define PRI_MIN_KERN (80) macro
101 #define PSWP (PRI_MIN_KERN + 0)
102 #define PVM (PRI_MIN_KERN + 4)
103 #define PINOD (PRI_MIN_KERN + 8)
104 #define PRIBIO (PRI_MIN_KERN + 12)
105 #define PVFS (PRI_MIN_KERN + 16)
106 #define PZERO (PRI_MIN_KERN + 20)
107 #define PSOCK (PRI_MIN_KERN + 24)
108 #define PWAIT (PRI_MIN_KERN + 28)
109 #define PLOCK (PRI_MIN_KERN + 32)
[all …]
/f-stack/freebsd/sys/
H A Dpriority.h100 #define PRI_MIN_KERN (80) macro
103 #define PSWP (PRI_MIN_KERN + 0)
104 #define PVM (PRI_MIN_KERN + 4)
105 #define PINOD (PRI_MIN_KERN + 8)
106 #define PRIBIO (PRI_MIN_KERN + 12)
107 #define PVFS (PRI_MIN_KERN + 16)
108 #define PZERO (PRI_MIN_KERN + 20)
109 #define PSOCK (PRI_MIN_KERN + 24)
110 #define PWAIT (PRI_MIN_KERN + 28)
111 #define PLOCK (PRI_MIN_KERN + 32)
[all …]
/f-stack/freebsd/opencrypto/
H A Dcrypto.c346 taskqueue_start_threads(&crypto_tq, crypto_workers_num, PRI_MIN_KERN, in crypto_init()
/f-stack/freebsd/kern/
H A Dsched_ule.c218 static int __read_mostly preempt_thresh = PRI_MIN_KERN;