Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 176) sorted by relevance

12345678

/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.
12 Grouping of test cases
15 Test cases have been classified into four different groups.
44 Test cases are run serially by default for better stability.
54 Dealing with skipped test cases
57 Some unit test cases have a dependency on external libraries, driver modules
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,
H A Dwriting_efficient_code.rst36 In some cases, using dynamic allocation is necessary,
190 in many use cases. They can be replaced by __atomic builtins that conform to
196 Some typical optimization cases are listed below:
201 Some use cases require atomicity alone, the ordering of the memory operations
209 Some use cases allow for memory reordering in one way while requiring memory
224 Lock-free reader-writer concurrency is one of the common use cases in DPDK.
/f-stack/dpdk/app/test/
H A Dtest_ring_stress.c16 test->name, test->cases[i].name); in run_test()
18 rc = test->cases[i].func(test->cases[i].wfunc); in run_test()
23 test->name, test->cases[i].name); in run_test()
26 test->name, test->cases[i].name); in run_test()
H A Dtest_ring_stress.h32 const struct test_case *cases; member
H A Dtest_ring_mpmc_stress.c30 .cases = tests,
H A Dtest_ring_hts_stress.c31 .cases = tests,
H A Dtest_ring_rts_stress.c31 .cases = tests,
H A Dtest_ring_mt_peek_stress.c42 .cases = tests,
H A Dtest_ring_mt_peek_stress_zc.c53 .cases = tests,
H A Dtest_ring_st_peek_stress.c53 .cases = tests,
H A Dtest_ring_st_peek_stress_zc.c62 .cases = tests,
/f-stack/freebsd/kern/
H A Dsubr_coverage.c205 __sanitizer_cov_trace_switch(uint64_t val, uint64_t *cases) in __sanitizer_cov_trace_switch() argument
214 count = cases[0]; in __sanitizer_cov_trace_switch()
217 switch (cases[1]) { in __sanitizer_cov_trace_switch()
237 if (!trace_cmp(type, val, cases[i + 2], ret)) in __sanitizer_cov_trace_switch()
/f-stack/freebsd/contrib/device-tree/Bindings/slimbus/
H A Dbus.txt18 In some cases it may be necessary to describe non-probeable device
20 such cases, child nodes for those devices will be present as
28 Instance ID Is for the cases where multiple Devices of the
/f-stack/freebsd/contrib/device-tree/Bindings/iommu/
H A Diommu.txt44 the specific IOMMU. Below are a few examples of typical use-cases:
51 In such cases the number of cells will usually be 1 as in the next case.
53 in order to enable translation for a given master. In such cases the single
54 address cell corresponds to the master device's ID. In some cases more than
62 Note that these are merely examples and real-world use-cases may use different
85 have a means to turn off translation. But it is invalid in such cases to
/f-stack/freebsd/contrib/openzfs/config/
H A Duser-libaio.m42 dnl # Check for libaio - only used for libaiot test cases.
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-s3c2410.txt18 Required for all cases except "samsung,s3c2440-hdmiphy-i2c":
22 cases except for "samsung,s3c2440-hdmiphy-i2c" whose input/output
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dbrcm,bcm3384-usb.txt7 systems, special handling may be needed in the following cases:
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dqcom,lpasscc.txt18 The below node has to be defined in the cases where the LPASS peripheral loader
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dqcom,msm-uart.txt3 The MSM serial UART hardware is designed for low-speed use cases where a
/f-stack/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst36 use cases do not require full barriers. To support such use cases, DPDK will
84 cases ``DEV_RX_OFFLOAD_SCATTER`` is not supported and device received packet size
86 To cover these cases an application needs to know the device packet overhead to be
/f-stack/freebsd/contrib/device-tree/Bindings/regmap/
H A Dregmap.txt20 blob in both cases.
/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Dcirrus,lochnagar.yaml19 possible use cases.
H A Dltc2990.txt10 cases the internal temperature and supply voltage are measured. In
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dmax98373.txt24 - maxim,interleave-mode : For cases where a single combined channel
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dvexpress-scc.txt8 In some cases its registers are also mapped in normal address space

12345678