Home
last modified time | relevance | path

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

/linux-4.4.14/net/decnet/
Ddn_dev.c159 static int min_priority[1]; variable
183 .extra1 = &min_priority,
/linux-4.4.14/drivers/android/
Dbinder.c246 unsigned min_priority:8; member
1549 node->min_priority = fp->flags & FLAT_BINDER_FLAG_PRIORITY_MASK; in binder_transaction()
2382 if (t->priority < target_node->min_priority && in binder_thread_read()
2386 t->saved_priority > target_node->min_priority) in binder_thread_read()
2387 binder_set_nice(target_node->min_priority); in binder_thread_read()