Searched refs:bit_spin_lock (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/linux/ |
D | bit_spinlock.h | 16 static inline void bit_spin_lock(int bitnum, unsigned long *addr) in bit_spin_lock() function
|
D | list_bl.h | 122 bit_spin_lock(0, (unsigned long *)b); in hlist_bl_lock()
|
D | jbd2.h | 350 bit_spin_lock(BH_State, &bh->b_state); in jbd_lock_bh_state() 370 bit_spin_lock(BH_JournalHead, &bh->b_state); in jbd_lock_bh_journal_head()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | airq.h | 71 bit_spin_lock(bit ^ be_to_le, iv->bitlock); in airq_iv_lock()
|
/Linux-v4.19/fs/ext4/ |
D | page-io.c | 99 bit_spin_lock(BH_Uptodate_Lock, &head->b_state); in ext4_finish_bio()
|
/Linux-v4.19/fs/ |
D | buffer.c | 277 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 333 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write()
|
/Linux-v4.19/fs/ntfs/ |
D | aops.c | 110 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read()
|
/Linux-v4.19/mm/ |
D | zsmalloc.c | 909 bit_spin_lock(HANDLE_PIN_BIT, (unsigned long *)handle); in pin_tag()
|
D | slub.c | 348 bit_spin_lock(PG_locked, &page->flags); in slab_lock()
|
/Linux-v4.19/drivers/block/zram/ |
D | zram_drv.c | 58 bit_spin_lock(ZRAM_LOCK, &zram->table[index].value); in zram_slot_lock()
|