Searched defs:sched_param (Results 1 – 6 of 6) sorted by relevance
36 #define sched_param sched_param_discard macro42 struct sched_param { struct43 int sched_priority;44 int __reserved1;45 struct {48 } __reserved2[2];49 int __reserved3;
7 struct sched_param { struct16 * This is needed because the original struct sched_param can not be argument
9 struct sched_param { struct10 int sched_priority;
7 struct sched_param { struct17 * This is needed because the original struct sched_param can not be argument
22 struct sched_param { struct23 int sched_priority;
1181 struct sched_param sched_param = { .sched_priority = MAX_RT_PRIO / 2 }; in sc16is7xx_probe() local