Searched defs:mapped_device (Results 1 – 3 of 3) sorted by relevance
702 std::unique_ptr<MappedDevice> mapped_device; in getAvbPublicKey() local
103741 struct mapped_device { struct103742 struct mutex suspend_lock;103743 struct mutex table_devices_lock;103744 struct list_head table_devices;103745 void __attribute__((btf_type_tag("rcu"))) *map;103746 unsigned long flags;103747 struct mutex type_lock;103748 enum dm_queue_mode type;103749 int numa_node_id;103750 struct request_queue *queue;[all …]
113536 struct mapped_device { struct113537 struct mutex suspend_lock;113538 struct mutex table_devices_lock;113539 struct list_head table_devices;113540 void __attribute__((btf_type_tag("rcu"))) *map;113541 unsigned long flags;113542 struct mutex type_lock;113543 enum dm_queue_mode type;113544 int numa_node_id;113545 struct request_queue *queue;[all …]