Home
last modified time | relevance | path

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

1234

/linux-6.15/include/linux/
H A Drwsem.h111 #define DECLARE_RWSEM(name) \ macro
152 #define DECLARE_RWSEM(lockname) \ macro
/linux-6.15/drivers/i2c/
H A Di2c-boardinfo.c19 DECLARE_RWSEM(__i2c_board_lock);
/linux-6.15/drivers/pci/pcie/
H A Dbwctrl.c58 static DECLARE_RWSEM(pcie_bwctrl_lbms_rwsem);
59 static DECLARE_RWSEM(pcie_bwctrl_setspeed_rwsem);
/linux-6.15/drivers/md/
H A Ddm-path-selector.c28 static DECLARE_RWSEM(_ps_lock);
H A Ddm-target.c19 static DECLARE_RWSEM(_lock);
/linux-6.15/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);
/linux-6.15/net/rds/
H A Dtransport.c48 static DECLARE_RWSEM(rds_trans_sem);
/linux-6.15/drivers/usb/core/
H A Dfile.c31 static DECLARE_RWSEM(minor_rwsem);
/linux-6.15/drivers/staging/greybus/
H A Daudio_manager.c21 static DECLARE_RWSEM(modules_rwsem);
/linux-6.15/fs/smb/server/mgmt/
H A Dshare_config.c24 static DECLARE_RWSEM(shares_table_lock);
H A Duser_session.c23 static DECLARE_RWSEM(sessions_table_lock);
/linux-6.15/drivers/pci/
H A Dsearch.c17 DECLARE_RWSEM(pci_bus_sem);
/linux-6.15/kernel/rcu/
H A Drcutorture.c3864 static DECLARE_RWSEM(rwsem0);
3865 static DECLARE_RWSEM(rwsem1);
3866 static DECLARE_RWSEM(rwsem2);
3867 static DECLARE_RWSEM(rwsem3);
3868 static DECLARE_RWSEM(rwsem4);
3869 static DECLARE_RWSEM(rwsem5);
3870 static DECLARE_RWSEM(rwsem6);
3871 static DECLARE_RWSEM(rwsem7);
3872 static DECLARE_RWSEM(rwsem8);
3873 static DECLARE_RWSEM(rwsem9);
/linux-6.15/kernel/
H A Dumh.c37 static DECLARE_RWSEM(umhelper_sem);
/linux-6.15/drivers/acpi/
H A Dglue.c27 static DECLARE_RWSEM(bus_type_sem);
/linux-6.15/fs/netfs/
H A Dfscache_cache.c14 DECLARE_RWSEM(fscache_addremove_sem);
/linux-6.15/kernel/bpf/
H A Dcrypto.c40 static DECLARE_RWSEM(bpf_crypto_types_sem);
/linux-6.15/fs/smb/server/
H A Dconnection.c23 DECLARE_RWSEM(conn_list_lock);
/linux-6.15/net/bluetooth/cmtp/
H A Dcore.c50 static DECLARE_RWSEM(cmtp_session_sem);
/linux-6.15/drivers/char/
H A Dapm-emulation.c130 static DECLARE_RWSEM(user_list_lock);
/linux-6.15/fs/adfs/
H A Ddir.c15 static DECLARE_RWSEM(adfs_dir_rwsem);
/linux-6.15/drivers/virt/coco/
H A Dtsm.c19 static DECLARE_RWSEM(tsm_rwsem);
/linux-6.15/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c43 static DECLARE_RWSEM(list_rwsem);
/linux-6.15/drivers/leds/
H A Dled-triggers.c25 static DECLARE_RWSEM(triggers_list_lock);

1234