Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/f-stack/freebsd/contrib/openzfs/contrib/initramfs/
H A Dzfsunlock4 if [ ! -e /run/zfs_fs_name ]; then
7 while [ ! -e /run/zfs_fs_name ]; do
8 if [ -e /run/zfs_unlock_complete ]; then
18 if [ ! -e /run/zfs_unlock_complete_notify ]; then
19 mkfifo /run/zfs_unlock_complete_notify
21 while [ ! -e /run/zfs_unlock_complete ]; do
22 zfs_fs_name=$(cat /run/zfs_fs_name)
23 zfs_console_askpwd_cmd=$(cat /run/zfs_console_askpwd_cmd)
33 while [ "$(cat /run/zfs_fs_name)" = "$zfs_fs_name" ] && [ ! -e /run/zfs_unlock_complete ]; do
42 echo "ok" > /run/zfs_unlock_complete_notify
/f-stack/freebsd/contrib/openzfs/tests/runfiles/
H A DMakefile.am3 common.run \
4 freebsd.run \
5 linux.run \
6 longevity.run \
7 perf-regression.run \
8 sanity.run \
9 sunos.run
/f-stack/freebsd/contrib/openzfs/.github/workflows/
H A Dzloop.yml17 run: |
28 run: |
31 run: |
34 run: |
37 run: |
45 run: |
47 # run for 20 minutes to have a total runner time of 30 minutes
51 run: |
H A Dzfs-tests.yml15 run: |
27 run: |
30 run: |
33 run: |
36 run: |
44 run: |
48 run: |
H A Dcheckstyle.yaml15 run: |
24 run: |
29 run: |
32 run: |
35 run: |
/f-stack/freebsd/netgraph/
H A Dng_pipe.c92 struct ng_pipe_hookrun run; member
303 struct ng_pipe_run *run; in ngp_rcvmsg() local
342 bcopy(&priv->upper.run, &run->downstream, in ngp_rcvmsg()
344 bcopy(&priv->lower.run, &run->upstream, in ngp_rcvmsg()
345 sizeof(run->upstream)); in ngp_rcvmsg()
606 if (hinfo->run.qin_frames == 0 && hinfo->run.qout_frames == 0 && in ngp_rcvdata()
668 hinfo->run.fifo_queues++; in ngp_rcvdata()
675 hinfo->run.qin_frames++; in ngp_rcvdata()
706 hinfo->run.qin_frames--; in ngp_rcvdata()
784 hinfo->run.qin_frames--; in pipe_dequeue()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/
H A DREADME.md35 to sudo(8) to root without a password to run the test.
43 Once the pre-requisites are satisfied simply run the zfs-tests.sh script:
47 Alternately, the zfs-tests.sh script can be run from the source tree to allow
70 configuration from a previous test run. This includes
94 -r RUNFILES Run tests in RUNFILES (default: common.run,linux.run)
110 $ /usr/share/zfs/zfs-tests.sh -r my_tests.run
112 Otherwise user can set needed tags to run only specific tests.
117 end of each test, and a results summary is printed at the end of the run. The
119 the form `/var/tmp/test_results/[ISO 8601 date]`. A normal test run launched
125 Runfile: /usr/share/zfs/runfiles/linux.run
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmeson_ut.rst7 This section describes how to run test cases with the DPDK meson build system.
23 These tests can be run using the argument to ``meson test`` as
44 Test cases are run serially by default for better stability.
48 * ``is_parallel`` is used to run test case either in parallel or non-parallel mode.
58 or config flags, without which the test cases cannot be run. Such test cases
59 will be reported as skipped if they cannot run. To enable those test cases,
/f-stack/dpdk/buildtools/
H A Dcall-sphinx-build.py9 from subprocess import run, PIPE, STDOUT
19 ver = run([sphinx, '--version'], stdout=PIPE,
32 process = run(sphinx_cmd + ['-b', 'html', src, join(dst, 'html')],
/f-stack/dpdk/drivers/net/memif/
H A Drte_eth_memif.c213 (1 << pmd->run.log2_ring_size); in memif_get_ring()
426 d0->length = pmd->run.pkt_buffer_size; in eth_memif_rx()
623 pmd->run.pkt_buffer_size : d0->length; in eth_memif_tx()
936 r->pkt_buffer_offset = (pmd->run.num_c2s_rings + pmd->run.num_s2c_rings) * in memif_region_init_shm()
938 (1 << pmd->run.log2_ring_size)); in memif_region_init_shm()
944 (1 << pmd->run.log2_ring_size) * in memif_region_init_shm()
945 (pmd->run.num_c2s_rings + in memif_region_init_shm()
946 pmd->run.num_s2c_rings)); in memif_region_init_shm()
1062 slot = (i + pmd->run.num_c2s_rings) * in memif_init_rings()
1392 pmd->run.num_s2c_rings; in memif_stats_get()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua316 local function run (f, t) function
328 assert(run(function () if (a>=b) then return '>=' else return '<' end end,
332 assert(run(function () if (a<=b) then return '<=' else return '>' end end,
334 assert(run(function () if (a==b) then return '==' else return '~=' end end,
337 assert(run(function () return a % b end, {"mod"}) == 10)
339 assert(run(function () return a..b end, {"concat"}) == "1012")
341 assert(run(function() return a .. b .. c .. a end,
344 assert(run(function() return "a" .. "b" .. a .. "c" .. c .. b .. "x" end,
355 assert(run(function ()
/f-stack/tools/libxo/doc/
H A Dgetting.rst22 the "*master*" branch. To clone a developer tree, run the following
73 will be ready and you'll just need to run "configure", but if you
74 download the source code from svn, then you'll need to run
83 To build libxo, you'll need to set up the build, run the "*configure*"
84 script, run the "*make*" command, and run the regression tests.
126 To run the configure script, change into the "*build*" directory, and
127 run the "*configure*" script. Add any required options to the
153 Once the "*configure*" script is run, build the images using the
161 libxo includes a set of regression tests that can be run to ensure
164 machine. To run the regression tests::
/f-stack/doc/
H A DF-Stack_Binary_Release_Quick_Start.md16 # set_env.sh will offload the NIC, if you only have one NIC, the following three commands must run
23 …e name of application you want to run, now we support 'nginx' and 'redis'. If you do not add any a…
24 - All the scripts should run with root permission
40 | | | +-- start.sh (a script helps to run applications)
53 | | +-- run_app.sh (run a specific application)
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst14 run on different service lcores. This orchestration is done by calling the
30 To run the example, just execute the binary. Since the application dynamically
65 /* set the service itself to be ready to run. In the case of
75 * function enables the service to run - while the 'component' version
88 These are the functions to start a service core, and have it run a service:
103 /* map a service to the service core, causing it to run the service */
127 method of registering functions to be run, allowing the running of the
H A Dpipeline.rst34 * Argument: Path to the CLI script file to be run at application startup.
35 No CLI script file will run at startup if this argument is not present.
57 The following is an example command to run the application configured for the VXLAN encapsulation e…
69 EAL: Multi-process socket /var/run/.rte_unix
75 To run remote client (e.g. telnet) to communicate with the application:
H A Dmulti_process.rst27 the final make command can be run just in that application's directory,
39 To run the application, start one copy of the simple_mp binary in one terminal,
46 For the first DPDK process run, the proc-type flag can be omitted or set to auto,
75 To run the secondary process to communicate with the primary process,
76 again run the same binary setting at least two cores in the coremask/corelist:
180 For example, to run a set of four symmetric_mp instances, running on lcores 1-4,
182 the following commands can be used (assuming run as root):
194 …When using auto, the first process run creates all the memory structures needed for all processes -
293 as there is no support in the server application for it to run as a secondary process.
304 In the same way that the server process is designed to be run as a primary process instance only,
[all …]
/f-stack/freebsd/contrib/zstd/
H A DTESTING.md9 Short tests run on CircleCI for new commits on every branch and pull request.
18 Medium tests run on every commit and pull request to `dev` branch, on TravisCI.
20 - The following tests run with UBsan and Asan on x86_64 and x86, as well as with
30 Long tests run on all commits to `release` branch,
/f-stack/freebsd/contrib/openzfs/cmd/zpool/zpool.d/
H A DREADME1 This directory contains scripts that can be run the zpool status/iostat
9 used to run them. See the zpool(8) man page for more details.
/f-stack/freebsd/contrib/device-tree/scripts/
H A DKbuild.include84 # try-run
85 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
88 try-run = $(shell set -e; \
100 as-option = $(call try-run,\
106 as-instr = $(call try-run,\
112 cc-option = $(call try-run,\
117 cc-option-yn = $(call try-run,\
127 cc-disable-warning = $(call try-run,\
145 cc-ldoption = $(call try-run,\
150 ld-option = $(call try-run,\
[all …]
/f-stack/dpdk/doc/guides/howto/
H A Dtelemetry.rst23 socket with path */var/run/dpdk/\*/dpdk_telemetry.v2* (when the primary process
24 is run by a root user).
44 The following steps show how to run an application with telemetry support,
57 Connecting to /var/run/dpdk/rte/dpdk_telemetry.v2
/f-stack/app/redis-5.0.5/deps/hiredis/examples/
H A Dexample-qt.cpp20 void ExampleQt::run() { in run() function in ExampleQt
43 QTimer::singleShot(0, &example, SLOT(run())); in main()
/f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/
H A Dmount-zfs.sh.in13 GENERATOR_FILE=/run/systemd/generator/sysroot.mount
14 GENERATOR_EXTENSION=/run/systemd/generator/sysroot.mount.d/zfs-enhancement.conf
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c407 int run, addridx, actual_pages; in create_pagelist() local
483 run = 0; in create_pagelist()
487 if ((addr == next_addr) && (run < (PAGE_SIZE - 1))) { in create_pagelist()
489 run++; in create_pagelist()
491 addrs[addridx] = (unsigned long)base_addr + run; in create_pagelist()
495 run = 0; in create_pagelist()
499 addrs[addridx] = (unsigned long)base_addr + run; in create_pagelist()
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dintro.rst13 The guide shows how to build and run the testpmd application and
14 how to configure the application from the command line and the run-time environment.
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c4097 int err, run, hostcpu; in vmx_vmcx_snapshot() local
4105 run = vcpu_is_running(vmx->vm, vcpu, &hostcpu); in vmx_vmcx_snapshot()
4106 if (run && hostcpu != curcpu) { in vmx_vmcx_snapshot()
4120 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_ES, meta); in vmx_vmcx_snapshot()
4123 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_CS, meta); in vmx_vmcx_snapshot()
4126 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_SS, meta); in vmx_vmcx_snapshot()
4129 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_DS, meta); in vmx_vmcx_snapshot()
4132 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_FS, meta); in vmx_vmcx_snapshot()
4135 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_GS, meta); in vmx_vmcx_snapshot()
4162 err += vmcs_snapshot_any(vmcs, run, VMCS_EXIT_CTLS, meta); in vmx_vmcx_snapshot()
[all …]

12345678910>>...17