Searched refs:atomic_dec_and_mutex_lock (Results 1 – 11 of 11) sorted by relevance
/linux-3.3/kernel/ |
D | mutex.c | 485 int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock) in atomic_dec_and_mutex_lock() function 500 EXPORT_SYMBOL(atomic_dec_and_mutex_lock);
|
D | jump_label.c | 79 if (!atomic_dec_and_mutex_lock(&key->enabled, &jump_label_mutex)) in __jump_label_dec()
|
/linux-3.3/include/linux/ |
D | mutex.h | 170 extern int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock);
|
/linux-3.3/kernel/events/ |
D | callchain.c | 126 if (atomic_dec_and_mutex_lock(&nr_callchain_events, &callchain_mutex)) { in put_callchain_buffers()
|
D | core.c | 3455 if (atomic_dec_and_mutex_lock(&event->mmap_count, &event->mmap_mutex)) { in perf_mmap_close()
|
/linux-3.3/Documentation/ |
D | mutex-design.txt | 139 int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock);
|
/linux-3.3/fs/ecryptfs/ |
D | main.c | 163 if (atomic_dec_and_mutex_lock(&inode_info->lower_file_count, in ecryptfs_put_lower_file()
|
/linux-3.3/arch/arm/kernel/ |
D | perf_event.c | 459 if (atomic_dec_and_mutex_lock(active_events, pmu_reserve_mutex)) { in hw_perf_event_destroy()
|
/linux-3.3/arch/x86/kernel/cpu/ |
D | perf_event.c | 248 if (atomic_dec_and_mutex_lock(&active_events, &pmc_reserve_mutex)) { in hw_perf_event_destroy()
|
/linux-3.3/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 592 if (atomic_dec_and_mutex_lock(&active_events, in hw_perf_event_destroy()
|
/linux-3.3/arch/sparc/kernel/ |
D | perf_event.c | 878 if (atomic_dec_and_mutex_lock(&active_events, &pmc_grab_mutex)) { in perf_event_release_pmc()
|