Searched refs:bit_spin_lock (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/include/linux/ |
D | page_cgroup.h | 99 bit_spin_lock(PCG_LOCK, &pc->flags); in TESTPCGFLAG() 115 bit_spin_lock(PCG_MOVE_LOCK, &pc->flags); in move_lock_page_cgroup()
|
D | bit_spinlock.h | 14 static inline void bit_spin_lock(int bitnum, unsigned long *addr) in bit_spin_lock() function
|
D | list_bl.h | 120 bit_spin_lock(0, (unsigned long *)b); in hlist_bl_lock()
|
D | jbd.h | 308 bit_spin_lock(BH_State, &bh->b_state); in jbd_lock_bh_state() 328 bit_spin_lock(BH_JournalHead, &bh->b_state); in jbd_lock_bh_journal_head()
|
D | jbd2.h | 341 bit_spin_lock(BH_State, &bh->b_state); in jbd_lock_bh_state() 361 bit_spin_lock(BH_JournalHead, &bh->b_state); in jbd_lock_bh_journal_head()
|
D | mm.h | 320 bit_spin_lock(PG_compound_lock, &page->flags); in compound_lock()
|
/linux-2.6.39/fs/ |
D | buffer.c | 327 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 390 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write()
|
/linux-2.6.39/fs/ntfs/ |
D | aops.c | 112 bit_spin_lock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read()
|
/linux-2.6.39/mm/ |
D | slub.c | 1337 bit_spin_lock(PG_locked, &page->flags); in slab_lock()
|