Home
last modified time | relevance | path

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

/linux/kernel/printk/
H A Dnbcon.c156 static inline bool nbcon_state_try_cmpxchg(struct console *con, struct nbcon_state *cur, in nbcon_state_try_cmpxchg() function
288 } while (!nbcon_state_try_cmpxchg(con, cur, &new)); in nbcon_context_try_acquire_direct()
385 if (!nbcon_state_try_cmpxchg(con, cur, &new)) { in nbcon_context_try_acquire_requested()
481 if (!nbcon_state_try_cmpxchg(con, cur, &new)) in nbcon_context_try_acquire_handover()
519 if (nbcon_state_try_cmpxchg(con, cur, &new)) { in nbcon_context_try_acquire_handover()
578 } while (!nbcon_state_try_cmpxchg(con, cur, &new)); in nbcon_context_try_acquire_hostile()
699 } while (!nbcon_state_try_cmpxchg(con, &cur, &new)); in nbcon_context_release()
853 } while (!nbcon_state_try_cmpxchg(con, &cur, &new)); in __nbcon_context_update_unsafe()