Home
last modified time | relevance | path

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

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