Symbol: sched_param
include/pthread.h
278
struct sched_param * __restrict);
include/pthread.h
285
const struct sched_param * __restrict);
include/pthread.h
289
struct sched_param * __restrict);
include/pthread.h
290
int pthread_setschedparam(pthread_t, int, const struct sched_param *)
include/spawn.h
109
const struct sched_param * __restrict);
include/spawn.h
51
struct sched_param;
include/spawn.h
98
struct sched_param * __restrict);
lib/libc/gen/posix_spawn.c
402
struct sched_param * __restrict schedparam)
lib/libc/gen/posix_spawn.c
448
const struct sched_param * __restrict schedparam)
lib/libc/gen/posix_spawn.c
48
struct sched_param sa_schedparam;
lib/libthread_xu/thread/thr_attr.c
189
struct sched_param * __restrict param)
lib/libthread_xu/thread/thr_attr.c
431
const struct sched_param * __restrict param)
lib/libthread_xu/thread/thr_getprio.c
42
struct sched_param param;
lib/libthread_xu/thread/thr_getschedparam.c
44
struct sched_param * __restrict param)
lib/libthread_xu/thread/thr_kern.c
154
struct sched_param *param)
lib/libthread_xu/thread/thr_kern.c
174
_schedparam_to_rtp(int policy, const struct sched_param *param,
lib/libthread_xu/thread/thr_kern.c
196
_thr_getscheduler(lwpid_t lwpid, int *policy, struct sched_param *param)
lib/libthread_xu/thread/thr_kern.c
212
_thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param)
lib/libthread_xu/thread/thr_private.h
720
int _thr_getscheduler(lwpid_t, int *, struct sched_param *);
lib/libthread_xu/thread/thr_private.h
721
int _thr_setscheduler(lwpid_t, int, const struct sched_param *);
lib/libthread_xu/thread/thr_private.h
724
struct sched_param *param);
lib/libthread_xu/thread/thr_private.h
725
int _schedparam_to_rtp(int policy, const struct sched_param *param,
lib/libthread_xu/thread/thr_setprio.c
41
struct sched_param param;
lib/libthread_xu/thread/thr_setschedparam.c
45
const struct sched_param *param)
sys/dev/drm/i915/intel_breadcrumbs.c
611
struct sched_param param = { .sched_priority = 1 };
sys/dev/drm/include/linux/sched.h
313
int policy, const struct sched_param *param)
sys/dev/drm/scheduler/sched_main.c
532
struct sched_param sparam = {.sched_priority = 1};
sys/kern/kern_p1003_1b.c
199
struct sched_param sched_param;
sys/kern/kern_p1003_1b.c
202
copyin(uap->param, &sched_param, sizeof(sched_param));
sys/kern/kern_p1003_1b.c
210
(const struct sched_param *)&sched_param);
sys/kern/kern_p1003_1b.c
227
struct sched_param sched_param;
sys/kern/kern_p1003_1b.c
236
lp, &sched_param);
sys/kern/kern_p1003_1b.c
245
copyout(&sched_param, uap->param, sizeof(sched_param));
sys/kern/kern_p1003_1b.c
256
struct sched_param sched_param;
sys/kern/kern_p1003_1b.c
258
copyin(uap->param, &sched_param, sizeof(sched_param));
sys/kern/kern_p1003_1b.c
267
(const struct sched_param *)&sched_param);
sys/kern/kern_sched.c
125
struct lwp *lp, const struct sched_param *param)
sys/kern/kern_sched.c
144
struct lwp *lp, struct sched_param *param)
sys/kern/kern_sched.c
161
struct lwp *lp, int policy, const struct sched_param *param)
sys/sys/posix4.h
87
struct lwp *, const struct sched_param *);
sys/sys/posix4.h
89
struct lwp *, struct sched_param *);
sys/sys/posix4.h
92
struct lwp *, int, const struct sched_param *);
sys/sys/sched.h
69
int sched_setparam(pid_t, const struct sched_param *);
sys/sys/sched.h
70
int sched_getparam(pid_t, struct sched_param *);
sys/sys/sched.h
72
int sched_setscheduler(pid_t, int, const struct sched_param *);
sys/sys/sysproto.h
802
const struct sched_param * param; char param_[PAD_(const struct sched_param *)];
sys/sys/sysproto.h
806
struct sched_param * param; char param_[PAD_(struct sched_param *)];
sys/sys/sysproto.h
811
const struct sched_param * param; char param_[PAD_(const struct sched_param *)];
test/interbench/interbench.c
163
struct sched_param sp;
test/interbench/interbench.c
193
struct sched_param sp;
test/interbench/interbench.c
202
struct sched_param sp;
test/interbench/interbench.c
218
struct sched_param sp;
test/interbench/interbench.c
237
struct sched_param sp;
test/libpthread/mutex_d.c
1236
struct sched_param param;
test/libpthread/mutex_d.c
1441
struct sched_param param;
test/libpthread/mutex_d.c
996
struct sched_param param;
tools/regression/p1003_1b/fifo.c
89
struct sched_param fifo_param;
tools/regression/p1003_1b/prutil.c
37
int sched_is(int line, struct sched_param *p, int shouldbe)
tools/regression/p1003_1b/prutil.c
40
struct sched_param param;
tools/regression/p1003_1b/prutil.h
13
int sched_is(int line, struct sched_param *, int);
tools/regression/p1003_1b/prutil.h
9
struct sched_param;
tools/regression/p1003_1b/sched.c
108
struct sched_param rt_param;
tools/regression/p1003_1b/sched.c
158
struct sched_param orig_param, shouldbe;
tools/regression/p1003_1b/yield.c
71
struct sched_param set, got;