Searched refs:sched_param (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | p1003_1b.c | 118 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 D | ksched.c | 131 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 D | posix4.h | 96 struct thread *, const struct sched_param *); 98 struct thread *, struct sched_param *); 101 struct thread *, int, const struct sched_param *);
|
| H A D | sched.h | 240 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 D | syscallsubr.h | 59 struct sched_param; 257 struct sched_param *param); 261 struct sched_param *param); 263 int policy, struct sched_param *param);
|
| H A D | sysproto.h | 816 … 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 D | pthread_shim.c | 141 (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 D | linux_proto.h | 501 …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 D | linux_proto.h | 382 …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 D | linux_proto.h | 532 …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 D | linux32_proto.h | 477 …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 D | linux_proto.h | 475 …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 D | thread_pool.c | 286 struct sched_param param; in pthread_attr_clone()
|