Lines Matching defs:param
328 sched_setparam(pid_t pid, const struct sched_param *param)
337 if (setprio(P_PID, pid, param->sched_priority, NULL) == -1)
343 getparam(idtype_t idtype, id_t id, int *policyp, struct sched_param *param)
387 (void) memset(param, 0, sizeof (*param));
388 param->sched_priority = priority;
394 sched_getparam(pid_t pid, struct sched_param *param)
405 if (getparam(P_PID, pid, &policy, param) == -1)
435 sched_setscheduler(pid_t pid, int policy, const struct sched_param *param)
437 pri_t prio = param->sched_priority;