Home
last modified time | relevance | path

Searched refs:DEFINE_RWLOCK (Results 1 – 25 of 85) sorted by relevance

1234

/linux-6.6.21/include/linux/
Drwlock_types.h51 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x) macro
73 #define DEFINE_RWLOCK(name) \ macro
/linux-6.6.21/Documentation/translations/zh_CN/locking/
Dspinlocks.rst148 对于静态初始化,使用DEFINE_SPINLOCK() / DEFINE_RWLOCK()或
/linux-6.6.21/net/nfc/
Daf_nfc.c15 static DEFINE_RWLOCK(proto_tab_lock);
/linux-6.6.21/drivers/virt/acrn/
Dvm.c23 DEFINE_RWLOCK(acrn_vm_list_lock);
/linux-6.6.21/lib/
Dlocking-selftest.c79 static DEFINE_RWLOCK(rwlock_A);
80 static DEFINE_RWLOCK(rwlock_B);
81 static DEFINE_RWLOCK(rwlock_C);
82 static DEFINE_RWLOCK(rwlock_D);
116 static DEFINE_RWLOCK(rwlock_X1);
117 static DEFINE_RWLOCK(rwlock_X2);
118 static DEFINE_RWLOCK(rwlock_Y1);
119 static DEFINE_RWLOCK(rwlock_Y2);
120 static DEFINE_RWLOCK(rwlock_Z1);
121 static DEFINE_RWLOCK(rwlock_Z2);
/linux-6.6.21/net/x25/
Dx25_forward.c15 DEFINE_RWLOCK(x25_forward_list_lock);
Dx25_route.c21 DEFINE_RWLOCK(x25_route_list_lock);
Dx25_link.c32 DEFINE_RWLOCK(x25_neigh_list_lock);
/linux-6.6.21/net/ax25/
Dax25_uid.c44 static DEFINE_RWLOCK(ax25_uid_lock);
Dax25_iface.c29 static DEFINE_RWLOCK(protocol_list_lock);
Dax25_route.c40 DEFINE_RWLOCK(ax25_route_lock);
/linux-6.6.21/drivers/isdn/mISDN/
Dclock.c38 static DEFINE_RWLOCK(iclock_lock);
Dcore.c24 static DEFINE_RWLOCK(bp_lock);
/linux-6.6.21/security/integrity/
Diint.c25 static DEFINE_RWLOCK(integrity_iint_lock);
/linux-6.6.21/drivers/crypto/ccp/
Dsp-dev.c36 static DEFINE_RWLOCK(sp_unit_lock);
Dccp-dev.c118 static DEFINE_RWLOCK(ccp_unit_lock);
/linux-6.6.21/drivers/net/ethernet/freescale/enetc/
Denetc_mdio.c235 DEFINE_RWLOCK(enetc_mdio_lock);
/linux-6.6.21/drivers/net/ieee802154/
Dfakelb.c28 static DEFINE_RWLOCK(fakelb_ifup_phys_lock);
/linux-6.6.21/fs/
Dfilesystems.c35 static DEFINE_RWLOCK(file_systems_lock);
/linux-6.6.21/net/rds/
Dcong.c87 static DEFINE_RWLOCK(rds_cong_monitor_lock);
/linux-6.6.21/fs/adfs/
Dmap.c48 static DEFINE_RWLOCK(adfs_map_lock);
/linux-6.6.21/net/sched/
Dematch.c90 static DEFINE_RWLOCK(ematch_mod_lock);
/linux-6.6.21/fs/minix/
Ditree_common.c10 static DEFINE_RWLOCK(pointers_lock);
/linux-6.6.21/net/ieee802154/
Dsocket.c171 static DEFINE_RWLOCK(raw_lock);
433 static DEFINE_RWLOCK(dgram_lock);
/linux-6.6.21/net/lapb/
Dlapb_iface.c40 static DEFINE_RWLOCK(lapb_list_lock);

1234