Home
last modified time | relevance | path

Searched refs:bit_spin_trylock (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbit_spinlock.h41 static inline int bit_spin_trylock(int bitnum, unsigned long *addr) in bit_spin_trylock() function
/OK3568_Linux_fs/kernel/mm/
H A Dzsmalloc.c887 return bit_spin_trylock(HANDLE_PIN_BIT, (unsigned long *)handle); in trypin_tag()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Datomic_ops.rst534 respectively. This means they can be used for bit_spin_trylock and
/OK3568_Linux_fs/kernel/drivers/block/zram/
H A Dzram_drv.c65 return bit_spin_trylock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_trylock()