Searched defs:deadline (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/usr.bin/tip/tip/
H A Dhunt.c37 static jmp_buf deadline; variable
/freebsd-current/sys/contrib/ck/src/
H A Dck_ec_timeutil.h137 check_deadline(struct timespec *now, const struct ck_ec_ops *ops, const struct timespec deadline) argument
H A Dck_ec.c44 ck_ec32_wait_slow(struct ck_ec32 *ec, const struct ck_ec_ops *ops, uint32_t old_value, const struct timespec *deadline) argument
63 ck_ec64_wait_slow(struct ck_ec64 *ec, const struct ck_ec_ops *ops, uint64_t old_value, const struct timespec *deadline) argument
126 exponential_backoff(struct ck_ec_wait_state *wait_state, bool (*sleep)(const void *sleep_state, const struct ck_ec_wait_state *wait_state, const struct timespec *partial_deadline), const void *sleep_state, int (*pred)(const struct ck_ec_wait_state *state, struct timespec *deadline), const struct timespec *deadline) argument
384 ck_ec32_wait_pred_slow(struct ck_ec32 *ec, const struct ck_ec_ops *ops, uint32_t old_value, int (*pred)(const struct ck_ec_wait_state *state, struct timespec *deadline), void *data, const struct timespec *deadline_ptr) argument
405 ck_ec64_wait_pred_slow(struct ck_ec64 *ec, const struct ck_ec_ops *ops, uint64_t old_value, int (*pred)(const struct ck_ec_wait_state *state, struct timespec *deadline), void *data, const struct timespec *deadline_ptr) argument
[all...]
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Darena_structs_b.h50 nstime_t deadline; member in struct:arena_decay_s
/freebsd-current/sys/contrib/ck/include/
H A Dck_ec.h768 ck_ec32_wait(struct ck_ec32 *ec, const struct ck_ec_mode *mode, uint32_t old_value, const struct timespec *deadline) argument
789 ck_ec32_wait_pred(struct ck_ec32 *ec, const struct ck_ec_mode *mode, uint32_t old_value, int (*pred)(const struct ck_ec_wait_state *state, struct timespec *deadline), void *data, const struct timespec *deadline) argument
907 ck_ec64_wait(struct ck_ec64 *ec, const struct ck_ec_mode *mode, uint64_t old_value, const struct timespec *deadline) argument
929 ck_ec64_wait_pred(struct ck_ec64 *ec, const struct ck_ec_mode *mode, uint64_t old_value, int (*pred)(const struct ck_ec_wait_state *state, struct timespec *deadline), void *data, const struct timespec *deadline) argument
[all...]
/freebsd-current/lib/libtacplus/
H A Dtaclib.c543 struct timeval deadline; local
615 struct timeval deadline; local
484 read_timed(struct tac_handle *h, void *buf, size_t len, const struct timeval *deadline) argument
[all...]
/freebsd-current/sys/dev/aacraid/
H A Daacraid.c2165 time_t deadline; local
/freebsd-current/sys/dev/mfi/
H A Dmfi.c3695 time_t deadline; local
3739 time_t deadline; local
/freebsd-current/sys/dev/aac/
H A Daac.c2339 time_t deadline; local
/freebsd-current/crypto/openssh/
H A Dssh-agent.c1065 time_t deadline = 0, now = monotime(); local
2093 time_t deadline; local
[all...]
/freebsd-current/sys/dev/nvme/
H A Dnvme_private.h136 sbintime_t deadline; member in struct:nvme_tracker
/freebsd-current/sys/netinet/
H A Dtcp_var.h153 uint64_t deadline; /* If in CU mode, deadline to delivery */ member in struct:tcp_sendfile_track

Completed in 158 milliseconds