| /Linux-v5.4/drivers/of/ |
| D | unittest.c | 32 int passed; member 42 unittest_results.passed++; \ 380 bool passed = true; in of_unittest_parse_phandle_with_args() local 389 passed &= !rc; in of_unittest_parse_phandle_with_args() 390 passed &= (args.args_count == 1); in of_unittest_parse_phandle_with_args() 391 passed &= (args.args[0] == (i + 1)); in of_unittest_parse_phandle_with_args() 394 passed &= !rc; in of_unittest_parse_phandle_with_args() 395 passed &= (args.args_count == 2); in of_unittest_parse_phandle_with_args() 396 passed &= (args.args[0] == (i + 1)); in of_unittest_parse_phandle_with_args() 397 passed &= (args.args[1] == 0); in of_unittest_parse_phandle_with_args() [all …]
|
| /Linux-v5.4/tools/testing/selftests/ |
| D | kselftest_harness.h | 126 _metadata->passed = 1; \ 305 if (!_metadata->passed) \ 603 if (_metadata->passed && _metadata->step < 255) \ 617 _metadata->passed = 0; \ 629 _metadata->passed = 0; \ 639 int passed; member 703 t->passed = 1; in __run_test() 710 t->passed = 0; in __run_test() 714 _exit(t->passed ? 0 : t->step); in __run_test() 719 t->passed = t->termsig == -1 ? !WEXITSTATUS(status) : 0; in __run_test() [all …]
|
| /Linux-v5.4/Documentation/misc-devices/ |
| D | pci-endpoint-test.txt | 25 should be passed as argument. 28 to be tested should be passed as argument. 30 to be tested should be passed as argument. 32 should be passed as argument (0: Legacy, 1:MSI, 2:MSI-X). 34 PCITEST_WRITE: Perform write tests. The size of the buffer should be passed 36 PCITEST_READ: Perform read tests. The size of the buffer should be passed 38 PCITEST_COPY: Perform read tests. The size of the buffer should be passed
|
| /Linux-v5.4/tools/testing/selftests/powerpc/tm/ |
| D | tm-vmx-unavail.c | 25 int passed; variable 76 passed = 0; in worker() 96 passed = 1; in tm_vmx_unavail_test() 111 return passed ? EXIT_SUCCESS : EXIT_FAILURE; in tm_vmx_unavail_test()
|
| D | tm-tmspr.c | 37 int passed = 1; variable 65 passed = 0; in tfiar_tfhar() 91 passed = 0; in texasr() 132 if (passed) in test_tmspr()
|
| /Linux-v5.4/drivers/staging/comedi/drivers/tests/ |
| D | unittest.h | 26 int passed; member 39 ++unittest_results.passed; \ 60 unittest_results.passed, unittest_results.failed); in exec_unittests()
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | perf-ftrace.txt | 55 argument also can be a glob pattern. It will be passed to 62 (or glob patterns). It will be passed to 'set_ftrace_notrace' 71 It will be passed to 'set_graph_function' in tracefs. 79 It will be passed to 'set_graph_notrace' in tracefs.
|
| D | perf-script-perl.txt | 42 ignored (or passed to a 'trace_unhandled' function, see below) and the 45 Most of the event's field values are passed as arguments to the 88 arguments passed to all event handlers; some of the fields correspond 90 and some of the common_* fields aren't common enough to to be passed 153 of common arguments are passed into it: 196 $context variable passed into every event handler as the second
|
| /Linux-v5.4/Documentation/driver-api/firmware/ |
| D | fw_search_path.rst | 14 The module parameter ''path'' can be passed to the firmware_class module 16 only be up to 256 characters long. The kernel parameter passed would be:
|
| /Linux-v5.4/arch/powerpc/lib/ |
| D | test_emulate_step.c | 894 bool ignore_gpr, ignore_xer, ignore_ccr, passed; in run_tests_compute() local 905 passed = true; in run_tests_compute() 919 passed = false; in run_tests_compute() 927 passed = false; in run_tests_compute() 934 passed = false; in run_tests_compute() 940 passed = false; in run_tests_compute() 946 passed = false; in run_tests_compute() 953 passed ? "PASS" : "FAIL"); in run_tests_compute()
|
| /Linux-v5.4/Documentation/devicetree/bindings/usb/ |
| D | generic.txt | 6 "full-speed" and "low-speed". In case this isn't passed 12 passed via DT, USB DRD controllers should default to 17 In case this isn't passed via DT, USB controllers should
|
| /Linux-v5.4/Documentation/infiniband/ |
| D | tag_matching.rst | 51 pre-posted receive for this arriving message, it is passed to the software and 63 pre-posted receive to this list, this receive is passed to the hardware. 67 list is used to detect the case that a pre-posted receive is passed to the 68 hardware, as the matching unexpected message is being passed from the hardware
|
| /Linux-v5.4/Documentation/kbuild/ |
| D | kbuild.rst | 66 Additional flags to be passed to $(HOSTCC) when building host programs. 70 Additional flags to be passed to $(HOSTCXX) when building host programs. 74 Additional flags to be passed when linking host programs. 189 makefile but the argument can be passed to make if needed. 223 This variable allows a passphrase or PIN to be passed to the sign-file 257 be a string that can be passed to date -d. The default value
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | isa.rst | 11 finding their hardware due to a probe() error not being passed up 42 The passed in isa_driver struct is the regular driver struct embedding a 46 The "SNDRV_CARDS" you see being passed in is a "unsigned int ndev" 70 values have been passed in) and .probe() for everything else. This is 78 loops over the passed in ndev creating devices and registering them.
|
| /Linux-v5.4/Documentation/driver-api/nvdimm/ |
| D | security.rst | 81 passed in. 110 of 0 can be passed in to indicate no key. 116 should be injected and its keyid should be passed in via sysfs. 124 master passphrase key is passed to the kernel. The master passphrase key 135 passphrase key is passed to the kernel. The master passphrase key is just
|
| /Linux-v5.4/Documentation/networking/ |
| D | tls.rst | 89 MSG_MORE is passed. MSG_MORE will delay creation of a record until 90 MSG_MORE is not passed, or the maximum record size is reached. 117 match the version passed in setsockopt. 167 TLS control messages are passed in the userspace buffer, with message 168 type passed via cmsg. If no cmsg buffer is provided, an error is
|
| D | x25-iface.txt | 5 This is a description of the messages to be passed between the X.25 Packet 13 needs to be passed to and from the Packet Layer for proper operation. 27 passed down. 81 - Data passed upstream by means of netif_rx() might be dropped by the
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| D | ipv6_flowlabel.sh | 21 echo OK. All tests passed
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | configfs-stp-policy-p_sys-t | 29 passed since the previous packet from this source. Zero is 37 this many milliseconds have passed since the previous
|
| D | configfs-usb-gadget-printer | 7 pnp_string - Data to be passed to the host in pnp string
|
| D | configfs-usb-gadget-hid | 9 except the data passed through /dev/hidg<N>
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | fiemap.txt | 39 with all flags passed, the contents of fm_flags will be unmodified. 67 number of elements in the fiemap_extents[] array should be passed via 188 ->fiemap is passed struct fiemap_extent_info which describes the 192 unsigned int fi_flags; /* Flags as passed from user */ 208 The struct fieinfo should be passed in as received from ioctl_fiemap(). The 209 set of fiemap flags which the fs understands should be passed via fs_flags. If 222 fiemap_fill_next_extent() will use the passed values to populate the
|
| /Linux-v5.4/Documentation/filesystems/nfs/ |
| D | rpc-cache.txt | 56 dropped. The pointer passed is to the 'ref' field 100 This will be passed to ->match to identify the target entry. If no 104 The item returned is typically passed to cache_check which will check 110 cache_check can be passed a "struct cache_req *". This structure is 119 The value returned by sunrpc_cache_lookup_rcu can also be passed to 121 passed which should hold the content. If the item found by _lookup 139 passed as a whole to the cache for parsing and interpretation.
|
| /Linux-v5.4/security/ |
| D | Kconfig.hardening | 9 anything passed by reference to another function, under the 62 bool "zero-init structs passed by reference (strong)" 68 be passed by reference and had not already been 80 bool "zero-init anything passed by reference (very strong)" 85 Zero-initialize any stack variables that may be passed
|
| /Linux-v5.4/arch/arm/mach-axxia/ |
| D | Kconfig | 14 The LSI Axxia platforms require a Flattened Device Tree to be passed
|