Home
last modified time | relevance | path

Searched refs:bit_spin_unlock (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbit_spinlock.h57 static inline void bit_spin_unlock(int bitnum, unsigned long *addr) in bit_spin_unlock() function
H A Djbd2.h358 bit_spin_unlock(BH_JournalHead, &bh->b_state); in jbd_unlock_bh_journal_head()
H A Drhashtable.h347 bit_spin_unlock(0, (unsigned long *)bkt); in rht_unlock()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dairq.h81 bit_spin_unlock(bit ^ be_to_le, iv->bitlock); in airq_iv_unlock()
/OK3568_Linux_fs/kernel/mm/
H A Dzsmalloc.c897 bit_spin_unlock(HANDLE_PIN_BIT, (unsigned long *)handle); in unpin_tag()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Datomic_ops.rst535 bit_spin_unlock type operations without specifying any more barriers. ::
/OK3568_Linux_fs/kernel/drivers/block/zram/
H A Dzram_drv.c75 bit_spin_unlock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_unlock()