Searched refs:bit_spin_unlock (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | bit_spinlock.h | 57 static inline void bit_spin_unlock(int bitnum, unsigned long *addr) in bit_spin_unlock() function
|
H A D | rhashtable.h | 321 * provides the same release semantics that bit_spin_unlock() provides, 347 bit_spin_unlock(0, (unsigned long *)bkt); in rht_unlock()
|
H A D | jbd2.h | 358 bit_spin_unlock(BH_JournalHead, &bh->b_state); in jbd_unlock_bh_journal_head()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bit_spinlock.h | 57 static inline void bit_spin_unlock(int bitnum, unsigned long *addr) in bit_spin_unlock() function
|
H A D | jbd2.h | 348 bit_spin_unlock(BH_JournalHead, &bh->b_state); in jbd_unlock_bh_journal_head()
|
H A D | rhashtable.h | 321 * provides the same release semantics that bit_spin_unlock() provides, 354 bit_spin_unlock(0, (unsigned long *)bkt); in rht_unlock()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | airq.h | 81 bit_spin_unlock(bit ^ be_to_le, iv->bitlock); in airq_iv_unlock()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | airq.h | 83 bit_spin_unlock(bit ^ be_to_le, iv->bitlock); in airq_iv_unlock()
|
/kernel/linux/linux-5.10/drivers/block/zram/ |
H A D | zram_drv.h | 162 bit_spin_unlock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_unlock()
|
/kernel/linux/linux-6.6/drivers/block/zram/ |
H A D | zram_drv.h | 176 bit_spin_unlock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_unlock()
|
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/ |
H A D | zlist.c | 32 bit_spin_unlock(ZLIST_LOCK_BIT, (unsigned long *)node); in zlist_node_unlock()
|
/kernel/linux/linux-6.6/drivers/block/zram/zram_group/ |
H A D | zlist.c | 32 bit_spin_unlock(ZLIST_LOCK_BIT, (unsigned long *)node); in zlist_node_unlock()
|
/kernel/linux/linux-5.10/mm/ |
H A D | zsmalloc.c | 897 bit_spin_unlock(HANDLE_PIN_BIT, (unsigned long *)handle); in __releases()
|
Completed in 19 milliseconds