Searched refs:desired_prio (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binder_trace.h | 81 unsigned int desired_prio, unsigned int new_prio), 82 TP_ARGS(proc, thread, old_prio, new_prio, desired_prio), 89 __field(unsigned int, desired_prio) 96 __entry->desired_prio = desired_prio; 100 __entry->new_prio, __entry->desired_prio)
|
| H A D | binder.c | 760 struct binder_priority desired_prio = t->priority; in binder_transaction_priority() local 774 if (!inherit_rt && is_rt_policy(desired_prio.sched_policy)) { in binder_transaction_priority() 775 desired_prio.prio = NICE_TO_PRIO(0); in binder_transaction_priority() 776 desired_prio.sched_policy = SCHED_NORMAL; in binder_transaction_priority() 789 desired_prio = node_prio; in binder_transaction_priority() 792 binder_set_priority(task, desired_prio); in binder_transaction_priority()
|