Lines Matching refs:desired
1170 struct binder_priority desired, in binder_do_set_priority() argument
1175 unsigned int policy = desired.sched_policy; in binder_do_set_priority()
1177 if (task->policy == policy && task->normal_prio == desired.prio) in binder_do_set_priority()
1182 priority = to_userspace_prio(policy, desired.prio); in binder_do_set_priority()
1207 if (policy != desired.sched_policy || in binder_do_set_priority()
1208 to_kernel_prio(policy, priority) != desired.prio) in binder_do_set_priority()
1211 task->pid, desired.prio, in binder_do_set_priority()
1216 desired.prio); in binder_do_set_priority()
1233 struct binder_priority desired) in binder_set_priority() argument
1235 binder_do_set_priority(task, desired, /* verify = */ true); in binder_set_priority()
1239 struct binder_priority desired) in binder_restore_priority() argument
1241 binder_do_set_priority(task, desired, /* verify = */ false); in binder_restore_priority()