Searched refs:bit_spin_unlock (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/include/linux/ |
D | jbd_common.h | 55 bit_spin_unlock(BH_State, &bh->b_state); in jbd_unlock_bh_state() 65 bit_spin_unlock(BH_JournalHead, &bh->b_state); in jbd_unlock_bh_journal_head()
|
D | bit_spinlock.h | 56 static inline void bit_spin_unlock(int bitnum, unsigned long *addr) in bit_spin_unlock() function
|
D | page_cgroup.h | 82 bit_spin_unlock(PCG_LOCK, &pc->flags); in unlock_page_cgroup()
|
D | mm.h | 331 bit_spin_unlock(PG_compound_lock, &page->flags); in compound_unlock()
|
/linux-3.4.99/fs/ |
D | buffer.c | 298 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 311 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_read() 360 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write() 366 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in end_buffer_async_write()
|
/linux-3.4.99/fs/ntfs/ |
D | aops.c | 127 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read() 163 bit_spin_unlock(BH_Uptodate_Lock, &first->b_state); in ntfs_end_buffer_async_read()
|
/linux-3.4.99/Documentation/ |
D | atomic_ops.txt | 513 bit_spin_unlock type operations without specifying any more barriers.
|