Searched refs:bit_spin_unlock (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/linux/ |
D | bit_spinlock.h | 57 static inline void bit_spin_unlock(int bitnum, unsigned long *addr) in bit_spin_unlock() function
|
D | jbd2.h | 365 bit_spin_unlock(BH_State, &bh->b_state); in jbd_unlock_bh_state() 375 bit_spin_unlock(BH_JournalHead, &bh->b_state); in jbd_unlock_bh_journal_head()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | airq.h | 77 bit_spin_unlock(bit ^ be_to_le, iv->bitlock); in airq_iv_unlock()
|
/Linux-v4.19/fs/ext4/ |
D | page-io.c | 111 bit_spin_unlock(BH_Uptodate_Lock, &head->b_state); in ext4_finish_bio()
|
/Linux-v4.19/fs/ |
D | buffer.c | 290 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 303 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 345 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write() 351 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write()
|
/Linux-v4.19/fs/ntfs/ |
D | aops.c | 125 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read() 159 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read()
|
/Linux-v4.19/mm/ |
D | zsmalloc.c | 914 bit_spin_unlock(HANDLE_PIN_BIT, (unsigned long *)handle); in unpin_tag()
|
/Linux-v4.19/drivers/block/zram/ |
D | zram_drv.c | 63 bit_spin_unlock(ZRAM_LOCK, &zram->table[index].value); in zram_slot_unlock()
|
/Linux-v4.19/Documentation/core-api/ |
D | atomic_ops.rst | 535 bit_spin_unlock type operations without specifying any more barriers. ::
|