Searched defs:atomic_dec (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompat.h148 atomic_dec(atomic_t *v) function
/freebsd-current/sys/dev/drm2/
H A Ddrm_atomic.h49 #define atomic_dec(p) atomic_sub(1, p) macro
/freebsd-current/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h100 atomic_dec(atomic_t *v) function
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h87 #define atomic_dec(p) atomic_subtract_int(p, 1) macro
/freebsd-current/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h45 #define atomic_dec(p) atomic_subtract_int(p,1) macro

Completed in 107 milliseconds