Lines Matching defs:int
16 * unsigned int prio = (IOPRIO_CLASS_BE << IOPRIO_CLASS_SHIFT) | 2;
33 int ioprio_check_cap(int ioprio)
35 int class = IOPRIO_PRIO_CLASS(ioprio);
36 int level = IOPRIO_PRIO_LEVEL(ioprio);
65 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio)
71 int ret;
138 static int get_task_ioprio(struct task_struct *p)
140 int ret;
158 static int get_task_raw_ioprio(struct task_struct *p)
160 int ret;
175 static int ioprio_best(unsigned short aprio, unsigned short bprio)
180 SYSCALL_DEFINE2(ioprio_get, int, which, int, who)
186 int ret = -ESRCH;
187 int tmpio;