Home
last modified time | relevance | path

Searched refs:active_lock (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.c681 mutex_lock(&gpu->active_lock); in retire_submit()
689 mutex_unlock(&gpu->active_lock); in retire_submit()
773 mutex_lock(&gpu->active_lock); in msm_gpu_submit()
779 mutex_unlock(&gpu->active_lock); in msm_gpu_submit()
867 mutex_init(&gpu->active_lock); in msm_gpu_init()
H A Dmsm_gpu.h228 struct mutex active_lock; member
/openbmc/linux/include/linux/
H A Dbpf_verifier.h383 struct bpf_active_lock active_lock; member
/openbmc/linux/kernel/bpf/
H A Dverifier.c1779 dst_state->active_lock.ptr = src->active_lock.ptr; in copy_verifier_state()
1780 dst_state->active_lock.id = src->active_lock.id; in copy_verifier_state()
7465 if (cur->active_lock.ptr) { in process_spin_lock()
7471 cur->active_lock.ptr = map; in process_spin_lock()
7473 cur->active_lock.ptr = btf; in process_spin_lock()
7483 if (!cur->active_lock.ptr) { in process_spin_lock()
7496 cur->active_lock.id = 0; in process_spin_lock()
16311 if (old->active_lock.ptr != cur->active_lock.ptr) in states_equal()
16317 if (!!old->active_lock.id != !!cur->active_lock.id) in states_equal()
16320 if (old->active_lock.id && in states_equal()
[all …]
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c1518 mutex_lock(&gpu->active_lock); in a6xx_recover()
1560 mutex_unlock(&gpu->active_lock); in a6xx_recover()