Searched refs:bit_spin_lock (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/linux/ |
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 | 121 bit_spin_lock(0, (unsigned long *)b); in hlist_bl_lock()
|
D | jbd2.h | 355 bit_spin_lock(BH_State, &bh->b_state); in jbd_lock_bh_state() 375 bit_spin_lock(BH_JournalHead, &bh->b_state); in jbd_lock_bh_journal_head()
|
D | mm.h | 402 bit_spin_lock(PG_compound_lock, &page->flags); in compound_lock()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | airq.h | 70 bit_spin_lock(bit ^ be_to_le, iv->bitlock); in airq_iv_lock()
|
/linux-4.4.14/drivers/block/zram/ |
D | zram_drv.c | 571 bit_spin_lock(ZRAM_ACCESS, &meta->table[index].value); in zram_decompress_page() 607 bit_spin_lock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_read() 692 bit_spin_lock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_write() 755 bit_spin_lock(ZRAM_ACCESS, &meta->table[index].value); in zram_bvec_write() 803 bit_spin_lock(ZRAM_ACCESS, &meta->table[index].value); in zram_bio_discard() 931 bit_spin_lock(ZRAM_ACCESS, &meta->table[index].value); in zram_slot_free_notify()
|
/linux-4.4.14/fs/ext4/ |
D | page-io.c | 100 bit_spin_lock(BH_Uptodate_Lock, &head->b_state); in ext4_finish_bio()
|
/linux-4.4.14/fs/ |
D | buffer.c | 309 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 366 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write()
|
/linux-4.4.14/fs/ntfs/ |
D | aops.c | 111 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read()
|
/linux-4.4.14/mm/ |
D | slub.c | 341 bit_spin_lock(PG_locked, &page->flags); in slab_lock()
|