Home
last modified time | relevance | path

Searched refs:ring_pred (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dring.h32 #define ring_pred(c) ((c)->pred) macro
Dctable.c155 entry = RING_TO_CTABLE_ENTRY(ring_pred(RING_PTR_OF(cache))); in ctable_locate()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dscache_multi.c160 if (direction == BOTTOM_UP && ring_pred(head->ring) == head->ring) in scache_multi_drop_endp()
314 if (direction == BOTTOM_UP && ring_pred(head->ring) == head->ring) in scache_multi_drop_dest()
/netbsd/src/external/ibm-public/postfix/dist/src/postmulti/
Dpostmulti.c566 (((flags) & ITER_FLAG_REVERSE) ? ring_pred(entry) : ring_succ(entry))
1344 if (ring_pred(entry) == instance_hd) in select_existing_instance()