Symbol: sync_lock
arch/mips/kernel/sync-r4k.c
38
static arch_spinlock_t sync_lock = __ARCH_SPIN_LOCK_UNLOCKED;
arch/mips/kernel/sync-r4k.c
62
arch_spin_lock(&sync_lock);
arch/mips/kernel/sync-r4k.c
66
arch_spin_unlock(&sync_lock);
arch/mips/kernel/sync-r4k.c
85
arch_spin_lock(&sync_lock);
arch/mips/kernel/sync-r4k.c
96
arch_spin_unlock(&sync_lock);
arch/x86/kernel/tsc_sync.c
255
static arch_spinlock_t sync_lock = __ARCH_SPIN_LOCK_UNLOCKED;
arch/x86/kernel/tsc_sync.c
283
arch_spin_lock(&sync_lock);
arch/x86/kernel/tsc_sync.c
287
arch_spin_unlock(&sync_lock);
arch/x86/kernel/tsc_sync.c
306
arch_spin_lock(&sync_lock);
arch/x86/kernel/tsc_sync.c
317
arch_spin_unlock(&sync_lock);
drivers/media/dvb-frontends/lg2160.c
1120
int *acq_lock, int *sync_lock)
drivers/media/dvb-frontends/lg2160.c
1126
*sync_lock = 0;
drivers/media/dvb-frontends/lg2160.c
1132
*sync_lock = (val & 0x20) ? 0 : 1;
drivers/media/dvb-frontends/lg2160.c
1140
int *acq_lock, int *sync_lock)
drivers/media/dvb-frontends/lg2160.c
1146
*sync_lock = 0;
drivers/media/dvb-frontends/lg2160.c
1152
*sync_lock = (val & 0x80) ? 0 : 1;
drivers/media/dvb-frontends/lg2160.c
1165
int *acq_lock, int *sync_lock)
drivers/media/dvb-frontends/lg2160.c
1171
ret = lg2160_read_lock_status(state, acq_lock, sync_lock);
drivers/media/dvb-frontends/lg2160.c
1174
ret = lg2161_read_lock_status(state, acq_lock, sync_lock);
drivers/media/dvb-frontends/lg2160.c
1182
return lg2160_read_lock_status(state, acq_lock, sync_lock);
drivers/media/dvb-frontends/lg2160.c
1189
int ret, acq_lock, sync_lock;
drivers/media/dvb-frontends/lg2160.c
1193
ret = lg216x_read_lock_status(state, &acq_lock, &sync_lock);
drivers/media/dvb-frontends/lg2160.c
1199
sync_lock ? "SYNCLOCK" : "");
drivers/media/dvb-frontends/lg2160.c
1203
if (sync_lock)
drivers/media/dvb-frontends/lgdt3305.c
906
cr_lock, fec_lock, sync_lock;
drivers/media/dvb-frontends/lgdt3305.c
916
sync_lock = (val & (1 << 2)) ? 1 : 0;
drivers/media/dvb-frontends/lgdt3305.c
923
sync_lock ? "SYNCLOCK " : "",
drivers/media/dvb-frontends/lgdt3305.c
937
if (sync_lock)
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
202
int *sync_lock)
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
208
*sync_lock = (val & SYNC_LOCK_MASK) >> 4;
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
434
int ret, locked, cr_lock, sync_lock, fec_lock;
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
444
ret = mxl1x1sf_demod_get_sync_lock_status(state, &sync_lock);
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
455
if (sync_lock)
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
460
if ((locked) && (cr_lock) && (sync_lock))
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
385
mutex_lock(&flow_meters->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
387
mutex_unlock(&flow_meters->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
406
mutex_lock(&flow_meters->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
408
mutex_unlock(&flow_meters->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
44
struct mutex sync_lock; /* protect flow meter operations */
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
463
mutex_lock(&flow_meters->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
465
mutex_unlock(&flow_meters->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
480
mutex_lock(&flow_meters->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
494
mutex_unlock(&flow_meters->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
500
mutex_unlock(&flow_meters->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/en/tc/meter.c
546
mutex_init(&flow_meters->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c
112
mutex_unlock(&geneve->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c
121
mutex_lock(&geneve->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c
13
struct mutex sync_lock; /* protect GENEVE obj operations */
drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c
132
mutex_unlock(&geneve->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c
142
mutex_init(&geneve->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c
70
mutex_lock(&geneve->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
117
mutex_lock(&vxlan->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
119
mutex_unlock(&vxlan->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
129
mutex_lock(&vxlan->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
143
mutex_unlock(&vxlan->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
159
mutex_init(&vxlan->sync_lock);
drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c
44
struct mutex sync_lock; /* sync add/del port HW operations */
drivers/scsi/aacraid/aacraid.h
1657
spinlock_t sync_lock;
drivers/scsi/aacraid/comminit.c
520
spin_lock_init(&dev->sync_lock);
drivers/scsi/aacraid/commsup.c
592
spin_lock_irqsave(&dev->sync_lock, sflags);
drivers/scsi/aacraid/commsup.c
595
spin_unlock_irqrestore(&dev->sync_lock, sflags);
drivers/scsi/aacraid/commsup.c
598
spin_unlock_irqrestore(&dev->sync_lock, sflags);
drivers/scsi/aacraid/src.c
110
spin_unlock_irqrestore(&dev->sync_lock, sflags);
drivers/scsi/aacraid/src.c
99
spin_lock_irqsave(&dev->sync_lock, sflags);
fs/gfs2/lock_dlm.c
638
return sync_lock(sdp, mode, flags, GFS2_MOUNTED_LOCK,
fs/gfs2/lock_dlm.c
651
return sync_lock(sdp, mode, flags, GFS2_CONTROL_LOCK,
fs/ocfs2/stack_user.c
852
return sync_lock(conn, mode, flags,
include/net/ip_vs.h
1296
spinlock_t sync_lock;
net/netfilter/ipvs/ip_vs_sync.c
1625
spin_lock_bh(&ipvs->sync_lock);
net/netfilter/ipvs/ip_vs_sync.c
1633
spin_unlock_bh(&ipvs->sync_lock);
net/netfilter/ipvs/ip_vs_sync.c
1976
spin_lock(&ipvs->sync_lock);
net/netfilter/ipvs/ip_vs_sync.c
1978
spin_unlock(&ipvs->sync_lock);
net/netfilter/ipvs/ip_vs_sync.c
2045
spin_lock_init(&ipvs->sync_lock);
net/netfilter/ipvs/ip_vs_sync.c
307
spin_lock_bh(&ipvs->sync_lock);
net/netfilter/ipvs/ip_vs_sync.c
319
spin_unlock_bh(&ipvs->sync_lock);
net/netfilter/ipvs/ip_vs_sync.c
366
spin_lock(&ipvs->sync_lock);
net/netfilter/ipvs/ip_vs_sync.c
381
spin_unlock(&ipvs->sync_lock);
sound/core/seq/oss/seq_oss_writeq.c
125
guard(spinlock_irqsave)(&q->sync_lock);
sound/core/seq/oss/seq_oss_writeq.c
35
spin_lock_init(&q->sync_lock);
sound/core/seq/oss/seq_oss_writeq.h
21
spinlock_t sync_lock;
tools/testing/selftests/net/tcp_ao/lib/setup.c
177
static pthread_mutex_t sync_lock = PTHREAD_MUTEX_INITIALIZER;
tools/testing/selftests/net/tcp_ao/lib/setup.c
187
pthread_mutex_lock(&sync_lock);
tools/testing/selftests/net/tcp_ao/lib/setup.c
195
pthread_cond_wait(&sync_cond, &sync_lock);
tools/testing/selftests/net/tcp_ao/lib/setup.c
196
pthread_mutex_unlock(&sync_lock);
tools/testing/selftests/proc/proc-maps-race.c
128
pthread_mutex_t sync_lock;
tools/testing/selftests/proc/proc-maps-race.c
323
pthread_mutex_lock(&mod_info->sync_lock);
tools/testing/selftests/proc/proc-maps-race.c
325
pthread_cond_wait(&mod_info->sync_cond, &mod_info->sync_lock);
tools/testing/selftests/proc/proc-maps-race.c
326
pthread_mutex_unlock(&mod_info->sync_lock);
tools/testing/selftests/proc/proc-maps-race.c
331
pthread_mutex_lock(&mod_info->sync_lock);
tools/testing/selftests/proc/proc-maps-race.c
334
pthread_mutex_unlock(&mod_info->sync_lock);
tools/testing/selftests/proc/proc-maps-race.c
598
ASSERT_EQ(pthread_mutex_init(&mod_info->sync_lock, &mutex_attr), 0);