Searched refs:min_priority (Results 1 – 4 of 4) sorted by relevance
283 u8 min_priority; member
715 node->min_priority = flags & FLAT_BINDER_FLAG_PRIORITY_MASK; in binder_init_node_ilocked()4073 if (t->priority < target_node->min_priority && in binder_thread_read()4077 t->saved_priority > target_node->min_priority) in binder_thread_read()4078 binder_set_nice(target_node->min_priority); in binder_thread_read()
160 static int min_priority[1]; variable184 .extra1 = &min_priority,
4402 int min_priority; in should_compact_retry() local4463 min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ? in should_compact_retry()4466 if (*compact_priority > min_priority) { in should_compact_retry()
Completed in 71 milliseconds