HomeSort by: relevance | last modified time | path
    Searched refs:lock_class_key (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_active.h 157 struct lock_class_key *mkey,
158 struct lock_class_key *wkey);
162 static struct lock_class_key __mkey; \
163 static struct lock_class_key __wkey; \
i915_sw_fence.h 56 struct lock_class_key *key);
60 static struct lock_class_key __key; \
intel_wakeref.h 53 struct lock_class_key mutex;
54 struct lock_class_key work;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_vmmmcp77.c 45 void *argv, u32 argc, struct lock_class_key *key,
vmm.h 166 struct lock_class_key *, const char *name,
170 struct lock_class_key *, const char *name, struct nvkm_vmm *);
196 bool, u64, u64, void *, u32, struct lock_class_key *,
207 struct lock_class_key *, const char *, struct nvkm_vmm **);
221 struct lock_class_key *, const char *, struct nvkm_vmm **);
227 struct lock_class_key *, const char *, struct nvkm_vmm **);
237 struct lock_class_key *, const char *, struct nvkm_vmm **);
239 struct lock_class_key *, const char *, struct nvkm_vmm **);
241 struct lock_class_key *, const char *, struct nvkm_vmm **);
243 struct lock_class_key *, const char *, struct nvkm_vmm **)
    [all...]
nouveau_nvkm_subdev_mmu_vmmgm20b.c 63 void *argv, u32 argc, struct lock_class_key *key,
72 void *argv, u32 argc, struct lock_class_key *key,
nouveau_nvkm_subdev_mmu_vmmgk20a.c 73 void *argv, u32 argc, struct lock_class_key *key,
nouveau_nvkm_subdev_mmu_vmmgp10b.c 51 void *argv, u32 argc, struct lock_class_key *key,
nouveau_nvkm_subdev_mmu_vmmgm200.c 152 void *argv, u32 argc, struct lock_class_key *key,
180 void *argv, u32 argc, struct lock_class_key *key,
189 void *argv, u32 argc, struct lock_class_key *key,
nouveau_nvkm_subdev_mmu_vmmgk104.c 104 void *argv, u32 argc, struct lock_class_key *key,
nouveau_nvkm_subdev_mmu_vmmtu102.c 78 void *argv, u32 argc, struct lock_class_key *key,
nouveau_nvkm_subdev_mmu_vmmnv04.c 113 void *argv, u32 argc, struct lock_class_key *key,
131 void *argv, u32 argc, struct lock_class_key *key, const char *name,
nouveau_nvkm_subdev_mmu_vmmgv100.c 89 void *argv, u32 argc, struct lock_class_key *key,
priv.h 39 void *argv, u32 argc, struct lock_class_key *,
nouveau_nvkm_subdev_mmu_vmmnv41.c 117 void *argv, u32 argc, struct lock_class_key *key, const char *name,
  /src/sys/external/bsd/drm2/include/linux/
lockdep.h 40 struct lock_class_key;
94 lockdep_set_class(void *m, struct lock_class_key *ck)
mutex.h 48 struct lock_class_key { struct
61 struct lock_class_key *key __unused)
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_lmem.c 43 static struct lock_class_key lock_class;
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
mock_region.c 27 static struct lock_class_key lock_class;
lib_sw_fence.c 42 struct lock_class_key *key)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bar/
nouveau_nvkm_subdev_bar_gf100.c 90 struct lock_class_key *key, int bar_nr)
130 static struct lock_class_key bar1_lock;
131 static struct lock_class_key bar2_lock;
nouveau_nvkm_subdev_bar_nv50.c 115 static struct lock_class_key bar1_lock;
116 static struct lock_class_key bar2_lock;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
huge_gem_object.c 107 static struct lock_class_key lock_class;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
mmu.h 64 struct lock_class_key *, const char *name, struct nvkm_vmm **);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_subdev.c 36 static struct lock_class_key nvkm_subdev_lock_class[NVKM_SUBDEV_NR];

Completed in 30 milliseconds

1 2