Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbit_spinlock.h57 static inline void bit_spin_unlock(int bitnum, unsigned long *addr) in bit_spin_unlock() function
Djbd2.h362 bit_spin_unlock(BH_State, &bh->b_state); in jbd_unlock_bh_state()
372 bit_spin_unlock(BH_JournalHead, &bh->b_state); in jbd_unlock_bh_journal_head()
Drhashtable.h348 bit_spin_unlock(0, (unsigned long *)bkt); in rht_unlock()
/Linux-v5.4/arch/s390/include/asm/
Dairq.h81 bit_spin_unlock(bit ^ be_to_le, iv->bitlock); in airq_iv_unlock()
/Linux-v5.4/fs/ext4/
Dpage-io.c106 bit_spin_unlock(BH_Uptodate_Lock, &head->b_state); in ext4_finish_bio()
/Linux-v5.4/fs/
Dbuffer.c292 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read()
305 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read()
347 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write()
353 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write()
/Linux-v5.4/fs/ntfs/
Daops.c111 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read()
145 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read()
/Linux-v5.4/drivers/block/zram/
Dzram_drv.c71 bit_spin_unlock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_unlock()
/Linux-v5.4/mm/
Dzsmalloc.c901 bit_spin_unlock(HANDLE_PIN_BIT, (unsigned long *)handle); in unpin_tag()
/Linux-v5.4/Documentation/core-api/
Datomic_ops.rst535 bit_spin_unlock type operations without specifying any more barriers. ::