Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/dma-buf/
A Ddma-buf.c1681 static struct dentry *dma_buf_debugfs_dir; variable
1692 dma_buf_debugfs_dir = d; in dma_buf_init_debugfs()
1694 d = debugfs_create_file("bufinfo", S_IRUGO, dma_buf_debugfs_dir, in dma_buf_init_debugfs()
1698 debugfs_remove_recursive(dma_buf_debugfs_dir); in dma_buf_init_debugfs()
1699 dma_buf_debugfs_dir = NULL; in dma_buf_init_debugfs()
1708 debugfs_remove_recursive(dma_buf_debugfs_dir); in dma_buf_uninit_debugfs()

Completed in 6 milliseconds