Searched refs:bit_spin_unlock (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/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 | 362 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()
|
| D | rhashtable.h | 348 bit_spin_unlock(0, (unsigned long *)bkt); in rht_unlock()
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | airq.h | 81 bit_spin_unlock(bit ^ be_to_le, iv->bitlock); in airq_iv_unlock()
|
| /Linux-v5.4/fs/ext4/ |
| D | page-io.c | 106 bit_spin_unlock(BH_Uptodate_Lock, &head->b_state); in ext4_finish_bio()
|
| /Linux-v5.4/fs/ |
| D | buffer.c | 292 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/ |
| D | aops.c | 111 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/ |
| D | zram_drv.c | 71 bit_spin_unlock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_unlock()
|
| /Linux-v5.4/mm/ |
| D | zsmalloc.c | 901 bit_spin_unlock(HANDLE_PIN_BIT, (unsigned long *)handle); in unpin_tag()
|
| /Linux-v5.4/Documentation/core-api/ |
| D | atomic_ops.rst | 535 bit_spin_unlock type operations without specifying any more barriers. ::
|