Searched refs:cmd_sz (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | io_uring_types.h | 519 static inline void io_kiocb_cmd_sz_check(size_t cmd_sz) in io_kiocb_cmd_sz_check() argument 521 BUILD_BUG_ON(cmd_sz > sizeof(struct io_cmd_data)); in io_kiocb_cmd_sz_check()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 7069 static const size_t cmd_sz = sizeof(*cmd) + in hpsa_message() local 7091 cmd = dma_alloc_coherent(&pdev->dev, cmd_sz, &paddr64, GFP_KERNEL); in hpsa_message() 7140 dma_free_coherent(&pdev->dev, cmd_sz, cmd, paddr64); in hpsa_message()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 7097 static const size_t cmd_sz = sizeof(*cmd) + in hpsa_message() local 7119 cmd = dma_alloc_coherent(&pdev->dev, cmd_sz, &paddr64, GFP_KERNEL); in hpsa_message() 7168 dma_free_coherent(&pdev->dev, cmd_sz, cmd, paddr64); in hpsa_message()
|
Completed in 25 milliseconds