Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_clocksource.c212 state->nextcall = state->nextcallopt = SBT_MAX; in handleevents()
508 state->nextevent = SBT_MAX;
602 state->nextcall = SBT_MAX;
603 state->nextcallopt = SBT_MAX;
H A Dkern_timeout.c327 cc->cc_firstevent = SBT_MAX; in callout_cpu_init()
596 if (SBT_MAX - c->c_time < c->c_precision) in callout_cc_add()
597 c->c_precision = SBT_MAX - c->c_time; in callout_cc_add()
867 if (SBT_MAX - to_sbt < sbt) in callout_when()
868 to_sbt = SBT_MAX; in callout_when()
H A Dkern_event.c636 if (data > (SBT_MAX / SBT_1S)) in timer2sbintime()
637 return (SBT_MAX); in timer2sbintime()
645 if (secs > (SBT_MAX / SBT_1S)) in timer2sbintime()
646 return (SBT_MAX); in timer2sbintime()
655 if (secs > (SBT_MAX / SBT_1S)) in timer2sbintime()
656 return (SBT_MAX); in timer2sbintime()
665 if (secs > (SBT_MAX / SBT_1S)) in timer2sbintime()
666 return (SBT_MAX); in timer2sbintime()
1818 if (asbt <= SBT_MAX - rsbt) in kqueue_scan()
H A Dsys_generic.c1190 if (asbt <= SBT_MAX - rsbt) in kern_select()
1701 if (asbt <= SBT_MAX - rsbt) in selsocket()
H A Duipc_socket.c3129 val = SBT_MAX;
/f-stack/freebsd/sys/
H A Dtime.h134 #define SBT_MAX 0x7fffffffffffffffLL macro
/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c1235 tln->tln_expiretime = SBT_MAX; in tcp_log_expire()
2405 if (cur_tln->tln_expiretime == SBT_MAX) { in tcp_log_dumpbucketlogs()