Home
last modified time | relevance | path

Searched refs:mem_lock (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/drm-shim/
Ddevice.c87 mtx_init(&shim_device.mem_lock, mtx_plain); in drm_shim_device_init()
327 mtx_lock(&shim_device.mem_lock); in drm_shim_bo_init()
329 mtx_unlock(&shim_device.mem_lock); in drm_shim_bo_init()
372 mtx_lock(&shim_device.mem_lock); in drm_shim_bo_put()
374 mtx_unlock(&shim_device.mem_lock); in drm_shim_bo_put()
404 mtx_lock(&shim_device.mem_lock); in drm_shim_bo_get_mmap_offset()
406 mtx_unlock(&shim_device.mem_lock); in drm_shim_bo_get_mmap_offset()
419 mtx_lock(&shim_device.mem_lock); in drm_shim_mmap()
421 mtx_unlock(&shim_device.mem_lock); in drm_shim_mmap()
Ddrm_shim.h47 mtx_t mem_lock; member
/third_party/libbpf/include/uapi/linux/
Dperf_event.h1273 mem_lock:2, /* lock instr */ member
1294 mem_lock:2, /* lock instr */ member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h9095 __u64 mem_lock: 2; member