Home
last modified time | relevance | path

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

/linux/kernel/printk/
H A Dprintk_ringbuffer.c602 case desc_committed: in data_make_reusable()
800 case desc_committed: in desc_push_tail()
1292 if (d_state != desc_committed || cid != caller_id) in desc_reopen_last()
1297 prev_state_val = DESC_SV(id, desc_committed); in desc_reopen_last()
1565 unsigned long prev_state_val = DESC_SV(id, desc_committed); in desc_make_final()
1751 _prb_commit(e, desc_committed); in prb_commit()
1883 d_state == desc_committed || in desc_read_finalized_seq()
H A Dprintk_ringbuffer.h119 desc_committed = 0x1, /* committed by writer, could get reopened */ enumerator
/linux/scripts/gdb/linux/
H A Ddmesg.py80 desc_committed = 1
103 if state != desc_committed and state != desc_finalized:
/linux/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt291 set var $desc_committed = 1
310 if ($state == $desc_committed || $state == $desc_finalized)