Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
Datomic.h137 static inline int atomic_dec_and_test(atomic_t *v) in atomic_dec_and_test() function
143 #define atomic_dec_and_test atomic_dec_and_test macro
/arch/powerpc/mm/
Dpgtable-frag.c114 if (atomic_dec_and_test(&page->pt_frag_refcount)) { in pte_fragment_free()
/arch/um/drivers/
Drandom.c84 if (atomic_dec_and_test(&host_sleep_count)) { in rng_dev_read()
/arch/m68k/mvme16x/
Drtc.c125 if( !atomic_dec_and_test(&rtc_ready) ) in rtc_open()
/arch/m68k/bvme6000/
Drtc.c137 if (!atomic_dec_and_test(&rtc_status)) { in rtc_open()
/arch/x86/kernel/
Dtsc_sync.c404 } else if (atomic_dec_and_test(&test_runs) || random_warps) { in check_tsc_sync_source()
/arch/powerpc/platforms/pseries/
Ddtl.c113 if (atomic_dec_and_test(&dtl_count)) in dtl_stop()
/arch/powerpc/mm/book3s64/
Dpgtable.c345 if (atomic_dec_and_test(&page->pt_frag_refcount)) { in pmd_fragment_free()
/arch/sparc/kernel/
Dsmp_64.c1157 if (atomic_dec_and_test(&smp_capture_depth)) { in smp_release()
/arch/x86/events/
Dcore.c2153 if (atomic_dec_and_test(&mm->context.perf_rdpmc_allowed)) in x86_pmu_event_unmapped()
/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c1930 if (atomic_dec_and_test(&rdtgrp->waitcount) && in rdtgroup_kn_unlock()