Lines Matching refs:desired
1150 struct binder_priority desired, in binder_do_set_priority() argument
1155 unsigned int policy = desired.sched_policy; in binder_do_set_priority()
1157 if (task->policy == policy && task->normal_prio == desired.prio) in binder_do_set_priority()
1162 priority = to_userspace_prio(policy, desired.prio); in binder_do_set_priority()
1187 if (policy != desired.sched_policy || in binder_do_set_priority()
1188 to_kernel_prio(policy, priority) != desired.prio) in binder_do_set_priority()
1191 task->pid, desired.prio, in binder_do_set_priority()
1196 desired.prio); in binder_do_set_priority()
1213 struct binder_priority desired) in binder_set_priority() argument
1215 binder_do_set_priority(task, desired, /* verify = */ true); in binder_set_priority()
1219 struct binder_priority desired) in binder_restore_priority() argument
1221 binder_do_set_priority(task, desired, /* verify = */ false); in binder_restore_priority()