Home
last modified time | relevance | path

Searched defs:blk_flush_queue (Results 1 – 7 of 7) sorted by relevance

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h38954 struct blk_flush_queue { struct
38955 unsigned int flush_pending_idx: 1;
38956 unsigned int flush_running_idx: 1;
38957 blk_status_t rq_status;
38958 long unsigned int flush_pending_since;
38959 struct list_head flush_queue[2];
38960 struct list_head flush_data_in_flight;
38961 struct request *flush_rq;
38962 struct lock_class_key key;
38963 spinlock_t mq_flush_lock;
Dvmlinux.h38954 struct blk_flush_queue { struct
38955 unsigned int flush_pending_idx: 1;
38956 unsigned int flush_running_idx: 1;
38957 blk_status_t rq_status;
38958 long unsigned int flush_pending_since;
38959 struct list_head flush_queue[2];
38960 struct list_head flush_data_in_flight;
38961 struct request *flush_rq;
38962 struct lock_class_key key;
38963 spinlock_t mq_flush_lock;
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h33402 struct blk_flush_queue { struct
33403 unsigned int flush_pending_idx: 1;
33404 unsigned int flush_running_idx: 1;
33405 blk_status_t rq_status;
33406 long unsigned int flush_pending_since;
33407 struct list_head flush_queue[2];
33408 struct list_head flush_data_in_flight;
33409 struct request *flush_rq;
33410 spinlock_t mq_flush_lock;
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h33119 struct blk_flush_queue { struct
33120 unsigned int flush_queue_delayed: 1;
33121 unsigned int flush_pending_idx: 1;
33122 unsigned int flush_running_idx: 1;
33123 blk_status_t rq_status;
33124 long unsigned int flush_pending_since;
33125 struct list_head flush_queue[2];
33126 struct list_head flush_data_in_flight;
33127 struct request *flush_rq;
33128 struct request *orig_rq;
[all …]
Dvmlinux.h33119 struct blk_flush_queue { struct
33120 unsigned int flush_queue_delayed: 1;
33121 unsigned int flush_pending_idx: 1;
33122 unsigned int flush_running_idx: 1;
33123 blk_status_t rq_status;
33124 long unsigned int flush_pending_since;
33125 struct list_head flush_queue[2];
33126 struct list_head flush_data_in_flight;
33127 struct request *flush_rq;
33128 struct request *orig_rq;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h28582 struct blk_flush_queue { struct
28583 unsigned int flush_pending_idx: 1;
28584 unsigned int flush_running_idx: 1;
28585 blk_status_t rq_status;
28586 long unsigned int flush_pending_since;
28587 struct list_head flush_queue[2];
28588 struct list_head flush_data_in_flight;
28589 struct request *flush_rq;
28590 struct lock_class_key key;
28591 spinlock_t mq_flush_lock;
Dvmlinux_510.h28582 struct blk_flush_queue { struct
28583 unsigned int flush_pending_idx: 1;
28584 unsigned int flush_running_idx: 1;
28585 blk_status_t rq_status;
28586 long unsigned int flush_pending_since;
28587 struct list_head flush_queue[2];
28588 struct list_head flush_data_in_flight;
28589 struct request *flush_rq;
28590 struct lock_class_key key;
28591 spinlock_t mq_flush_lock;