Searched refs:bit_spin_unlock (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/ |
D | jbd_common.h | 33 bit_spin_unlock(BH_State, &bh->b_state); in jbd_unlock_bh_state() 43 bit_spin_unlock(BH_JournalHead, &bh->b_state); in jbd_unlock_bh_journal_head()
|
D | bit_spinlock.h | 56 static inline void bit_spin_unlock(int bitnum, unsigned long *addr) in bit_spin_unlock() function
|
D | mm.h | 416 bit_spin_unlock(PG_compound_lock, &page->flags); in compound_unlock()
|
/linux-4.1.27/drivers/block/zram/ |
D | zram_drv.c | 492 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_decompress_page() 503 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_decompress_page() 526 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_read() 530 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_read() 628 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_write() 693 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_write() 767 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_bio_discard() 1012 bit_spin_unlock(ZRAM_ACCESS, &meta->table[index].value); in zram_slot_free_notify()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | airq.h | 76 bit_spin_unlock(bit ^ be_to_le, iv->bitlock); in airq_iv_unlock()
|
/linux-4.1.27/fs/ext4/ |
D | page-io.c | 113 bit_spin_unlock(BH_Uptodate_Lock, &head->b_state); in ext4_finish_bio()
|
/linux-4.1.27/fs/ |
D | buffer.c | 318 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 331 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 374 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write() 380 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write()
|
/linux-4.1.27/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.1.27/Documentation/ |
D | atomic_ops.txt | 512 bit_spin_unlock type operations without specifying any more barriers.
|