Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 801) sorted by last modified time

12345678910>>...33

/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py106 def ksft_run(cases=None, globs=None, case_pfx=None, args=()): argument
107 cases = cases or []
115 cases.append(value)
121 print("1.." + str(len(cases)))
125 for case in cases:
/linux/tools/testing/selftests/drivers/net/hw/
H A Dcsum.py106 cases = []
108 cases.append(test_builder("rx_tcp", cfg, ipv4, False, "-t"))
109 cases.append(test_builder("rx_tcp_invalid", cfg, ipv4, False, "-t -E"))
111 cases.append(test_builder("rx_udp", cfg, ipv4, False, ""))
112 cases.append(test_builder("rx_udp_invalid", cfg, ipv4, False, "-E"))
114 cases.append(test_builder("tx_udp_csum_offload", cfg, ipv4, True, "-U"))
115 cases.append(test_builder("tx_udp_zero_checksum", cfg, ipv4, True, "-U -Z"))
117 ksft_run(cases=cases, args=(cfg, ))
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst193 default of 32 kB should be more than enough for most cases.
/linux/tools/bpf/bpftool/bash-completion/
H A Dbpftool1040 # case/esac for the other cases
/linux/net/core/
H A Dnet_test.c55 static struct gso_test_case cases[] = { variable
145 KUNIT_ARRAY_PARAM(gso_test, cases, gso_test_case_to_desc);
/linux/lib/kunit/
H A DKconfig81 In most cases this should be left as Y. Only if additional opt-in
/linux/lib/
H A DKconfig.debug518 There are cases that a commit from one domain changes the function
967 Use this in cases where you see apparently random memory
1194 Keeping the default should be fine in most cases.
1433 injecting additional -EDEADLK wound/backoff cases. Together with
/linux/drivers/net/
H A DKconfig101 use cases, while at the same time remaining extremely simple to
/linux/drivers/gpio/
H A DKconfig652 This is a single-register MMIO GPIO driver for complex cases
/linux/drivers/acpi/
H A DKconfig520 without the need to restart it, which is key in the cases when
598 in most cases even if ACPI is unusable or blacklisted.
/linux/arch/x86/
H A DKconfig1827 specific cases in protected and virtual-8086 modes. Emulated
2119 In normal kdump cases one does not have to set/change this option
2383 In most cases, the command line (whether built-in or provided
/linux/arch/sh/
H A DKconfig622 This should only be disabled for special cases where alternate
/linux/arch/riscv/
H A DKconfig339 whenever possible, but there are some use cases that can only be
895 are provided at run-time, during boot. However, there are cases
920 cases where the provided arguments are insufficient and
/linux/arch/arm64/
H A DKconfig1606 which may adversely affect performance in some cases.
/linux/arch/arc/
H A DKconfig462 cases (such as HSDK), Linux can't be linked at start of DDR, hence
/linux/Documentation/networking/devlink/
H A Ddevlink-port.rst62 In most cases a PCI device has only one controller. A controller consists of
474 devices. In most cases it is same as subfunction management driver. When
/linux/Documentation/networking/
H A Dethtool-netlink.rst25 information). In some cases, the request as such is allowed for anyone but
H A Dfilter.rst167 Normally, most use cases for socket filtering on packet sockets will be
175 differently than libpcap's internal compiler does; then in such cases
180 implementors may wish to manually write test cases and thus need low-level
660 various test cases for classic and eBPF that can be executed against
667 via insmod or modprobe against 'test_bpf' module. Results of the test cases
/linux/Documentation/power/
H A Dpci.rst421 cases it is expected to suspend the device if that makes sense. Usually,
502 rare cases doing that in the driver may be the optimum approach.
782 described above. In fact, they only need to be different in the rare cases when
786 In that cases the freeze() callback should not prepare the device system wakeup
1049 drivers implement it at least in the cases where there is a reliable way of
1101 devices, or to check if they are idle (in which cases it is reasonable to
1113 request into pm_wq. In the majority of cases this also is done by their
/linux/Documentation/process/
H A Dchanges.rst232 ksymoops tool to decode it, but in most cases you don't.
/linux/Documentation/scsi/
H A Dscsi_mid_low_api.rst19 In some cases the SCSI transport is an external bus that already has
20 its own subsystem in Linux (e.g. USB and ieee1394). In such cases the
235 directly manipulate these reference counts but there may be some cases
644 In some cases more detail is given in scsi_host.h than below.
946 * cases (e.g. pseudo adapter drivers that manufacture the
1212 (and possibly RECOVERED ERROR). In these cases if a LLD is in doubt how much
/linux/Documentation/spi/
H A Dspi-summary.rst83 Some provide SPI links on expansion connectors; in cases where no
398 (two pointers, maybe the same one in both cases) and half
/linux/Documentation/userspace-api/gpio/
H A Dgpio-v2-get-line-ioctl.rst140 In all cases, the configuration reported by gpio-v2-get-lineinfo-ioctl.rst
/linux/Documentation/netlink/
H A Dgenetlink-c.yaml185 Treat the enum as flags. In most cases enum is either used as flags or as values.
H A Dgenetlink-legacy.yaml228 Treat the enum as flags. In most cases enum is either used as flags or as values.

12345678910>>...33