Home
last modified time | relevance | path

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

/openbmc/linux/kernel/printk/
H A Dprintk_ringbuffer.c598 case desc_committed: in data_make_reusable()
796 case desc_committed: in desc_push_tail()
1276 if (d_state != desc_committed || cid != caller_id) in desc_reopen_last()
1281 prev_state_val = DESC_SV(id, desc_committed); in desc_reopen_last()
1450 unsigned long prev_state_val = DESC_SV(id, desc_committed); in desc_make_final()
1637 _prb_commit(e, desc_committed); in prb_commit()
1772 d_state == desc_committed || in desc_read_finalized_seq()
H A Dprintk_ringbuffer.h116 desc_committed = 0x1, /* committed by writer, could get reopened */ enumerator
/openbmc/linux/scripts/gdb/linux/
H A Ddmesg.py80 desc_committed = 1
103 if state != desc_committed and state != desc_finalized:
/openbmc/linux/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt291 set var $desc_committed = 1
310 if ($state == $desc_committed || $state == $desc_finalized)