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

/linux-master/kernel/printk/
H A Dnbcon.c151 unsigned long nbcon_seq = atomic_long_read(&ACCESS_PRIVATE(con, nbcon_seq)); local
153 return __ulseq_to_u64seq(prb, nbcon_seq);
174 atomic_long_set(&ACCESS_PRIVATE(con, nbcon_seq), __u64seq_to_ulseq(valid_seq));
176 /* Clear con->seq since nbcon consoles use con->nbcon_seq instead. */
186 * @ctxt->seq is updated to the new value of @con::nbcon_seq (expanded to
193 unsigned long nbcon_seq = __u64seq_to_ulseq(ctxt->seq); local
196 if (atomic_long_try_cmpxchg(&ACCESS_PRIVATE(con, nbcon_seq), &nbcon_seq,
/linux-master/include/linux/
H A Dconsole.h325 * @nbcon_seq: Sequence number of the next record for nbcon to print
351 atomic_long_t __private nbcon_seq; member in struct:console

Completed in 203 milliseconds