Home
last modified time | relevance | path

Searched refs:default_priority (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_internal.h444 struct binder_priority default_priority; member
H A Dbinder.c3252 t->priority = target_proc->default_priority; in binder_transaction()
4452 binder_restore_priority(current, proc->default_priority); in binder_thread_read()
5671 proc->default_priority.sched_policy = current->policy; in binder_open()
5672 proc->default_priority.prio = current->normal_prio; in binder_open()
5674 proc->default_priority.sched_policy = SCHED_NORMAL; in binder_open()
5675 proc->default_priority.prio = NICE_TO_PRIO(0); in binder_open()