Searched refs:bit_spin_unlock (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/ |
D | bit_spinlock.h | 56 static inline void bit_spin_unlock(int bitnum, unsigned long *addr) in bit_spin_unlock() function
|
D | jbd2.h | 370 bit_spin_unlock(BH_State, &bh->b_state); in jbd_unlock_bh_state() 380 bit_spin_unlock(BH_JournalHead, &bh->b_state); in jbd_unlock_bh_journal_head()
|
D | mm.h | 410 bit_spin_unlock(PG_compound_lock, &page->flags); in compound_unlock()
|
/linux-4.4.14/drivers/block/zram/ |
D | zram_drv.c | 576 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_decompress_page() 587 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_decompress_page() 610 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_read() 614 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_read() 695 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_write() 760 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_write() 805 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_bio_discard() 933 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_slot_free_notify()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | airq.h | 76 bit_spin_unlock(bit ^ be_to_le, iv->bitlock); in airq_iv_unlock()
|
/linux-4.4.14/fs/ext4/ |
D | page-io.c | 112 bit_spin_unlock(BH_Uptodate_Lock, &head->b_state); in ext4_finish_bio()
|
/linux-4.4.14/fs/ |
D | buffer.c | 322 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 335 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 378 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write() 384 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write()
|
/linux-4.4.14/fs/ntfs/ |
D | aops.c | 126 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read() 162 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read()
|
/linux-4.4.14/Documentation/ |
D | atomic_ops.txt | 514 bit_spin_unlock type operations without specifying any more barriers.
|