Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dparam.h108 #define MAXPRI 127 /* Priorities range from 0 through MAXPRI. */ macro
/openbsd/sys/kern/
H A Dsched_bsd.c503 newprio = min((PUSER + newcpu + NICE_WEIGHT * (nice - NZERO)), MAXPRI); in setpriority()
/openbsd/sys/uvm/
H A Duvm_pmemrange.c2208 MAXPRI, "pgzero", INFSLP); in uvm_pagezero_thread()
/openbsd/sys/dev/
H A Dsoftraid.c3905 ret = tsleep_nsec(&sd->sd_sync, MAXPRI, "sr_down", in sr_discipline_shutdown()