Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Drwlock_types.h51 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x) macro
73 #define DEFINE_RWLOCK(name) \ macro
/linux/Documentation/translations/zh_CN/locking/
H A Dspinlocks.rst148 对于静态初始化,使用DEFINE_SPINLOCK() / DEFINE_RWLOCK()或
/linux/net/nfc/
H A Daf_nfc.c15 static DEFINE_RWLOCK(proto_tab_lock);
/linux/drivers/virt/acrn/
H A Dvm.c23 DEFINE_RWLOCK(acrn_vm_list_lock);
/linux/drivers/xen/
H A Dacpi.c131 static DEFINE_RWLOCK(get_gsi_from_sbdf_lock);
/linux/net/x25/
H A Dx25_forward.c15 DEFINE_RWLOCK(x25_forward_list_lock);
H A Dx25_route.c21 DEFINE_RWLOCK(x25_route_list_lock);
H A Dx25_link.c32 DEFINE_RWLOCK(x25_neigh_list_lock);
/linux/net/ax25/
H A Dax25_uid.c44 static DEFINE_RWLOCK(ax25_uid_lock);
H A Dax25_iface.c29 static DEFINE_RWLOCK(protocol_list_lock);
H A Dax25_route.c40 DEFINE_RWLOCK(ax25_route_lock);
/linux/drivers/isdn/mISDN/
H A Dclock.c38 static DEFINE_RWLOCK(iclock_lock);
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_mdio.c235 DEFINE_RWLOCK(enetc_mdio_lock);
/linux/drivers/crypto/ccp/
H A Dsp-dev.c37 static DEFINE_RWLOCK(sp_unit_lock);
H A Dccp-dev.c118 static DEFINE_RWLOCK(ccp_unit_lock);
/linux/net/rds/
H A Dcong.c87 static DEFINE_RWLOCK(rds_cong_monitor_lock);
/linux/net/sched/
H A Dematch.c90 static DEFINE_RWLOCK(ematch_mod_lock);
/linux/fs/adfs/
H A Dmap.c48 static DEFINE_RWLOCK(adfs_map_lock);
/linux/fs/minix/
H A Ditree_common.c10 static DEFINE_RWLOCK(pointers_lock);
/linux/net/lapb/
H A Dlapb_iface.c40 static DEFINE_RWLOCK(lapb_list_lock);
/linux/net/appletalk/
H A Dddp.c74 DEFINE_RWLOCK(atalk_sockets_lock);
202 DEFINE_RWLOCK(atalk_routes_lock);
205 DEFINE_RWLOCK(atalk_interfaces_lock);
/linux/drivers/net/ppp/
H A Dppp_synctty.c132 static DEFINE_RWLOCK(disc_data_lock);
/linux/drivers/isdn/hardware/mISDN/
H A Dspeedfax.c73 static DEFINE_RWLOCK(card_lock); /* protect Cards */
/linux/Documentation/locking/
H A Dspinlocks.rst164 For static initialization, use DEFINE_SPINLOCK() / DEFINE_RWLOCK() or
/linux/net/9p/
H A Dtrans_xen.c62 static DEFINE_RWLOCK(xen_9pfs_lock);

123