Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h81282 struct ublk_queue { struct
81283 int q_id;
81284 int q_depth;
81285 unsigned long flags;
81286 struct task_struct *ubq_daemon;
81287 char *io_cmd_buf;
81288 struct llist_head io_cmds;
81289 unsigned long io_addr;
81290 unsigned int max_io_sz;
81291 bool force_abort;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h91047 struct ublk_queue { struct
91048 int q_id;
91049 int q_depth;
91050 unsigned long flags;
91051 struct task_struct *ubq_daemon;
91052 char *io_cmd_buf;
91053 struct llist_head io_cmds;
91054 unsigned long io_addr;
91055 unsigned int max_io_sz;
91056 bool force_abort;
[all …]