Home
last modified time | relevance | path

Searched refs:DECLARE_RWSEM (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/linux/include/linux/
H A Drwsem.h101 #define DECLARE_RWSEM(name) \ macro
142 #define DECLARE_RWSEM(lockname) \ macro
/openbmc/linux/drivers/i2c/
H A Di2c-boardinfo.c19 DECLARE_RWSEM(__i2c_board_lock);
/openbmc/linux/drivers/md/
H A Ddm-path-selector.c28 static DECLARE_RWSEM(_ps_lock);
H A Ddm-target.c19 static DECLARE_RWSEM(_lock);
/openbmc/linux/net/rds/
H A Dtransport.c48 static DECLARE_RWSEM(rds_trans_sem);
H A Dib.c66 DECLARE_RWSEM(rds_ib_devices_lock);
/openbmc/linux/drivers/usb/core/
H A Dfile.c31 static DECLARE_RWSEM(minor_rwsem);
/openbmc/linux/drivers/staging/greybus/
H A Daudio_manager.c21 static DECLARE_RWSEM(modules_rwsem);
/openbmc/linux/lib/
H A Dlocking-selftest.c89 static DECLARE_RWSEM(rwsem_A);
90 static DECLARE_RWSEM(rwsem_B);
91 static DECLARE_RWSEM(rwsem_C);
92 static DECLARE_RWSEM(rwsem_D);
130 static DECLARE_RWSEM(rwsem_X1);
131 static DECLARE_RWSEM(rwsem_X2);
132 static DECLARE_RWSEM(rwsem_Y1);
133 static DECLARE_RWSEM(rwsem_Y2);
134 static DECLARE_RWSEM(rwsem_Z1);
135 static DECLARE_RWSEM(rwsem_Z2);
H A Dtest_vmalloc.c64 static DECLARE_RWSEM(prepare_for_test_rwsem);
/openbmc/linux/fs/smb/server/mgmt/
H A Dshare_config.c23 static DECLARE_RWSEM(shares_table_lock);
H A Duser_session.c23 static DECLARE_RWSEM(sessions_table_lock);
/openbmc/linux/drivers/pci/
H A Dsearch.c17 DECLARE_RWSEM(pci_bus_sem);
/openbmc/linux/kernel/rcu/
H A Drcutorture.c3503 static DECLARE_RWSEM(rwsem0);
3504 static DECLARE_RWSEM(rwsem1);
3505 static DECLARE_RWSEM(rwsem2);
3506 static DECLARE_RWSEM(rwsem3);
3507 static DECLARE_RWSEM(rwsem4);
3508 static DECLARE_RWSEM(rwsem5);
3509 static DECLARE_RWSEM(rwsem6);
3510 static DECLARE_RWSEM(rwsem7);
3511 static DECLARE_RWSEM(rwsem8);
3512 static DECLARE_RWSEM(rwsem9);
/openbmc/linux/kernel/
H A Dumh.c38 static DECLARE_RWSEM(umhelper_sem);
/openbmc/linux/fs/fscache/
H A Dcache.c14 DECLARE_RWSEM(fscache_addremove_sem);
/openbmc/linux/drivers/acpi/
H A Dglue.c27 static DECLARE_RWSEM(bus_type_sem);
/openbmc/linux/fs/smb/server/
H A Dconnection.c23 DECLARE_RWSEM(conn_list_lock);
/openbmc/linux/drivers/char/
H A Dapm-emulation.c130 static DECLARE_RWSEM(user_list_lock);
/openbmc/linux/net/bluetooth/cmtp/
H A Dcore.c50 static DECLARE_RWSEM(cmtp_session_sem);
/openbmc/linux/drivers/leds/
H A Dled-triggers.c25 static DECLARE_RWSEM(triggers_list_lock);
H A Dled-core.c22 DECLARE_RWSEM(leds_list_lock);
/openbmc/linux/fs/adfs/
H A Ddir.c15 static DECLARE_RWSEM(adfs_dir_rwsem);
/openbmc/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c43 static DECLARE_RWSEM(list_rwsem);
/openbmc/linux/crypto/asymmetric_keys/
H A Dasymmetric_type.c32 static DECLARE_RWSEM(asymmetric_key_parsers_sem);

1234