Home
last modified time | relevance | path

Searched defs:dm_bufio_client (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/arm64/
Dvmlinux.h128964 struct dm_bufio_client { struct
128965 struct mutex lock;
128966 spinlock_t spinlock;
128967 bool no_sleep;
128968 struct list_head lru[2];
128969 long unsigned int n_buffers[2];
128970 struct block_device *bdev;
128971 unsigned int block_size;
128972 s8 sectors_per_block_bits;
128973 void (*alloc_callback)(struct dm_buffer *);
[all …]
Dvmlinux_608.h128964 struct dm_bufio_client { struct
128965 struct mutex lock;
128966 spinlock_t spinlock;
128967 bool no_sleep;
128968 struct list_head lru[2];
128969 long unsigned int n_buffers[2];
128970 struct block_device *bdev;
128971 unsigned int block_size;
128972 s8 sectors_per_block_bits;
128973 void (*alloc_callback)(struct dm_buffer *);
[all …]