Searched refs:rwsem (Results 1 - 25 of 185) sorted by path

12345678

/linux-master/drivers/scsi/cxlflash/
H A Dcommon.h18 #include <linux/rwsem.h>
/linux-master/include/linux/
H A Dgnss.h15 #include <linux/rwsem.h>
45 struct rw_semaphore rwsem; member in struct:gnss_device
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c12 #include <linux/rwsem.h>
/linux-master/arch/powerpc/kvm/
H A De500_mmu.c26 #include <linux/rwsem.h>
H A De500_mmu_host.c26 #include <linux/rwsem.h>
/linux-master/arch/x86/include/asm/
H A Dmmu.h6 #include <linux/rwsem.h>
/linux-master/arch/x86/kernel/cpu/sgx/
H A Ddriver.h9 #include <linux/rwsem.h>
H A Dencls.h8 #include <linux/rwsem.h>
H A Dsgx.h8 #include <linux/rwsem.h>
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c37 #include <linux/rwsem.h>
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c28 #include <linux/rwsem.h>
/linux-master/crypto/
H A Daf_alg.c20 #include <linux/rwsem.h>
H A Dinternal.h20 #include <linux/rwsem.h>
H A Dproc.c16 #include <linux/rwsem.h>
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h23 #include <linux/rwsem.h>
/linux-master/drivers/accel/ivpu/
H A Divpu_pm.h9 #include <linux/rwsem.h>
/linux-master/drivers/acpi/
H A Dcppc_acpi.c39 #include <linux/rwsem.h>
H A Dglue.c17 #include <linux/rwsem.h>
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.h15 #include <linux/rwsem.h>
/linux-master/drivers/block/zram/
H A Dzram_drv.h18 #include <linux/rwsem.h>
/linux-master/drivers/cdx/controller/
H A Dmcdi.c20 #include <linux/rwsem.h>
/linux-master/drivers/char/ipmi/
H A Dipmi_watchdog.c27 #include <linux/rwsem.h>
/linux-master/drivers/char/
H A Dnwflash.c27 #include <linux/rwsem.h>
/linux-master/drivers/cpufreq/
H A Dcpufreq.c265 lockdep_assert_held(&policy->rwsem);
267 up_write(&policy->rwsem);
277 * if the policy returned by it is not NULL, acquire its rwsem for writing.
281 * cpufreq_cpu_release() in order to release its rwsem and balance its usage
291 down_write(&policy->rwsem);
502 lockdep_assert_held(&policy->rwsem);
1011 down_read(&policy->rwsem);
1014 up_read(&policy->rwsem);
1029 down_write(&policy->rwsem);
1032 up_write(&policy->rwsem);
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.h7 #include <linux/rwsem.h>

Completed in 362 milliseconds

12345678