Searched refs:lockdep_map (Results 1 - 25 of 69) sorted by path

123

/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_native.c47 static struct lockdep_map hpte_lock_map =
/linux-master/block/
H A Dbio.c1375 bio->bi_bdev->bd_disk->lockdep_map);
H A Dgenhd.c1373 lockdep_init_map(&disk->lockdep_map, "(bio completion)", lkclass, 0);
/linux-master/drivers/dma-buf/
H A Ddma-fence.c284 static struct lockdep_map dma_fence_lockdep_map = {
/linux-master/drivers/gpu/drm/
H A Ddrm_connector.c777 static struct lockdep_map connector_list_iter_dep_map = {
/linux-master/drivers/gpu/drm/i915/
H A Di915_active.c361 lockdep_init_map(&ref->work.lockdep_map, "i915_active.work", wkey, 0);
H A Dintel_wakeref.c113 lockdep_init_map(&wf->work.work.lockdep_map,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_device.c49 struct lockdep_map xe_device_mem_access_lockdep_map = {
H A Dxe_device.h20 extern struct lockdep_map xe_device_mem_access_lockdep_map;
/linux-master/drivers/md/bcache/
H A Dbtree.c565 static int btree_lock_cmp_fn(const struct lockdep_map *_a,
566 const struct lockdep_map *_b)
574 static void btree_lock_print_fn(const struct lockdep_map *map)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5139 lockdep_init_map(&tc->ht.run_work.lockdep_map, "tc_ht_wq_key", &tc_ht_wq_key, 0);
5263 lockdep_init_map(&tc_ht->run_work.lockdep_map, "tc_ht_wq_key", &tc_ht_wq_key, 0);
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h1163 struct lockdep_map sync_cmd_lockdep_map;
/linux-master/fs/bcachefs/
H A Djournal_types.h296 struct lockdep_map res_map;
H A Dsix.h145 struct lockdep_map dep_map;
/linux-master/fs/btrfs/
H A Dfs.h852 struct lockdep_map btrfs_trans_num_writers_map;
853 struct lockdep_map btrfs_trans_num_extwriters_map;
854 struct lockdep_map btrfs_state_change_map[4];
855 struct lockdep_map btrfs_trans_pending_ordered_map;
856 struct lockdep_map btrfs_ordered_extent_map;
/linux-master/fs/ocfs2/
H A Docfs2.h197 struct lockdep_map l_lockdep_map;
/linux-master/fs/
H A Dpipe.c82 static int pipe_lock_cmp_fn(const struct lockdep_map *a,
83 const struct lockdep_map *b)
/linux-master/include/drm/
H A Ddrm_gem.h405 struct lockdep_map *lock_dep_map;
/linux-master/include/linux/
H A Dblkdev.h205 struct lockdep_map lockdep_map; member in struct:gendisk
H A Djbd2.h1262 struct lockdep_map j_trans_commit_map;
H A Dkernfs.h194 struct lockdep_map dep_map;
H A Dlocal_lock_internal.h13 struct lockdep_map dep_map;
H A Dlockdep.h26 static inline void lockdep_copy_map(struct lockdep_map *to,
27 struct lockdep_map *from)
90 extern void lockdep_reset_lock(struct lockdep_map *lock);
128 extern void lockdep_init_map_type(struct lockdep_map *lock, const char *name,
132 lockdep_init_map_waits(struct lockdep_map *lock, const char *name,
139 lockdep_init_map_wait(struct lockdep_map *lock, const char *name,
145 static inline void lockdep_init_map(struct lockdep_map *lock, const char *name,
189 static inline int lockdep_match_key(struct lockdep_map *lock,
209 extern void lock_acquire(struct lockdep_map *lock, unsigned int subclass,
211 struct lockdep_map *nest_loc
[all...]
H A Dlockdep_types.h54 * cached in the instance of lockdep_map
57 * are cached in lockdep_map. This optimization is mainly targeting
88 struct lockdep_map;
89 typedef int (*lock_cmp_fn)(const struct lockdep_map *a,
90 const struct lockdep_map *b);
91 typedef void (*lock_print_fn)(const struct lockdep_map *map);
185 struct lockdep_map { struct
222 struct lockdep_map *instance;
223 struct lockdep_map *nest_lock;
266 * The lockdep_map take
268 struct lockdep_map { }; struct
[all...]
H A Dmaple_tree.h185 typedef struct lockdep_map *lockdep_map_p;

Completed in 701 milliseconds

123