Home
last modified time | relevance | path

Searched refs:atomic_dec_and_mutex_lock (Results 1 – 11 of 11) sorted by relevance

/linux-3.3/kernel/
Dmutex.c485 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);
Djump_label.c79 if (!atomic_dec_and_mutex_lock(&key->enabled, &jump_label_mutex)) in __jump_label_dec()
/linux-3.3/include/linux/
Dmutex.h170 extern int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock);
/linux-3.3/kernel/events/
Dcallchain.c126 if (atomic_dec_and_mutex_lock(&nr_callchain_events, &callchain_mutex)) { in put_callchain_buffers()
Dcore.c3455 if (atomic_dec_and_mutex_lock(&event->mmap_count, &event->mmap_mutex)) { in perf_mmap_close()
/linux-3.3/Documentation/
Dmutex-design.txt139 int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock);
/linux-3.3/fs/ecryptfs/
Dmain.c163 if (atomic_dec_and_mutex_lock(&inode_info->lower_file_count, in ecryptfs_put_lower_file()
/linux-3.3/arch/arm/kernel/
Dperf_event.c459 if (atomic_dec_and_mutex_lock(active_events, pmu_reserve_mutex)) { in hw_perf_event_destroy()
/linux-3.3/arch/x86/kernel/cpu/
Dperf_event.c248 if (atomic_dec_and_mutex_lock(&active_events, &pmc_reserve_mutex)) { in hw_perf_event_destroy()
/linux-3.3/arch/mips/kernel/
Dperf_event_mipsxx.c592 if (atomic_dec_and_mutex_lock(&active_events, in hw_perf_event_destroy()
/linux-3.3/arch/sparc/kernel/
Dperf_event.c878 if (atomic_dec_and_mutex_lock(&active_events, &pmc_grab_mutex)) { in perf_event_release_pmc()