Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_zfetch.c275 int epbs, max_dist_blks, pf_nblks, ipf_nblks, issued; in dmu_zfetch() local
427 issued = 0; in dmu_zfetch()
436 issued += dbuf_prefetch_impl(zf->zf_dnode, 0, pf_start + i, in dmu_zfetch()
441 issued += dbuf_prefetch_impl(zf->zf_dnode, 1, iblk, in dmu_zfetch()
449 if (issued) in dmu_zfetch()
450 ZFETCHSTAT_ADD(zfetchstat_io_issued, issued); in dmu_zfetch()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dintrospection.tcl15 test {MONITOR can log commands issued by the scripting engine} {
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md103 | issued | bytes | size of I/Os issued to disks |
104 | pass_issued | bytes | size of I/Os issued to disks for current pass |
117 An I/O is pending prior to being issued to the vdev. An active
118 I/O has been issued to the vdev. The scheduler and its tunable
/f-stack/dpdk/doc/guides/linux_gsg/
H A Denable_func.rst23 On a system that has already booted, the following command can be issued to check if HPET is enable…
/f-stack/app/nginx-1.16.1/
H A DCHANGES2230 *) Bugfix: a "100 Continue" response was issued with "413 Request Entity
4311 message "panic: MUTEX_LOCK" might be issued.
4614 *) Bugfix: while SMTP proxying nginx issued message "250 2.0.0 OK"
4633 *) Bugfix: a "100 Continue" response was issued for HTTP/1.0 requests;
5207 *) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed
5333 kqueue, then nginx issued an alert "name is out of response".
5338 directive value, then nginx issued an alert "fastcgi: the request
5749 messages "panic: MUTEX_LOCK" and "perl_parse() failed" were issued.
6858 *) Bugfix: the "Transfer-Encoding: chunked" header line was issued in
7695 *) Bugfix: the arguments were omitted in the redirects, issued by the
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c7296 uint64_t pass_scanned, scanned, pass_issued, issued, total; in print_scan_scrub_resilver_status() local
7369 issued = ps->pss_issued; in print_scan_scrub_resilver_status()
7374 fraction_done = (double)issued / total; in print_scan_scrub_resilver_status()
7383 uint64_t total_secs_left = (issue_rate != 0 && total >= issued) ? in print_scan_scrub_resilver_status()
7384 ((total - issued) / issue_rate) : UINT64_MAX; in print_scan_scrub_resilver_status()
7389 zfs_nicebytes(issued, issued_buf, sizeof (issued_buf)); in print_scan_scrub_resilver_status()
/f-stack/dpdk/doc/guides/nics/
H A Ddpaa2.rst482 of the packet pull command which is issued in the previous cycle.
H A Dmlx5.rst726 barrier (it is supposed to be issued in the next coming burst, at least after
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_job_stats.rst412 After first read second try is issued.
H A Dmulti_process.rst135 Once a send command is issued by the user, a buffer is allocated from the memory pool, filled in wi…
/f-stack/dpdk/doc/guides/contributing/
H A Dpatches.rst410 * Fixed issued with version.map.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt1235 operator within a Field Unit list. A remark is now issued for these. For
3330 -- Store (Source, Target): A warning is issued if the source and target
4723 during the time the method is executing). A remark is issued for these
6970 defined to be two bits, a warning is issued if a CreateXxxxField() is
7007 loading table files. A warning is issued for any such tables. The only
11788 check for the possible timeout, a warning is issued.
11793 operator, a warning is issued since the operator effectively does
15552 and length zero is created. A warning is no longer issued when
16546 Windows to function properly. A warning is issued, however. This
17001 issued, however.
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst566 "EAL pthreads" are created and managed by EAL and execute the tasks issued by *remote_launch*.
H A Dqos_framework.rst447 (in grinder B) immediately after a prefetch is issued for the current pipe.
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4426 Before creating QinQ rule(s) the following commands should be issued to enable QinQ::