Home
last modified time | relevance | path

Searched defs:mlock (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/host1x/hw/
H A Dopcodes.h138 static inline u32 host1x_opcode_acquire_mlock(unsigned mlock) in host1x_opcode_acquire_mlock()
143 static inline u32 host1x_opcode_release_mlock(unsigned mlock) in host1x_opcode_release_mlock()
/linux/drivers/input/touchscreen/
H A Dtsc2007.h85 struct mutex mlock; member
/linux/drivers/spi/
H A Dspi-sn-f-ospi.c114 struct mutex mlock; member
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h162 struct mutex mlock; member
/linux/arch/mips/include/asm/sgi/
H A Dmc.h148 volatile u32 mlock; /* Global GIO memory access lock */ member
/linux/sound/soc/atmel/
H A Dmchp-spdifrx.c302 struct mutex mlock; member
/linux/include/linux/
H A Dpm_domain.h215 struct mutex mlock; member
/linux/drivers/gpio/
H A Dgpio-aggregator.c243 struct mutex mlock; /* protects tmp[] if can_sleep */ member
/linux/tools/testing/selftests/mm/
H A Dguard-regions.c900 TEST_F(guard_regions, mlock) in TEST_F() argument
/linux/mm/
H A Dmemory-failure.c1256 #define mlock (1UL << PG_mlocked) macro