Searched refs:spinlock_t (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-13-stable/lib/libc/gen/
H A D_spinlock_stub.c41 void _spinlock_stub(spinlock_t *);
42 void _spinunlock_stub(spinlock_t *);
54 _spinlock(spinlock_t *lck)
57 ((void (*)(spinlock_t *lck))__libc_interposing[INTERPOS_spinlock])
64 _spinunlock(spinlock_t *lck)
67 ((void (*)(spinlock_t *lck))__libc_interposing[INTERPOS_spinunlock])
73 __libc_spinlock_stub(spinlock_t *lck __unused)
78 __libc_spinunlock_stub(spinlock_t *lck __unused)
/freebsd-13-stable/lib/libc/include/
H A Dspinlock.h51 typedef struct _spinlock spinlock_t; typedef in typeref:struct:_spinlock
63 void _spinlock(spinlock_t *);
64 void _spinunlock(spinlock_t *);
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_spinlock.c49 spinlock_t *owner;
58 static void init_spinlock(spinlock_t *lck);
66 __thr_spinunlock(spinlock_t *lck)
75 __thr_spinlock(spinlock_t *lck)
90 init_spinlock(spinlock_t *lck)
/freebsd-13-stable/sys/dev/mlx5/
H A Ddoorbell.h45 spinlock_t *doorbell_lock)
57 #define MLX5_DECLARE_DOORBELL_LOCK(name) spinlock_t name;
62 spinlock_t *doorbell_lock)
H A Ddriver.h264 spinlock_t lock;
291 spinlock_t lock;
316 spinlock_t alloc_lock;
320 spinlock_t token_lock;
490 spinlock_t lock;
503 spinlock_t wq_lock;
522 spinlock_t writerlock;
531 spinlock_t lock;
538 spinlock_t lock;
545 spinlock_t loc
[all...]
H A Dcq.h132 spinlock_t *doorbell_lock,
/freebsd-13-stable/sys/dev/mlx4/
H A Ddoorbell.h56 spinlock_t *doorbell_lock)
69 #define MLX4_DECLARE_DOORBELL_LOCK(name) spinlock_t name;
74 spinlock_t *doorbell_lock)
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Diwcm.h59 spinlock_t lock;
H A Dmad_priv.h101 spinlock_t lock;
182 spinlock_t lock;
195 spinlock_t snoop_lock;
208 spinlock_t reg_lock;
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_doorbell.h60 spinlock_t *doorbell_lock)
78 #define MTHCA_DECLARE_DOORBELL_LOCK(name) spinlock_t name;
89 spinlock_t *doorbell_lock)
H A Dmthca_provider.h205 spinlock_t lock;
226 spinlock_t lock;
249 spinlock_t lock;
H A Dmthca_dev.h128 spinlock_t context_lock;
185 spinlock_t lock;
210 spinlock_t lock;
243 spinlock_t lock;
250 spinlock_t lock;
260 spinlock_t lock;
360 spinlock_t sm_lock;
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h47 } spinlock_t; typedef in typeref:struct:__anon8817
140 linux_spin_lock_init(spinlock_t *lock, const char *name)
148 spin_lock_destroy(spinlock_t *lock)
155 spinlock_t lock; \
165 atomic_dec_and_lock_irqsave(atomic_t *cnt, spinlock_t *lock,
H A Drefcount.h72 refcount_dec_and_lock_irqsave(refcount_t *ref, spinlock_t *lock,
H A Dkref.h83 spinlock_t *lock)
/freebsd-13-stable/sys/ofed/include/rdma/
H A Drdmavt_cq.h86 spinlock_t lock; /* protect changes in this struct */
H A Drdma_vt.h72 spinlock_t lock; /* protect changes in this struct */
369 spinlock_t n_pds_lock; /* Protect pd allocated count */
372 spinlock_t n_ahs_lock; /* Protect ah allocated count */
375 spinlock_t n_srqs_lock; /* Protect srqs allocated count */
385 spinlock_t n_qps_lock; /* protect qps, rc qps and busy jiffy counts */
389 spinlock_t mmap_offset_lock; /* protect mmap_offset */
391 spinlock_t pending_lock; /* protect pending mmap list */
396 spinlock_t n_cqs_lock; /* protect count of in use cqs */
400 spinlock_t n_mcast_grps_lock;
H A Drdmavt_qp.h206 spinlock_t lock ____cacheline_aligned_in_smp;
315 spinlock_t r_lock ____cacheline_aligned_in_smp; /* used for APM */
334 spinlock_t s_hlock ____cacheline_aligned_in_smp;
341 spinlock_t s_lock ____cacheline_aligned_in_smp;
409 spinlock_t lock; /* protect changes to the qp table */
423 spinlock_t qpt_lock; /* qptable lock */
H A Drdmavt_mr.h96 spinlock_t lock; /* protect changes in this struct */
/freebsd-13-stable/sys/dev/mlx5/mlx5_fpga/
H A Dconn.h71 spinlock_t lock; /* Protects all SQ state */
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h78 spinlock_t tq_lock; /* protects taskq_t */
110 spinlock_t tqent_lock;
H A Dmutex.h42 spinlock_t m_lock; /* used for serializing mutex_exit */
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c358 static spinlock_t kmem_lock;
363 kmem_del_init(spinlock_t *lock, struct hlist_head *table,
547 spl_kmem_init_tracking(struct list_head *list, spinlock_t *lock, int size)
561 spl_kmem_fini_tracking(struct list_head *list, spinlock_t *lock)
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h127 spinlock_t lock;
175 spinlock_t lock;
345 spinlock_t lock;
402 spinlock_t ag_work_lock;
425 spinlock_t tx_lock;
455 spinlock_t ud_lock;
474 spinlock_t going_down_lock;
481 spinlock_t id_map_lock;
502 spinlock_t lock;
577 spinlock_t sm_loc
[all...]
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h249 spinlock_t lock;
257 spinlock_t lock;
490 spinlock_t lock;
533 spinlock_t alloc_lock; /* protect quotas */
548 spinlock_t lock;
561 spinlock_t event_lock;
591 spinlock_t slave_state_lock;
626 spinlock_t context_lock;
672 spinlock_t lock;
693 spinlock_t loc
[all...]

Completed in 285 milliseconds

123