Searched defs:lock (Results 51 - 75 of 3370) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer_crash.c9 struct bpf_spin_lock lock; member in struct:map_elem
H A Dfreplace_attach_probe.c12 struct bpf_spin_lock lock; member in struct:hmap_elem
/linux-master/security/landlock/
H A Dobject.h56 spinlock_t lock; member in struct:landlock_object
/linux-master/include/net/phonet/
H A Dpn_dev.h20 struct mutex lock; member in struct:phonet_device_list
/linux-master/drivers/gpu/host1x/
H A Dcontext.h19 struct mutex lock; member in struct:host1x_memory_context_list
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchid.h15 spinlock_t lock; member in struct:nvkm_chid
/linux-master/drivers/acpi/acpica/
H A Dutlock.c28 acpi_status acpi_ut_create_rw_lock(struct acpi_rw_lock *lock) argument
42 void acpi_ut_delete_rw_lock(struct acpi_rw_lock *lock) argument
71 acpi_ut_acquire_read_lock(struct acpi_rw_lock *lock) argument
93 acpi_ut_release_read_lock(struct acpi_rw_lock *lock) argument
129 acpi_ut_acquire_write_lock(struct acpi_rw_lock *lock) argument
137 acpi_ut_release_write_lock(struct acpi_rw_lock *lock) argument
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs_send.h11 spinlock_t lock; /* protects backlog list */ member in struct:qat_instance_backlog
/linux-master/arch/arm/mach-spear/
H A Dpl080.c21 static spinlock_t lock = __SPIN_LOCK_UNLOCKED(x); variable
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv50.h10 spinlock_t lock; member in struct:nv50_gr
/linux-master/fs/bcachefs/
H A Dbuckets_waiting_for_journal_types.h19 struct mutex lock; member in struct:buckets_waiting_for_journal
H A Dseqmutex.h8 struct mutex lock; member in struct:seqmutex
14 static inline bool seqmutex_trylock(struct seqmutex *lock) argument
19 static inline void seqmutex_lock(struct seqmutex *lock) argument
24 static inline void seqmutex_unlock(struct seqmutex *lock) argument
30 seqmutex_seq(struct seqmutex *lock) argument
35 seqmutex_relock(struct seqmutex *lock, u32 seq) argument
[all...]
H A Dtwo_state_shared_lock.h20 static inline void two_state_lock_init(two_state_lock_t *lock) argument
26 static inline void bch2_two_state_unlock(two_state_lock_t *lock, int s) argument
36 static inline bool bch2_two_state_trylock(two_state_lock_t *lock, int s) argument
53 bch2_two_state_lock(two_state_lock_t *lock, int s) argument
[all...]
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.h26 struct mutex lock; member in struct:wfx_hif_cmd
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dbar.h11 spinlock_t lock; member in struct:nvkm_bar
/linux-master/include/linux/
H A Dosq_lock.h23 static inline void osq_lock_init(struct optimistic_spin_queue *lock) argument
31 static inline bool osq_is_locked(struct optimistic_spin_queue *lock) argument
H A Dseqlock_types.h90 spinlock_t lock; member in struct:__anon612
/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dgfp.h18 hyp_spinlock_t lock; member in struct:hyp_pool
/linux-master/include/drm/
H A Ddrm_flip_work.h68 spinlock_t lock; member in struct:drm_flip_work
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay_types.h18 spinlock_t lock; member in struct:xe_guc_relay
/linux-master/drivers/gpu/drm/lima/
H A Dlima_ctx.h23 struct mutex lock; member in struct:lima_ctx_mgr
/linux-master/drivers/block/zram/
H A Dzcomp.h12 local_lock_t lock; member in struct:zcomp_strm
/linux-master/tools/perf/util/
H A Dthreads.h16 struct rw_semaphore lock; member in struct:threads_table_entry
/linux-master/drivers/clk/mmp/
H A Dreset.h14 spinlock_t *lock; member in struct:mmp_clk_reset_cell
/linux-master/arch/alpha/include/asm/
H A Dspinlock.h19 static inline int arch_spin_value_unlocked(arch_spinlock_t lock) argument
24 static inline void arch_spin_unlock(arch_spinlock_t * lock) argument
30 static inline void arch_spin_lock(arch_spinlock_t * lock) argument
50 arch_spin_trylock(arch_spinlock_t *lock) argument
57 arch_read_lock(arch_rwlock_t *lock) argument
77 arch_write_lock(arch_rwlock_t *lock) argument
97 arch_read_trylock(arch_rwlock_t * lock) argument
119 arch_write_trylock(arch_rwlock_t * lock) argument
141 arch_read_unlock(arch_rwlock_t * lock) argument
157 arch_write_unlock(arch_rwlock_t * lock) argument
[all...]

Completed in 555 milliseconds

1234567891011>>