Searched refs:schedppq (Results 1 – 3 of 3) sorted by relevance
363 #define PRI_SOFTNET (MAXPRI_KERNEL_RT - schedppq * 1)364 #define PRI_SOFTBIO (MAXPRI_KERNEL_RT - schedppq * 2)365 #define PRI_SOFTCLOCK (MAXPRI_KERNEL_RT - schedppq * 3)368 #define PRI_PGDAEMON (MAXPRI_KTHREAD - schedppq * 1)369 #define PRI_VM (MAXPRI_KTHREAD - schedppq * 2)370 #define PRI_IOFLUSH (MAXPRI_KTHREAD - schedppq * 3)371 #define PRI_BIO (MAXPRI_KTHREAD - schedppq * 4)550 extern const int schedppq;
67 const int schedppq = 1; variable
90 const int schedppq = 1; variable