Searched refs:req_prio (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/printk/
H A Dnbcon.c31 * - The 'req_prio' field is used by the handover approach to make the
56 * a) Sets its priority into the 'req_prio' field.
61 * c) Takes the lock and clears the 'req_prio' field.
65 * a) Observes the 'req_prio' field set on exit from the unsafe
237 if (ctxt->prio <= cur->prio || ctxt->prio <= cur->req_prio)
251 new.req_prio = NBCON_PRIO_NONE;
263 * The request context is well defined by the @req_prio because:
279 return (cur->req_prio == expected_prio);
336 new.req_prio = NBCON_PRIO_NONE;
362 * The function sets "req_prio" fiel
[all...]
/linux-master/include/linux/
H A Dconsole.h203 * @req_prio: The priority of a handover request
213 * The @prio and @req_prio fields are particularly important to allow
222 unsigned int req_prio : 2; member in struct:nbcon_state::__anon394::__anon395

Completed in 213 milliseconds