Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd_common.h33 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()
Dbit_spinlock.h56 static inline void bit_spin_unlock(int bitnum, unsigned long *addr) in bit_spin_unlock() function
Dmm.h416 bit_spin_unlock(PG_compound_lock, &page->flags); in compound_unlock()
/linux-4.1.27/drivers/block/zram/
Dzram_drv.c492 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/
Dairq.h76 bit_spin_unlock(bit ^ be_to_le, iv->bitlock); in airq_iv_unlock()
/linux-4.1.27/fs/ext4/
Dpage-io.c113 bit_spin_unlock(BH_Uptodate_Lock, &head->b_state); in ext4_finish_bio()
/linux-4.1.27/fs/
Dbuffer.c318 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/
Daops.c126 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/
Datomic_ops.txt512 bit_spin_unlock type operations without specifying any more barriers.