Home
last modified time | relevance | path

Searched refs:bit_spin_lock (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbit_spinlock.h16 static inline void bit_spin_lock(int bitnum, unsigned long *addr) in bit_spin_lock() function
H A Dlist_bl.h148 bit_spin_lock(0, (unsigned long *)b); in hlist_bl_lock()
H A Drhashtable.h330 bit_spin_lock(0, (unsigned long *)bkt); in rht_lock()
339 bit_spin_lock(0, (unsigned long *)bucket); in rht_lock_nested()
H A Djbd2.h353 bit_spin_lock(BH_JournalHead, &bh->b_state); in jbd_lock_bh_journal_head()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dairq.h75 bit_spin_lock(bit ^ be_to_le, iv->bitlock); in airq_iv_lock()
/OK3568_Linux_fs/kernel/mm/
H A Dzsmalloc.c892 bit_spin_lock(HANDLE_PIN_BIT, (unsigned long *)handle); in pin_tag()
H A Dslub.c344 bit_spin_lock(PG_locked, &page->flags); in slab_lock()
/OK3568_Linux_fs/kernel/drivers/block/zram/
H A Dzram_drv.c70 bit_spin_lock(ZRAM_LOCK, &zram->table[index].flags); in zram_slot_lock()