blob: 122185c6a88cf626bb6cfec9c29768ecd544f492 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001What: /sys/kernel/dmabuf/buffers
2Date: January 2021
3KernelVersion: v5.12
4Contact: Hridya Valsaraju <hridya@google.com>
5Description: The /sys/kernel/dmabuf/buffers directory contains a
6 snapshot of the internal state of every DMA-BUF.
7 /sys/kernel/dmabuf/buffers/<inode_number> will contain the
8 statistics for the DMA-BUF with the unique inode number
9 <inode_number>
10Users: kernel memory tuning/debugging tools
11
12What: /sys/kernel/dmabuf/buffers/<inode_number>/exporter_name
13Date: January 2021
14KernelVersion: v5.12
15Contact: Hridya Valsaraju <hridya@google.com>
16Description: This file is read-only and contains the name of the exporter of
17 the DMA-BUF.
18
19What: /sys/kernel/dmabuf/buffers/<inode_number>/size
20Date: January 2021
21KernelVersion: v5.12
22Contact: Hridya Valsaraju <hridya@google.com>
23Description: This file is read-only and specifies the size of the DMA-BUF in
24 bytes.