Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/lib/
H A Dlocking-selftest.c66 static DEFINE_RWLOCK(rwlock_A);
67 static DEFINE_RWLOCK(rwlock_B);
68 static DEFINE_RWLOCK(rwlock_C);
69 static DEFINE_RWLOCK(rwlock_D);
103 static DEFINE_RWLOCK(rwlock_X1);
104 static DEFINE_RWLOCK(rwlock_X2);
105 static DEFINE_RWLOCK(rwlock_Y1);
106 static DEFINE_RWLOCK(rwlock_Y2);
107 static DEFINE_RWLOCK(rwlock_Z1);
108 static DEFINE_RWLOCK(rwlock_Z2);
/OK3568_Linux_fs/kernel/include/linux/
H A Drwlock_types.h47 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x) macro
/OK3568_Linux_fs/kernel/net/nfc/
H A Daf_nfc.c15 static DEFINE_RWLOCK(proto_tab_lock);
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/security/integrity/
H A Diint.c25 static DEFINE_RWLOCK(integrity_iint_lock);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc_mdio.c179 DEFINE_RWLOCK(enetc_mdio_lock);
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Dclock.c38 static DEFINE_RWLOCK(iclock_lock);
H A Dcore.c24 static DEFINE_RWLOCK(bp_lock);
/OK3568_Linux_fs/kernel/drivers/net/ieee802154/
H A Dfakelb.c28 static DEFINE_RWLOCK(fakelb_ifup_phys_lock);
/OK3568_Linux_fs/kernel/fs/
H A Dfilesystems.c35 static DEFINE_RWLOCK(file_systems_lock);
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dsp-dev.c36 static DEFINE_RWLOCK(sp_unit_lock);
H A Dccp-dev.c118 static DEFINE_RWLOCK(ccp_unit_lock);
/OK3568_Linux_fs/kernel/net/rds/
H A Dcong.c87 static DEFINE_RWLOCK(rds_cong_monitor_lock);
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dobject-list.c18 static DEFINE_RWLOCK(fscache_object_list_lock);
/OK3568_Linux_fs/kernel/net/sched/
H A Dematch.c90 static DEFINE_RWLOCK(ematch_mod_lock);
/OK3568_Linux_fs/kernel/net/lapb/
H A Dlapb_iface.c40 static DEFINE_RWLOCK(lapb_list_lock);
/OK3568_Linux_fs/kernel/fs/adfs/
H A Dmap.c48 static DEFINE_RWLOCK(adfs_map_lock);
/OK3568_Linux_fs/kernel/fs/minix/
H A Ditree_common.c10 static DEFINE_RWLOCK(pointers_lock);
/OK3568_Linux_fs/kernel/net/ieee802154/
H A Dsocket.c172 static DEFINE_RWLOCK(raw_lock);
435 static DEFINE_RWLOCK(dgram_lock);
/OK3568_Linux_fs/kernel/net/appletalk/
H A Dddp.c74 DEFINE_RWLOCK(atalk_sockets_lock);
189 DEFINE_RWLOCK(atalk_routes_lock);
192 DEFINE_RWLOCK(atalk_interfaces_lock);

1234