Home
last modified time | relevance | path

Searched refs:SCHED_OTHER (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/sys/kern/
HDksched.c121 *policy = SCHED_OTHER; in getscheduler()
190 case SCHED_OTHER: in ksched_setscheduler()
234 case SCHED_OTHER: in ksched_get_priority_max()
255 case SCHED_OTHER: in ksched_get_priority_min()
/freebsd-13-stable/lib/libthr/thread/
HDthr_kern.c80 *policy = SCHED_OTHER; in _rtp_to_schedparam()
100 case SCHED_OTHER: in _schedparam_to_rtp()
HDthr_setprio.c52 if (pthread->attr.sched_policy == SCHED_OTHER || in _pthread_setprio()
HDthr_setschedparam.c62 (policy == SCHED_OTHER || in _pthread_setschedparam()
HDthr_private.h312 #define THR_MIN_PRIORITY (_thr_priorities[SCHED_OTHER-1].pri_min)
313 #define THR_MAX_PRIORITY (_thr_priorities[SCHED_OTHER-1].pri_max)
314 #define THR_DEF_PRIORITY (_thr_priorities[SCHED_OTHER-1].pri_default)
HDthr_init.c80 .sched_policy = SCHED_OTHER,
HDthr_cond.c372 if (curthread->attr.sched_policy != SCHED_OTHER || in cond_wait_common()
/freebsd-13-stable/contrib/netbsd-tests/lib/librt/
HDt_sched.c77 static const int pol[3] = { SCHED_OTHER, SCHED_FIFO, SCHED_RR }; in ATF_TC_BODY()
87 if (-INT_MAX < SCHED_OTHER) in ATF_TC_BODY()
/freebsd-13-stable/tools/regression/p1003_1b/
HDprutil.c28 case SCHED_OTHER: in sched_text()
HDsched.c146 checkpris(SCHED_OTHER); in sched()
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
HDt_spawnattr.c49 SCHED_OTHER,
/freebsd-13-stable/sys/sys/
HDsched.h240 #define SCHED_OTHER 2 macro
/freebsd-13-stable/sys/compat/linux/
HDlinux_misc.c1290 policy = SCHED_OTHER; in linux_sched_setscheduler()
1308 case SCHED_OTHER: in linux_sched_setscheduler()
1357 case SCHED_OTHER: in linux_sched_getscheduler()
1392 bsd.policy = SCHED_OTHER; in linux_sched_get_priority_max()
1428 bsd.policy = SCHED_OTHER; in linux_sched_get_priority_min()
1887 case SCHED_OTHER: in linux_sched_setparam()
1944 case SCHED_OTHER: in linux_sched_getparam()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDThreading.inc263 // SCHED_OTHER the standard round-robin time-sharing policy;
267 Priority == ThreadPriority::Default ? SCHED_OTHER : SCHED_IDLE,