/freebsd/sys/netinet/ |
H A D | sctp_ss_functions.c | 82 KASSERT(strq->ss_params.scheduled, ("strq %p not scheduled", (void *)strq)); in sctp_ss_default_clear() 84 strq->ss_params.scheduled = false; in sctp_ss_default_clear() 103 strq->ss_params.scheduled = false; in sctp_ss_default_init_stream() 115 if (!TAILQ_EMPTY(&strq->outqueue) && !strq->ss_params.scheduled) { in sctp_ss_default_add() 118 strq->ss_params.scheduled = true; in sctp_ss_default_add() 142 if (TAILQ_EMPTY(&strq->outqueue) && strq->ss_params.scheduled) { in sctp_ss_default_remove() 159 strq->ss_params.scheduled = false; in sctp_ss_default_remove() 173 KASSERT(asoc->ss_data.locked_on_sending->ss_params.scheduled, in sctp_ss_default_select() 179 KASSERT(strqt == NULL || strqt->ss_params.scheduled, in sctp_ss_default_select() 191 KASSERT(strq == NULL || strq->ss_params.scheduled, in sctp_ss_default_select() [all …]
|
H A D | sctp_structs.h | 550 bool scheduled; member 616 bool scheduled; member
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_intres.c | 120 time_t scheduled; 146 time_t scheduled; 267 gai_req->scheduled = now; in getaddrinfo_sometime_ex() 324 scheduled_sleep(gai_req->scheduled, gai_req->earliest, in blocking_getaddrinfo() 367 * just become responsive. Ignore previously-scheduled in blocking_getaddrinfo() 375 TRACE(1, ("DNS success after retry, ignoring sleeps scheduled before now (%s)\n", in blocking_getaddrinfo() 545 &gai_req->scheduled, &gai_req->earliest, in getaddrinfo_sometime_complete() 660 gni_req->scheduled = time_now; in getnameinfo_sometime() 718 scheduled_sleep(gni_req->scheduled, gni_req->earliest, in blocking_getnameinfo() 756 * just become responsive. Ignore previously-scheduled in blocking_getnameinfo() 126 time_t scheduled; global() member 152 time_t scheduled; global() member 1010 scheduled_sleep(time_t scheduled,time_t earliest,dnsworker_ctx * worker_ctx) scheduled_sleep() argument [all...] |
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_key_update.pod | 42 operation has been scheduled but not yet performed. The type of the pending key 78 renegotiation request has been scheduled but not yet acted on, or 0 otherwise. 89 has been scheduled but not yet acted on, or 0 otherwise.
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set1 | 111 109 No scheduled events 113 111 Not that many scheduled events
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiSchedule.td | 38 // Max micro-ops that may be scheduled per cycle. [default = 1]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegisterInfo.td | 56 // must not be scheduled below other instructions.
|
/freebsd/share/examples/etc/ |
H A D | README.examples | 12 crontab - system scheduled command table (see crontab(5))
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrOperands.td | 134 // allowed to use callee-saved registers since they must be scheduled 142 // allowed to use callee-saved registers since they must be scheduled
|
/freebsd/usr.sbin/ntp/ntpd/ |
H A D | leap-seconds | 38 # Observatory. According to international agreements, leap seconds should be scheduled only for cer…
|
/freebsd/contrib/tzdata/ |
H A D | leap-seconds.list | 38 # Observatory. According to international agreements, leap seconds should be scheduled only for certain dates:
|
H A D | africa | 283 # translates into: "With regard to daylight saving time, it is scheduled to 464 # The scheduled end of DST in Libya on Friday, October 25, 2013 was 1418 # "The Tunisian government has decided to abandon DST, which was scheduled on
|
H A D | southamerica | 240 # Our understanding was that the change was originally scheduled to take place 941 # It was scheduled to start on November 4th and it was changed to November 18th. 1768 # Sunday in October 2024, the same date currently scheduled to start DST.... 2010 # Uruguay's DST was scheduled to end on Sunday, 2005-03-13, but in order to
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 287 // MASK = 0x0000 0000: No instructions may be scheduled across SCHED_BARRIER. 289 // scheduled across SCHED_BARRIER, i.e. allow ALU instructions to pass. 290 // MASK = 0x0000 0002: VALU instructions may be scheduled across SCHED_BARRIER. 291 // MASK = 0x0000 0004: SALU instructions may be scheduled across SCHED_BARRIER. 292 // MASK = 0x0000 0008: MFMA/WMMA instructions may be scheduled across SCHED_BARRIER. 293 // MASK = 0x0000 0010: ALL VMEM instructions may be scheduled across SCHED_BARRIER. 294 // MASK = 0x0000 0020: VMEM read instructions may be scheduled across SCHED_BARRIER. 295 // MASK = 0x0000 0040: VMEM write instructions may be scheduled across SCHED_BARRIER. 296 // MASK = 0x0000 0080: ALL DS instructions may be scheduled across SCHED_BARRIER. 297 // MASK = 0x0000 0100: ALL DS read instructions may be scheduled accoss SCHED_BARRIER. [all …]
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | chacha-armv4.S | 87 ldr r12,[sp,#4*(12)] @ modulo-scheduled load 209 str r8, [sp,#4*(16+8)] @ modulo-scheduled store 853 ldr r12,[sp,#4*(12)] @ modulo-scheduled load 1091 str r8, [sp,#4*(16+8)] @ modulo-scheduled store 1300 ldr r12,[sp,#4*(12)] @ modulo-scheduled load
|
H A D | ghashv8-armx.S | 120 @ as loop is modulo-scheduled
|
/freebsd/sys/geom/ |
H A D | notes | 70 (based on the counters for scheduled and completed requests being
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFlags.def | 199 "time. Inputs with lower execution time get scheduled more (up to 30x). "
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p.h | 691 size_t len, unsigned int wait_time, int *scheduled);
|
H A D | p2p.c | 4995 int res, scheduled; in p2p_send_action() local 4998 buf, len, wait_time, &scheduled); in p2p_send_action() 4999 if (res == 0 && scheduled && p2p->in_listen && freq > 0 && in p2p_send_action()
|
/freebsd/usr.sbin/cron/doc/ |
H A D | MAIL | 319 administrator is really on his/her toes, calls scheduled at 5pm will really 422 type of cleanup program that can run at the scheduled time for some reason
|
/freebsd/contrib/ntp/ |
H A D | README.leapsmear | 11 Unfortunately, leap seconds are scheduled to be inserted into or deleted
|
/freebsd/contrib/gdtoa/ |
H A D | README | 236 precision. For systems with preemptively scheduled multiple threads
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedSiFive7.td | 475 // scheduled accordingly. Indexed loads and stores operate at one element per 477 // so they cannot be scheduled. Indexed and strided loads and stores have LMUL
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant.c | 1674 size_t len, unsigned int wait_time, int *scheduled) in wpas_send_action() argument 1679 if (scheduled) in wpas_send_action() 1680 *scheduled = 0; in wpas_send_action() 1692 if (res == 0 && scheduled) in wpas_send_action() 1693 *scheduled = 1; in wpas_send_action()
|