Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/src/
H A Dck_ec.c126 exponential_backoff(struct ck_ec_wait_state *wait_state, in exponential_backoff() argument
128 const struct ck_ec_wait_state *wait_state, in exponential_backoff() argument
137 const struct ck_ec_ops *ops = wait_state->ops; in exponential_backoff()
160 wait_state->start = begin; in exponential_backoff()
165 wait_state->now = now; in exponential_backoff()
180 int r = pred(wait_state, &partial_deadline); in exponential_backoff()
187 if (sleep(sleep_state, wait_state, in exponential_backoff()
274 const struct ck_ec_wait_state *wait_state, in ck_ec32_wait_slow_once() argument
281 wait_state->ops->wait32(wait_state, &ec->counter, in ck_ec32_wait_slow_once()
289 const struct ck_ec_wait_state *wait_state, in ck_ec64_wait_slow_once() argument
[all …]