Searched refs:bit_spin_lock (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dbit_spinlock.h16 static inline void bit_spin_lock(int bitnum, unsigned long *addr) function
H A Dlist_bl.h148 bit_spin_lock(0, (unsigned long *)b);
H A Drhashtable.h332 bit_spin_lock(0, (unsigned long *)bkt);
344 bit_spin_lock(0, (unsigned long *)bucket);
H A Djbd2.h343 bit_spin_lock(BH_JournalHead, &bh->b_state);
/linux-master/arch/s390/include/asm/
H A Dairq.h77 bit_spin_lock(bit ^ be_to_le, iv->bitlock);
/linux-master/drivers/block/zram/
H A Dzram_drv.c67 bit_spin_lock(ZRAM_LOCK, &zram->table[index].flags);
95 /* flag operations require table entry bit_spin_lock() being held */
/linux-master/mm/
H A Dslub.c622 bit_spin_lock(PG_locked, &page->flags);
670 * part of bit_spin_lock(), is sufficient because the policy is not to allow any

Completed in 158 milliseconds