Searched refs:rwsem (Results 126 - 150 of 185) sorted by relevance

12345678

/linux-master/drivers/mtd/ubi/
H A Dubi.h18 #include <linux/rwsem.h>
/linux-master/drivers/dma/idxd/
H A Didxd.h8 #include <linux/percpu-rwsem.h>
/linux-master/lib/
H A Dlocking-selftest.c14 #include <linux/rwsem.h>
157 struct mutex *mutex, struct rw_semaphore *rwsem)\
162 init_rwsem(rwsem); \
/linux-master/arch/powerpc/kvm/
H A De500_mmu.c26 #include <linux/rwsem.h>
/linux-master/drivers/md/
H A Ddm-clone-metadata.c9 #include <linux/rwsem.h>
/linux-master/drivers/input/misc/
H A Dyealink.c39 #include <linux/rwsem.h>
H A Dcm109.c33 #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/kernel/bpf/
H A Doffload.c27 #include <linux/rwsem.h>
/linux-master/drivers/platform/surface/
H A Dsurface_dtx.c25 #include <linux/rwsem.h>
H A Dsurface_acpi_notify.c22 #include <linux/rwsem.h>
/linux-master/drivers/misc/
H A Dvmw_balloon.c29 #include <linux/rwsem.h>
/linux-master/fs/f2fs/
H A Dxattr.c18 #include <linux/rwsem.h>
/linux-master/drivers/net/ethernet/sfc/
H A Dnet_driver.h25 #include <linux/rwsem.h>
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h25 #include <linux/rwsem.h>
/linux-master/fs/
H A Ddirect-io.c37 #include <linux/rwsem.h>
/linux-master/kernel/locking/
H A Drwsem.c2 /* kernel/rwsem.c: R/W semaphores, public implementation
13 * Rwsem count bit fields re-definition and rwsem rearchitecture by
28 #include <linux/rwsem.h>
38 * - Bit 0: RWSEM_READER_OWNED - rwsem may be owned by readers (just a hint)
41 * When the rwsem is reader-owned and a spinning writer has timed out,
44 * When a writer acquires a rwsem, it puts its task_struct pointer
47 * When a reader acquires a rwsem, it will also puts its task_struct
50 * for a free or reader-owned rwsem, the owner value may contain
51 * information about the last reader that acquires the rwsem.
54 * seems to hang on a reader owned rwsem especiall
[all...]
/linux-master/drivers/platform/x86/
H A Dwmi.c28 #include <linux/rwsem.h>
/linux-master/fs/ext2/
H A Dxattr.c63 #include <linux/rwsem.h>
/linux-master/include/linux/
H A Dcpufreq.h102 struct rw_semaphore rwsem; member in struct:cpufreq_policy
/linux-master/fs/smb/server/
H A Dtransport_ipc.c8 #include <linux/rwsem.h>
/linux-master/fs/fuse/
H A Dfuse_i.h25 #include <linux/rwsem.h>
/linux-master/include/net/
H A Dsch_generic.h16 #include <linux/rwsem.h>
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h290 struct rw_semaphore rwsem; member in struct:vmw_fifo_state

Completed in 328 milliseconds

12345678