HomeSort by: relevance | last modified time | path
    Searched refs:schedppq (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
param.h 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;
  /src/sys/rump/librump/rumpkern/
emul.c 67 const int schedppq = 1; variable in typeref:typename:const int
  /src/sys/kern/
kern_runq.c 90 const int schedppq = 1; variable in typeref:typename:const int

Completed in 13 milliseconds