Home
last modified time | relevance | path

Searched refs:atomic_fetch_sub_relaxed (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/dns/
H A Dbadcache.c192 atomic_fetch_sub_relaxed(&bc->count, 1); in badcache_resize()
253 atomic_fetch_sub_relaxed(&bc->count, 1); in dns_badcache_add()
360 atomic_fetch_sub_relaxed(&bc->count, 1); in dns_badcache_find()
382 atomic_fetch_sub_relaxed(&bc->count, 1); in dns_badcache_flush()
421 atomic_fetch_sub_relaxed(&bc->count, 1); in dns_badcache_flushname()
467 atomic_fetch_sub_relaxed(&bc->count, 1); in dns_badcache_flushtree()
511 atomic_fetch_sub_relaxed(&bc->count, 1); in dns_badcache_print()
H A Dzone.c18684 atomic_fetch_sub_relaxed(&mgmt->count, 1); in zonemgr_keymgmt_delete()
/netbsd/external/mpl/bind/include/isc/
H A Datomic.h37 #define atomic_fetch_sub_relaxed(o, v) \ macro
/netbsd/external/mpl/bind/dist/lib/isc/include/isc/
H A Datomic.h35 #define atomic_fetch_sub_relaxed(o, v) \ macro
/netbsd/external/mpl/bind/dist/lib/isc/
H A Dquota.c119 atomic_fetch_sub_relaxed(&quota->waiting, 1); in dequeue()