Home
last modified time | relevance | path

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

/linux/kernel/printk/
H A Dnbcon.c269 new.req_prio = NBCON_PRIO_NONE; in nbcon_context_try_acquire_direct()
354 if (cur->prio != NBCON_PRIO_NONE) in nbcon_context_try_acquire_requested()
365 new.req_prio = NBCON_PRIO_NONE; in nbcon_context_try_acquire_requested()
492 new.req_prio = NBCON_PRIO_NONE; in nbcon_context_try_acquire_handover()
665 new.prio = NBCON_PRIO_NONE; in nbcon_context_release()
713 if (cur->req_prio == NBCON_PRIO_NONE) in nbcon_context_can_proceed()
/linux/include/linux/
H A Dconsole.h253 NBCON_PRIO_NONE = 0, enumerator