Home
last modified time | relevance | path

Searched defs:mlock (Results 1 – 9 of 9) 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/mm/
H A Dmlock.c189 unsigned long mlock; in mlock_folio_batch() local
659 SYSCALL_DEFINE2(mlock, unsigned long, start, size_t, len) in SYSCALL_DEFINE2() argument
H A Dmemory-failure.c1198 #define mlock (1UL << PG_mlocked) macro
/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/tools/testing/selftests/mm/
H A Dguard-regions.c893 TEST_F(guard_regions, mlock) in TEST_F() argument