Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmutex.h176 extern int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock);
/linux-4.4.14/kernel/events/
Dcallchain.c129 if (atomic_dec_and_mutex_lock(&nr_callchain_events, &callchain_mutex)) { in put_callchain_buffers()
Dcore.c4645 atomic_dec_and_mutex_lock(&rb->aux_mmap_count, &event->mmap_mutex)) { in perf_mmap_close()
4655 if (!atomic_dec_and_mutex_lock(&event->mmap_count, &event->mmap_mutex)) in perf_mmap_close()
/linux-4.4.14/kernel/locking/
Dmutex.c958 int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock) in atomic_dec_and_mutex_lock() function
973 EXPORT_SYMBOL(atomic_dec_and_mutex_lock);
/linux-4.4.14/kernel/
Djump_label.c75 if (!atomic_dec_and_mutex_lock(&key->enabled, &jump_label_mutex)) { in __static_key_slow_dec()
/linux-4.4.14/Documentation/locking/
Dmutex-design.txt135 int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock);
/linux-4.4.14/fs/ecryptfs/
Dmain.c162 if (atomic_dec_and_mutex_lock(&inode_info->lower_file_count, in ecryptfs_put_lower_file()
/linux-4.4.14/arch/metag/kernel/perf/
Dperf_event.c508 if (atomic_dec_and_mutex_lock(active_events, pmu_mutex)) { in _hw_perf_event_destroy()
/linux-4.4.14/drivers/perf/
Darm_pmu.c378 if (atomic_dec_and_mutex_lock(active_events, pmu_reserve_mutex)) { in hw_perf_event_destroy()
/linux-4.4.14/drivers/hwtracing/intel_th/
Dmsu.c1165 if (!atomic_dec_and_mutex_lock(&msc->mmap_count, &msc->buf_mutex)) in msc_mmap_close()
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c601 if (atomic_dec_and_mutex_lock(&active_events, in hw_perf_event_destroy()
/linux-4.4.14/arch/sparc/kernel/
Dperf_event.c1174 if (atomic_dec_and_mutex_lock(&active_events, &pmc_grab_mutex)) { in perf_event_release_pmc()
/linux-4.4.14/drivers/bus/
Darm-cci.c866 if (atomic_dec_and_mutex_lock(active_events, reserve_mutex)) { in hw_perf_event_destroy()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.c347 if (atomic_dec_and_mutex_lock(&pmc_refcount, &pmc_reserve_mutex)) { in x86_release_hardware()