Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_intr.c194 int missed, space, flags; in intr_event_update() local
200 missed = 0; in intr_event_update()
211 missed++; in intr_event_update()
223 if (missed == 1 && space == 1) { in intr_event_update()
225 missed = strlen(ie->ie_fullname) + strlen(ih->ih_name) + 2 - in intr_event_update()
227 strcat(ie->ie_fullname, (missed == 0) ? " " : "-"); in intr_event_update()
228 strcat(ie->ie_fullname, &ih->ih_name[missed]); in intr_event_update()
229 missed = 0; in intr_event_update()
232 while (missed-- > 0) { in intr_event_update()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dkeep_alive.rst23 or Buried. MIA indicates a missed ping, and Dead indicates two missed
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c258 int missed = 0; in mlx5_flow_expand_rss() local
305 missed = 1; in mlx5_flow_expand_rss()
316 if (next && missed) { in mlx5_flow_expand_rss()
352 stack_pos + 1 + missed; in mlx5_flow_expand_rss()
360 missed * sizeof(*item)); in mlx5_flow_expand_rss()
362 missed * sizeof(*item)); in mlx5_flow_expand_rss()
388 if (buf->entries == 1 && missed != 0) { in mlx5_flow_expand_rss()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst448 All drivers are now counting the missed packets only once, i.e. drivers will
449 not increment ierrors anymore for missed packets.
H A Drelease_20_11.rst145 * **Added a generic API to offload tunneled traffic and restore missed packets.**
148 offloads tunneled traffic and restores missed packets.
H A Drelease_16_07.rst279 * **enic: Fixed Rx error and missed counters.**
H A Drelease_2_1.rst969 * **vhost: Fix virtio freeze due to missed interrupt.**
/f-stack/dpdk/doc/guides/contributing/
H A Ddocumentation.rst683 uint64_t imissed; /**< Total of RX missed packets. */
/f-stack/app/nginx-1.16.1/
H A DCHANGES5310 *) Bugfix: the last address was missed in the $upstream_addr variable;
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt1176 theory, this may cause some wakeup events to be missed, but the
2451 Detection of templates in the AML stream missed some types of templates.