Symbol: spinlock
sys/bus/cam/cam_sim.h
115
struct spinlock sim_spin;
sys/bus/cam/cam_xpt.c
659
static struct spinlock cam_simq_spin;
sys/bus/pci/x86_64/pci_cfgreg.c
63
static struct spinlock pcicfg_spin;
sys/dev/acpica/Osd/OsdSynch.c
330
struct spinlock slock;
sys/dev/acpica/Osd/OsdSynch.c
64
struct spinlock as_spin;
sys/dev/drm/amd/amdgpu/amdgpu.h
1032
struct spinlock ring_lru_list_lock;
sys/dev/drm/amd/amdgpu/amdgpu.h
939
struct spinlock lock;
sys/dev/drm/amd/amdgpu/amdgpu_gmc.h
144
struct spinlock invalidate_lock;
sys/dev/drm/amd/amdgpu/amdgpu_gtt_mgr.c
30
struct spinlock lock;
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
817
struct spinlock guptasklock;
sys/dev/drm/amd/amdgpu/amdgpu_vram_mgr.c
30
struct spinlock lock;
sys/dev/drm/drm_auth.c
106
lockinit(&master->lock.spinlock, "drmmls", 0, 0);
sys/dev/drm/drm_lock.c
126
spin_lock_bh(&lock_data->spinlock);
sys/dev/drm/drm_lock.c
130
spin_unlock_bh(&lock_data->spinlock);
sys/dev/drm/drm_lock.c
133
spin_unlock_bh(&lock_data->spinlock);
sys/dev/drm/drm_lock.c
188
spin_lock_bh(&master->lock.spinlock);
sys/dev/drm/drm_lock.c
190
spin_unlock_bh(&master->lock.spinlock);
sys/dev/drm/drm_lock.c
215
spin_lock_bh(&master->lock.spinlock);
sys/dev/drm/drm_lock.c
217
spin_unlock_bh(&master->lock.spinlock);
sys/dev/drm/drm_lock.c
298
spin_lock_bh(&lock_data->spinlock);
sys/dev/drm/drm_lock.c
302
spin_unlock_bh(&lock_data->spinlock);
sys/dev/drm/drm_lock.c
304
spin_lock_bh(&lock_data->spinlock);
sys/dev/drm/drm_lock.c
309
spin_unlock_bh(&lock_data->spinlock);
sys/dev/drm/drm_lock.c
318
spin_lock_bh(&lock_data->spinlock);
sys/dev/drm/drm_lock.c
329
spin_unlock_bh(&lock_data->spinlock);
sys/dev/drm/drm_lock.c
62
spin_lock_bh(&lock_data->spinlock);
sys/dev/drm/drm_lock.c
74
spin_unlock_bh(&lock_data->spinlock);
sys/dev/drm/include/drm/drm_auth.h
42
spinlock_t spinlock;
sys/dev/drm/include/linux/rbtree.h
51
struct spinlock rbh_spin; /* so we can use sys/tree macros */
sys/dev/drm/include/linux/sched.h
99
struct spinlock kt_spin;
sys/dev/drm/include/linux/seqlock.h
54
struct spinlock lock;
sys/dev/raid/mrsas/mrsas.h
2342
struct spinlock ioctl_lock; // IOCTL lock
sys/dev/raid/twa/tw_osl.h
145
struct spinlock io_lock_handle;/* general purpose lock */
sys/dev/raid/twa/tw_osl.h
146
struct spinlock *io_lock;/* ptr to general purpose lock */
sys/dev/raid/twa/tw_osl.h
147
struct spinlock q_lock_handle; /* queue manipulation lock */
sys/dev/raid/twa/tw_osl.h
148
struct spinlock *q_lock;/* ptr to queue manipulation lock */
sys/dev/raid/twa/tw_osl_types.h
60
typedef struct spinlock TW_LOCK_HANDLE;
sys/dev/virtual/amazon/ena/ena-com/ena_plat.h
205
#define ena_spinlock_t struct spinlock
sys/dev/virtual/amazon/ena/ena-com/ena_plat.h
206
#define ENA_SPINLOCK_INIT(spinlock) \
sys/dev/virtual/amazon/ena/ena-com/ena_plat.h
207
spin_init(&(spinlock), "ena_spin")
sys/dev/virtual/amazon/ena/ena-com/ena_plat.h
208
#define ENA_SPINLOCK_DESTROY(spinlock) \
sys/dev/virtual/amazon/ena/ena-com/ena_plat.h
210
spin_uninit(&(spinlock)); \
sys/dev/virtual/amazon/ena/ena-com/ena_plat.h
212
#define ENA_SPINLOCK_LOCK(spinlock, flags) \
sys/dev/virtual/amazon/ena/ena-com/ena_plat.h
215
spin_lock(&(spinlock)); \
sys/dev/virtual/amazon/ena/ena-com/ena_plat.h
217
#define ENA_SPINLOCK_UNLOCK(spinlock, flags) \
sys/dev/virtual/amazon/ena/ena-com/ena_plat.h
220
spin_unlock(&(spinlock)); \
sys/kern/kern_clock.c
315
struct spinlock ntp_spin;
sys/kern/kern_descrip.c
135
struct spinlock spin;
sys/kern/kern_environment.c
62
static struct spinlock kenv_dynlock;
sys/kern/kern_ktr.c
347
struct spinlock spin;
sys/kern/kern_objcache.c
160
static struct spinlock objcachelist_spin;
sys/kern/kern_objcache.c
81
struct spinlock spin;
sys/kern/kern_resource.c
64
static struct spinlock uihash_lock;
sys/kern/kern_slaballoc.c
243
static struct spinlock kmemstat_spin =
sys/kern/kern_spinlock.c
126
spin_trylock_contested(struct spinlock *spin)
sys/kern/kern_spinlock.c
167
_spin_lock_contested(struct spinlock *spin, const char *ident, int value)
sys/kern/kern_spinlock.c
277
_spin_lock_shared_contested(struct spinlock *spin, const char *ident)
sys/kern/kern_spinlock.c
404
struct spinlock spin;
sys/kern/kern_spinlock.c
70
struct spinlock pmap_spin = SPINLOCK_INITIALIZER(pmap_spin, "pmap_spin");
sys/kern/kern_synch.c
815
ssleep(const volatile void *ident, struct spinlock *spin, int flags,
sys/kern/kern_sysref.c
71
struct spinlock spin;
sys/kern/kern_time.c
55
extern struct spinlock ntp_spin;
sys/kern/kern_timeout.c
132
struct spinlock spin;
sys/kern/kern_wdog.c
52
static struct spinlock wdogmtx;
sys/kern/lwkt_token.c
94
static struct spinlock tok_debug_spin =
sys/kern/subr_prf.c
107
static struct spinlock cons_spin = SPINLOCK_INITIALIZER(cons_spin, "cons_spin");
sys/kern/subr_rbtree.c
52
rb_spin_lock(struct spinlock *spin)
sys/kern/subr_rbtree.c
58
rb_spin_unlock(struct spinlock *spin)
sys/kern/subr_sleepqueue.c
92
struct spinlock sc_spin;
sys/kern/subr_taskqueue.c
47
static struct spinlock taskqueue_queues_spin;
sys/kern/subr_taskqueue.c
58
struct spinlock tq_lock;
sys/kern/uipc_mbuf.c
137
static struct spinlock mbuf_track_spin =
sys/kern/uipc_usrreq.c
143
static struct spinlock unp_defdiscard_spin;
sys/kern/usched_bsd4.c
166
static struct spinlock bsd4_spin;
sys/kern/usched_dummy.c
106
static struct spinlock dummy_spin;
sys/kern/vfs_bio.c
91
struct spinlock spin;
sys/kern/vfs_cache.c
155
struct spinlock spin; /* 8 bytes */
sys/kern/vfs_cache.c
160
struct spinlock spin;
sys/kern/vfs_cache.c
171
struct spinlock umount_spin; /* cache_findmount/interlock */
sys/kern/vfs_cache.c
172
struct spinlock neg_spin; /* for neg_list and neg_count */
sys/kern/vfs_cache.c
3956
struct spinlock *spinlk;
sys/net/netmap/netmap_mbq.h
41
#define SPINLOCK_T struct spinlock
sys/netproto/smb/smb_subr.h
83
#define smb_slock spinlock
sys/platform/pc64/include/pmap.h
280
struct spinlock pm_spin;
sys/platform/pc64/x86_64/busdma_machdep.c
105
struct spinlock spin;
sys/platform/pc64/x86_64/busdma_machdep.c
154
static struct spinlock bounce_map_list_spin =
sys/platform/pc64/x86_64/busdma_machdep.c
76
struct spinlock spin;
sys/platform/vkernel64/include/pmap.h
165
struct spinlock pm_spin;
sys/platform/vkernel64/platform/busdma_machdep.c
95
struct spinlock spin;
sys/sys/_malloc.h
105
struct spinlock spin;
sys/sys/_malloc.h
61
struct spinlock spin;
sys/sys/callout.h
55
struct spinlock spin; /* typestable spinlock */
sys/sys/condvar.h
10
struct spinlock cv_lock;
sys/sys/csprng.h
34
struct spinlock spin;
sys/sys/file.h
120
struct spinlock f_spin; /* NOT USED */
sys/sys/filedesc.h
98
struct spinlock fd_spin;
sys/sys/globaldata.h
126
struct spinlock;
sys/sys/mount.h
181
struct spinlock ac_spin; /* protective spinlock */
sys/sys/msgport.h
148
struct spinlock spin;
sys/sys/proc.h
220
struct spinlock lwp_spin; /* spinlock for signal handling */
sys/sys/proc.h
328
struct spinlock p_spin; /* Spinlock for LWP access to proc */
sys/sys/resourcevar.h
138
struct spinlock ui_lock;/* not currently used (FUTURE) */
sys/sys/resourcevar.h
93
struct spinlock p_spin; /* protect modifications */
sys/sys/socketvar.h
166
struct spinlock so_rcvd_spin;
sys/sys/spinlock2.h
107
_spin_lock_quick(globaldata_t gd, struct spinlock *spin, const char *ident)
sys/sys/spinlock2.h
134
_spin_lock(struct spinlock *spin, const char *ident)
sys/sys/spinlock2.h
148
spin_unlock_quick(globaldata_t gd, struct spinlock *spin)
sys/sys/spinlock2.h
181
spin_unlock(struct spinlock *spin)
sys/sys/spinlock2.h
187
spin_unlock_any(struct spinlock *spin)
sys/sys/spinlock2.h
203
_spin_lock_shared_quick(globaldata_t gd, struct spinlock *spin,
sys/sys/spinlock2.h
245
spin_unlock_shared_quick(globaldata_t gd, struct spinlock *spin)
sys/sys/spinlock2.h
274
_spin_lock_shared(struct spinlock *spin, const char *ident)
sys/sys/spinlock2.h
280
spin_unlock_shared(struct spinlock *spin)
sys/sys/spinlock2.h
290
spin_lock_upgrade_try(struct spinlock *spin)
sys/sys/spinlock2.h
299
spin_init(struct spinlock *spin, const char *descr __unused)
sys/sys/spinlock2.h
309
spin_uninit(struct spinlock *spin)
sys/sys/spinlock2.h
323
spin_access_start(struct spinlock *spin)
sys/sys/spinlock2.h
335
spin_access_end(struct spinlock *spin, int v)
sys/sys/spinlock2.h
346
spin_lock_update(struct spinlock *spin)
sys/sys/spinlock2.h
355
spin_unlock_update(struct spinlock *spin)
sys/sys/spinlock2.h
367
spin_access_start_only(struct spinlock *spin)
sys/sys/spinlock2.h
384
spin_access_end_only(struct spinlock *spin, int v)
sys/sys/spinlock2.h
391
spin_lock_update_only(struct spinlock *spin)
sys/sys/spinlock2.h
399
spin_unlock_update_only(struct spinlock *spin)
sys/sys/spinlock2.h
52
extern struct spinlock pmap_spin;
sys/sys/spinlock2.h
54
int spin_trylock_contested(struct spinlock *spin);
sys/sys/spinlock2.h
55
void _spin_lock_contested(struct spinlock *spin, const char *ident, int count);
sys/sys/spinlock2.h
56
void _spin_lock_shared_contested(struct spinlock *spin, const char *ident);
sys/sys/spinlock2.h
68
spin_trylock(struct spinlock *spin)
sys/sys/spinlock2.h
96
spin_held(struct spinlock *spin)
sys/sys/systm.h
137
struct spinlock;
sys/sys/systm.h
412
int ssleep(const volatile void *, struct spinlock *, int, const char *, int)
sys/sys/thread.h
367
struct spinlock *td_spinlock_stack[SPINLOCK_DEBUG_ARRAY_SIZE];
sys/sys/tree.h
312
struct spinlock rbh_spin; \
sys/sys/tree.h
35
void rb_spin_lock(struct spinlock *spin);
sys/sys/tree.h
36
void rb_spin_unlock(struct spinlock *spin);
sys/sys/usched_dfly.h
102
struct spinlock spin;
sys/sys/vnode.h
152
struct spinlock v_spin;
sys/sys/vnode.h
313
struct spinlock spin;
sys/vfs/devfs/devfs_core.c
106
static struct spinlock ino_lock;
sys/vfs/fuse/fuse.h
92
struct spinlock helper_spin; // protect bioq
sys/vfs/hammer2/hammer2.h
124
typedef struct spinlock hammer2_spin_t;
sys/vfs/ntfs/ntfs_inode.h
57
struct spinlock i_interlock;
sys/vfs/procfs/procfs_subr.c
55
struct spinlock spin;
sys/vfs/ufs/ffs_softdep.c
263
struct spinlock spin;
sys/vm/swap_pager.c
175
static struct spinlock swapbp_spin = SPINLOCK_INITIALIZER(&swapbp_spin, "swapbp_spin");
sys/vm/vm_map.h
355
struct spinlock ilock_spin; /* interlocks (spinlock for) */
sys/vm/vm_page.c
143
static struct spinlock vm_contig_spin = SPINLOCK_INITIALIZER(&vm_contig_spin, "vm_contig_spin");
sys/vm/vm_page.h
184
struct spinlock spin;
sys/vm/vm_page.h
276
struct spinlock spin;
sys/vm/vm_pager.c
187
static struct spinlock bswspin_mem[BSWHSIZE];
sys/vm/vm_pager.c
188
static struct spinlock bswspin_kva[BSWHSIZE];
sys/vm/vm_pager.c
189
static struct spinlock bswspin_raw[BSWHSIZE];
sys/vm/vm_zone.h
50
struct spinlock zspin; /* lock for global portion */
test/debug/bufqueues.c
86
struct spinlock spin;
usr.sbin/makefs/hammer2/hammer2_compat.h
487
typedef struct spinlock hammer2_spin_t;