Home
last modified time | relevance | path

Searched refs:atomic_dec_if_positive (Results 1 – 7 of 7) sorted by relevance

/arch/microblaze/include/asm/
Datomic.h12 static inline int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function
Dmmu_context_mm.h87 while (atomic_dec_if_positive(&nr_free_contexts) < 0) in get_mmu_context()
/arch/avr32/include/asm/
Datomic.h184 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro
/arch/x86/include/asm/
Datomic.h251 static inline int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function
/arch/powerpc/include/asm/
Datomic.h250 static __inline__ int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function
/arch/mips/include/asm/
Datomic.h367 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro
/arch/powerpc/platforms/cell/spufs/
Dsched.c453 atomic_dec_if_positive(&ctx->gang->aff_sched_count); in spu_unbind_context()