Home
last modified time | relevance | path

Searched refs:DMA_BUF_NAME_LEN (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Ddma-buf.h86 #define DMA_BUF_NAME_LEN 32 macro
/linux-6.12.1/drivers/dma-buf/
Ddma-buf.c71 char name[DMA_BUF_NAME_LEN]; in dmabuffs_dname()
338 char *name = strndup_user(buf, DMA_BUF_NAME_LEN); in dma_buf_set_name()