Home
last modified time | relevance | path

Searched refs:sched_param (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/sys/kern/
H A Dp1003_1b.c115 struct sched_param sched_param;
117 e = copyin(uap->param, &sched_param, sizeof(sched_param));
132 e = kern_sched_setparam(td, targettd, &sched_param);
139 struct sched_param *param)
150 (const struct sched_param *)param);
158 struct sched_param sched_param;
174 e = kern_sched_getparam(td, targettd, &sched_param);
177 e = copyout(&sched_param, uap->param, sizeof(sched_param));
183 struct sched_param *param)
201 struct sched_param sched_param;
[all …]
H A Dksched.c129 struct thread *td, const struct sched_param *param) in ksched_setparam()
141 struct sched_param *param) in ksched_getparam()
171 const struct sched_param *param) in ksched_setscheduler()
/freebsd/sys/sys/
H A Dposix4.h94 struct thread *, const struct sched_param *);
96 struct thread *, struct sched_param *);
99 struct thread *, int, const struct sched_param *);
H A Dsched.h358 struct sched_param { struct
378 int sched_getparam(pid_t, struct sched_param *); argument
381 int sched_setparam(pid_t, const struct sched_param *);
382 int sched_setscheduler(pid_t, int, const struct sched_param *);
/freebsd/lib/libthr/thread/
H A Dthr_kern.c67 struct sched_param *param) in _rtp_to_schedparam()
87 _schedparam_to_rtp(int policy, const struct sched_param *param, in _schedparam_to_rtp()
109 _thr_getscheduler(lwpid_t lwpid, int *policy, struct sched_param *param) in _thr_getscheduler()
122 _thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param) in _thr_setscheduler()
H A Dthr_create.c64 struct sched_param sched_param; in _pthread_create() local
175 sched_param.sched_priority = new_thread->attr.prio; in _pthread_create()
177 &sched_param, &rtp); in _pthread_create()
H A Dthr_init.c380 struct sched_param sched_param; in init_main_thread() local
430 &sched_param); in init_main_thread()
431 thread->attr.prio = sched_param.sched_priority; in init_main_thread()
H A Dthr_private.h841 int _thr_getscheduler(lwpid_t, int *, struct sched_param *) __hidden;
842 int _thr_setscheduler(lwpid_t, int, const struct sched_param *) __hidden;
852 struct sched_param *param) __hidden;
853 int _schedparam_to_rtp(int policy, const struct sched_param *param,
1050 struct sched_param * __restrict);
1062 const struct sched_param * __restrict);
H A Dthr_getprio.c44 struct sched_param param; in _pthread_getprio()
H A Dthr_getschedparam.c48 struct sched_param * __restrict param) in _pthread_getschedparam()
H A Dthr_setprio.c44 struct sched_param param; in _pthread_setprio()
H A Dthr_setschedparam.c51 const struct sched_param *param) in _pthread_setschedparam()
/freebsd/include/
H A Dspawn.h51 struct sched_param;
113 struct sched_param * __restrict);
124 const struct sched_param * __restrict);
H A Dpthread.h340 struct sched_param *);
347 const struct sched_param *);
351 struct sched_param * __restrict);
353 const struct sched_param *);
/freebsd/tools/regression/p1003_1b/
H A Dprutil.h7 struct sched_param;
11 int sched_is(int line, struct sched_param *, int);
H A Dprutil.c36 int sched_is(int line, struct sched_param *p, int shouldbe) in sched_is()
39 struct sched_param param; in sched_is()
H A Dsched.c110 struct sched_param rt_param; in sched()
160 struct sched_param orig_param, shouldbe; in sched()
H A Dyield.c71 struct sched_param set, got; in yield()
H A Dfifo.c88 struct sched_param fifo_param; in fifo()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c1267 struct sched_param sched_param; in linux_sched_setscheduler() local
1285 error = copyin(args->param, &sched_param, sizeof(sched_param)); in linux_sched_setscheduler()
1292 if (sched_param.sched_priority != 0) in linux_sched_setscheduler()
1295 sched_param.sched_priority = in linux_sched_setscheduler()
1300 if (sched_param.sched_priority < 1 || in linux_sched_setscheduler()
1301 sched_param.sched_priority >= LINUX_MAX_RT_PRIO) in linux_sched_setscheduler()
1308 sched_param.sched_priority = in linux_sched_setscheduler()
1309 (sched_param.sched_priority - 1) * in linux_sched_setscheduler()
1320 error = kern_sched_setscheduler(td, tdt, policy, &sched_param); in linux_sched_setscheduler()
1897 struct sched_param sched_param; in linux_sched_setparam() local
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_spawnattr.c80 struct sched_param param; in get_different_priority()
112 struct sched_param sp, child_sp; in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A Dstruct_sched_param.h16 struct sched_param { struct
/freebsd/contrib/netbsd-tests/lib/librt/
H A Dt_sched.c50 struct sched_param s1, s2; in ATF_TC_BODY()
107 struct sched_param sched; in sched_priority_set()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c481 struct sched_param param; in ATF_TC_BODY()
521 struct sched_param param; in high_prio()
552 struct sched_param param; in low_prio()
614 struct sched_param param; in ATF_TC_BODY()
/freebsd/lib/libc/gen/
H A Dposix_spawn.c52 struct sched_param sa_schedparam;
633 struct sched_param * __restrict schedparam) in posix_spawnattr_getschedparam()
701 const struct sched_param * __restrict schedparam) in posix_spawnattr_setschedparam()

12