Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk_ringbuffer.c597 case desc_committed: in data_make_reusable()
797 case desc_committed: in desc_push_tail()
1277 if (d_state != desc_committed || cid != caller_id) in desc_reopen_last()
1282 prev_state_val = DESC_SV(id, desc_committed); in desc_reopen_last()
1451 unsigned long prev_state_val = DESC_SV(id, desc_committed); in desc_make_final()
1639 _prb_commit(e, desc_committed); in prb_commit()
1774 d_state == desc_committed || in desc_read_finalized_seq()
H A Dprintk_ringbuffer.h116 desc_committed = 0x1, /* committed by writer, could get reopened */ enumerator
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Ddmesg.py86 desc_committed = 1
108 if state != desc_committed and state != desc_finalized:
/OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt291 set var $desc_committed = 1
310 if ($state == $desc_committed || $state == $desc_finalized)