Searched refs:bit_spin_lock (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
D | jbd_common.h | 18 bit_spin_lock(BH_State, &bh->b_state); in jbd_lock_bh_state() 38 bit_spin_lock(BH_JournalHead, &bh->b_state); in jbd_lock_bh_journal_head()
|
D | bit_spinlock.h | 15 static inline void bit_spin_lock(int bitnum, unsigned long *addr) in bit_spin_lock() function
|
D | list_bl.h | 120 bit_spin_lock(0, (unsigned long *)b); in hlist_bl_lock()
|
D | mm.h | 408 bit_spin_lock(PG_compound_lock, &page->flags); in compound_lock()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | airq.h | 70 bit_spin_lock(bit ^ be_to_le, iv->bitlock); in airq_iv_lock()
|
/linux-4.1.27/drivers/block/zram/ |
D | zram_drv.c | 487 bit_spin_lock(ZRAM_ACCESS, &meta->table[index].value); in zram_decompress_page() 523 bit_spin_lock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_read() 625 bit_spin_lock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_write() 688 bit_spin_lock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_write() 765 bit_spin_lock(ZRAM_ACCESS, &meta->table[index].value); in zram_bio_discard() 1010 bit_spin_lock(ZRAM_ACCESS, &meta->table[index].value); in zram_slot_free_notify()
|
/linux-4.1.27/fs/ext4/ |
D | page-io.c | 101 bit_spin_lock(BH_Uptodate_Lock, &head->b_state); in ext4_finish_bio()
|
/linux-4.1.27/fs/ |
D | buffer.c | 305 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 362 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write()
|
/linux-4.1.27/fs/ntfs/ |
D | aops.c | 111 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read()
|
/linux-4.1.27/mm/ |
D | slub.c | 341 bit_spin_lock(PG_locked, &page->flags); in slab_lock()
|