Home
last modified time | relevance | path

Searched refs:pending_count (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/validator/
H A Dautotrust.c230 ta->pending_count = 0; in parse_comments()
234 ta->pending_count = (uint8_t)atoi(comments); in parse_comments()
1176 trustanchor_state2str(ta->s), (int)ta->pending_count, in autr_write_contents()
1329 if(ta->pending_count < 250) /* no numerical overflow, please */ in seen_trustanchor()
1330 ta->pending_count++; in seen_trustanchor()
1750 (long long)exceeded, anchor->pending_count); in do_addtime()
1751 if(anchor->pending_count >= MIN_PENDINGCOUNT) { in do_addtime()
1753 anchor->pending_count = 0; in do_addtime()
1757 "failed (pending count: %d)", anchor->pending_count); in do_addtime()
1779 anchor->pending_count = 0; in do_keyrem()
[all …]
H A Dautotrust.h79 uint8_t pending_count; member
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td562 "mbarrier.pending_count.b64 $res, $state;",