Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dp1003_1b.c118 struct sched_param sched_param;
120 e = copyin(uap->param, &sched_param, sizeof(sched_param));
142 struct sched_param *param)
153 (const struct sched_param *)param);
161 struct sched_param sched_param;
180 e = copyout(&sched_param, uap->param, sizeof(sched_param));
186 struct sched_param *param)
204 struct sched_param sched_param;
208 e = copyin(uap->param, &sched_param, sizeof(sched_param));
224 &sched_param);
[all …]
H A Dksched.c131 struct thread *td, const struct sched_param *param) in ksched_setparam()
143 struct sched_param *param) in ksched_getparam()
173 const struct sched_param *param) in ksched_setscheduler()
/f-stack/freebsd/sys/
H A Dposix4.h96 struct thread *, const struct sched_param *);
98 struct thread *, struct sched_param *);
101 struct thread *, int, const struct sched_param *);
H A Dsched.h240 struct sched_param { struct
260 int sched_getparam(pid_t, struct sched_param *); argument
263 int sched_setparam(pid_t, const struct sched_param *);
264 int sched_setscheduler(pid_t, int, const struct sched_param *);
H A Dsyscallsubr.h59 struct sched_param;
257 struct sched_param *param);
261 struct sched_param *param);
263 int policy, struct sched_param *param);
H A Dsysproto.h816 … param_l_[PADL_(const struct sched_param *)]; const struct sched_param * param; char param_r_[PADR…
820 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
825 … param_l_[PADL_(const struct sched_param *)]; const struct sched_param * param; char param_r_[PADR…
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c141 (pthread_t pthread, int *, struct sched_param *);
143 (pthread_t, int, const struct sched_param *);
656 int pthread_getschedparam(pthread_t tid, int *a, struct sched_param *b) in pthread_getschedparam()
662 int pthread_setschedparam(pthread_t a, int b, const struct sched_param *c) in pthread_setschedparam()
/f-stack/freebsd/arm64/linux/
H A Dlinux_proto.h501 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
506 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
513 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
/f-stack/freebsd/arm/linux/
H A Dlinux_proto.h382 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
386 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
391 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
/f-stack/freebsd/amd64/linux/
H A Dlinux_proto.h532 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
536 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
541 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_proto.h477 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
481 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
486 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
/f-stack/freebsd/i386/linux/
H A Dlinux_proto.h475 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
479 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
484 …char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct…
/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c286 struct sched_param param; in pthread_attr_clone()