Home
last modified time | relevance | path

Searched full:passed (Results 1 – 25 of 3274) sorted by relevance

12345678910>>...131

/linux-5.10/tools/testing/kunit/test_data/
Dtest_is_test_passed-all_passed.log5 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed
7 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed
9 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed
11 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed
13 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed
15 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed
17 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed
19 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed
21 kunit sysctl_test: all tests passed
27 # example_simple_test: example_simple_test passed
[all …]
Dtest_is_test_passed-failure.log5 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed
7 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed
9 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed
11 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed
13 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed
15 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed
17 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed
19 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed
21 kunit sysctl_test: all tests passed
34 # example_mock_test: example_mock_test passed
Dtest_is_test_passed-crash.log7 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed
9 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed
11 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed
13 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed
15 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed
17 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed
19 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed
21 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed
23 kunit sysctl_test: all tests passed
66 # example_mock_test: example_mock_test passed
/linux-5.10/arch/m68k/include/asm/
Doplib.h64 /* Open the device described by the passed string. Note, that the format
70 /* Close a previously opened device described by the passed integer
75 /* Do a seek operation on the device described by the passed integer
97 /* Reboot the machine with the command line passed. */
100 /* Evaluate the forth string passed. */
113 /* Set the PROM 'sync' callback function to the passed function pointer.
123 * gets passed a buffer where you would like it stuffed. The return value
179 * at the passed program counter.
184 /* Stop the CPU with the passed device tree node. */
187 /* Idle the CPU with the passed device tree node. */
[all …]
/linux-5.10/include/linux/i3c/
Dccc.h56 * struct i3c_ccc_events - payload passed to ENEC/DISEC CCC
69 * struct i3c_ccc_mwl - payload passed to SETMWL/GETMWL CCC
81 * struct i3c_ccc_mrl - payload passed to SETMRL/GETMRL CCC
107 * The DEFSLVS command should be passed an array of i3c_ccc_dev_desc
121 * struct i3c_ccc_defslvs - payload passed to DEFSLVS CCC
128 * Information passed to the broadcast DEFSLVS to propagate device
150 * struct i3c_ccc_enttm - payload passed to ENTTM CCC
154 * Information passed to the ENTTM CCC to instruct an I3C device to enter a
162 * struct i3c_ccc_setda - payload passed to SETNEWDA and SETDASA CCCs
166 * Information passed to the SETNEWDA and SETDASA CCCs to assign/change the
[all …]
/linux-5.10/drivers/of/
Dunittest.c35 int passed; member
45 unittest_results.passed++; \
200 "Updating an existing property should have passed\n"); in of_unittest_dynamic()
208 "Updating a missing property should have passed\n"); in of_unittest_dynamic()
212 "Removing a property should have passed\n"); in of_unittest_dynamic()
222 "Adding a large property should have passed\n"); in of_unittest_dynamic()
397 bool passed = true; in of_unittest_parse_phandle_with_args() local
406 passed &= !rc; in of_unittest_parse_phandle_with_args()
407 passed &= (args.args_count == 1); in of_unittest_parse_phandle_with_args()
408 passed &= (args.args[0] == (i + 1)); in of_unittest_parse_phandle_with_args()
[all …]
/linux-5.10/Documentation/misc-devices/
Dpci-endpoint-test.rst32 should be passed as argument.
37 to be tested should be passed as argument.
40 to be tested should be passed as argument.
43 should be passed as argument (0: Legacy, 1:MSI, 2:MSI-X).
47 Perform write tests. The size of the buffer should be passed
50 Perform read tests. The size of the buffer should be passed
53 Perform read tests. The size of the buffer should be passed
/linux-5.10/arch/sparc/include/asm/
Doplib_64.h74 /* Reboot the machine with the command line passed. */
77 /* Evaluate the forth string passed. */
94 * gets passed a buffer where you would like it stuffed. The return value
108 /* Start the CPU with the given device tree node at the passed program
109 * counter with the given arg passed in via register %o0.
113 /* Start the CPU with the given cpu ID at the passed program
114 * counter with the given arg passed in via register %o0.
127 /* Resume the CPU with the passed device tree node. */
190 /* Get the length, at the passed node, of the given property type.
214 /* Does the passed node have the given "name"? YES=1 NO=0 */
[all …]
Doplib_32.h54 /* Reboot the machine with the command line passed. */
57 /* Evaluate the forth string passed. */
70 /* Set the PROM 'sync' callback function to the passed function pointer.
80 * gets passed a buffer where you would like it stuffed. The return value
104 * at the passed program counter.
122 /* Get the length, at the passed node, of the given property type.
145 /* Search all siblings starting at the passed node for "name" matching
150 /* Returns the next property after the passed property for the given
158 /* Set the indicated property at the given node with the passed value.
/linux-5.10/include/media/
Dvideobuf2-v4l2.h88 * @req: &struct v4l2_requestbuffers passed from userspace to
98 * @create: creation parameters, passed from userspace to
108 * @b: buffer structure passed from userspace to
116 * #) verifies the passed buffer,
132 * @b: buffer structure passed from userspace to
139 * #) verifies the passed buffer;
157 * @eb: export buffer structure passed from userspace to
168 * @b: buffer structure passed from userspace to
179 * #) verifies the passed buffer;
194 * @type: type argument passed from userspace to vidioc_streamon handler,
[all …]
Ddvb_vb2.h179 * @file: &struct file argument passed to the poll
181 * @wait: &poll_table wait argument passed to the poll
214 * @req: &struct dmx_requestbuffers passed from userspace in
227 * @b: &struct dmx_buffer passed from userspace in
239 * @exp: &struct dmx_exportbuffer passed from userspace in
250 * @b: &struct dmx_buffer passed from userspace in
262 * @b: &struct dmx_buffer passed from userspace in
273 * @vma: pointer to &struct vm_area_struct with the vma passed
/linux-5.10/Documentation/core-api/
Dprintk-formats.rst93 known are printed in decimal, while a non-ERR_PTR passed as the
183 Passed by reference.
196 Passed by reference.
208 Passed by reference.
284 Passed by reference.
303 Passed by reference.
322 Passed by reference.
337 specified through ``IS`` or ``iS``, can be passed to this format specifier.
353 Passed by reference.
379 Passed by reference.
[all …]
/linux-5.10/tools/testing/selftests/
Dkselftest_harness.h132 _metadata->passed = 1; \
210 * the *self* is being passed to a helper directly.
382 if (!_metadata->passed) \
684 if (_metadata->passed && _metadata->step < 253) \
730 _metadata->passed = 0; \
742 _metadata->passed = 0; \
820 int passed; member
887 t->passed = 0; in __wait_for_test()
899 t->passed = 0; in __wait_for_test()
908 t->passed = 0; in __wait_for_test()
[all …]
/linux-5.10/kernel/kcsan/
Dselftest.c112 int passed = 0; in kcsan_selftest() local
119 ++passed; \ in kcsan_selftest()
128 pr_info("selftest: %d/%d tests passed\n", passed, total); in kcsan_selftest()
129 if (passed != total) in kcsan_selftest()
/linux-5.10/kernel/
Dnotifier.c55 * @val: Value passed unmodified to notifier function
56 * @v: Pointer passed unmodified to notifier function
101 * @val_up: Value passed unmodified to the notifier function
102 * @val_down: Value passed unmodified to the notifier function when recovering
104 * @v Pointer passed unmodified to the notifier function
197 * @val: Value passed unmodified to notifier function
198 * @v: Pointer passed unmodified to notifier function
312 * @val: Value passed unmodified to notifier function
313 * @v: Pointer passed unmodified to notifier function
393 * @val: Value passed unmodified to notifier function
[all …]
/linux-5.10/drivers/staging/comedi/drivers/tests/
Dunittest.h26 int passed; member
39 ++unittest_results.passed; \
59 pr_info("end of comedi:\"%s\" unittests - %i passed, %i failed\n", name, in exec_unittests()
60 unittest_results.passed, unittest_results.failed); in exec_unittests()
/linux-5.10/include/linux/platform_data/
Ddma-ep93xx.h35 * This information is passed as private channel parameter in a filter
37 * memcpy channels %NULL data should be passed.
59 * @channels: array of channels which are passed to the driver
62 * This structure is passed to the DMA engine driver via platform data. For
/linux-5.10/Documentation/filesystems/nfs/
Drpc-cache.rst65 dropped. The pointer passed is to the 'ref' field
113 This will be passed to ->match to identify the target entry. If no
117 The item returned is typically passed to cache_check which will check
123 cache_check can be passed a "struct cache_req\*". This structure is
132 The value returned by sunrpc_cache_lookup_rcu can also be passed to
134 passed which should hold the content. If the item found by _lookup
152 passed as a whole to the cache for parsing and interpretation.
/linux-5.10/tools/testing/selftests/powerpc/tm/
Dtm-vmx-unavail.c25 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()
/linux-5.10/include/linux/
Dsplice.h15 * Flags passed in from splice/tee/vmsplice
22 #define SPLICE_F_GIFT (0x08) /* pages passed in are a gift */
27 * Passed to the actors
54 * Passed to splice_to_pipe
/linux-5.10/tools/testing/selftests/ntb/
Dntb_test.sh173 echo " Passed"
198 echo " Passed"
233 echo " Passed"
276 echo " Passed"
310 echo " Passed"
417 echo " Passed"
442 echo " Passed"
466 echo " Passed"
486 echo " Passed"
492 echo " Passed"
/linux-5.10/Documentation/filesystems/
Dfiemap.rst41 with all flags passed, the contents of fm_flags will be unmodified.
69 number of elements in the fiemap_extents[] array should be passed via
193 ->fiemap is passed struct fiemap_extent_info which describes the
197 unsigned int fi_flags; /* Flags as passed from user */
214 The struct fieinfo should be passed in as received from ioctl_fiemap(). The
215 set of fiemap flags which the fs understands should be passed via fs_flags. If
229 fiemap_fill_next_extent() will use the passed values to populate the
/linux-5.10/Documentation/driver-api/
Disa.rst11 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-5.10/Documentation/infiniband/
Dtag_matching.rst51 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-5.10/tools/testing/selftests/net/forwarding/
Dtc_vlan_modify.sh108 check_fail $? "ping between two different vlans passed when should not"
111 check_fail $? "ping6 between two different vlans passed when should not"
135 check_fail $? "ping between two different vlans passed when should not"
138 check_fail $? "ping6 between two different vlans passed when should not"

12345678910>>...131