Searched refs:to_desc (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/kernel/printk/ |
D | printk_ringbuffer.c | 359 static struct prb_desc *to_desc(struct prb_desc_ring *desc_ring, u64 n) in to_desc() function 441 struct prb_desc *desc = to_desc(desc_ring, id); in desc_read() 552 struct prb_desc *desc = to_desc(desc_ring, id); in desc_make_reusable() 972 desc = to_desc(desc_ring, id); in desc_reserve() 1295 d = to_desc(desc_ring, id); in desc_reopen_last() 1566 struct prb_desc *d = to_desc(desc_ring, id); in desc_make_final() 1626 d = to_desc(desc_ring, id); in prb_reserve() 1693 struct prb_desc *d = to_desc(desc_ring, e->id); in _prb_commit() 1912 struct prb_desc *rdesc = to_desc(desc_ring, seq); in prb_read() 2049 d = to_desc(desc_ring, last_finalized_seq); in prb_next_reserve_seq()
|
/linux-6.12.1/drivers/dma/ |
D | pl330.c | 2037 to_desc(struct dma_async_tx_descriptor *tx) in to_desc() function 2509 struct dma_pl330_desc *desc, *last = to_desc(tx); in pl330_tx_submit()
|