/linux/tools/testing/kunit/test_data/ |
H A D | test_is_test_passed-missing_plan.log | 3 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 5 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed 7 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed 9 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed 11 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed 13 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed 15 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed 17 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed 19 kunit sysctl_test: all tests passed 25 # example_simple_test: example_simple_test passed [all …]
|
H A D | test_is_test_passed-all_passed.log | 5 # 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 …]
|
H A D | test_is_test_passed-all_passed_nested.log | 5 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 11 # example_simple_test: example_simple_test passed 14 # example_mock_test: example_mock_test passed 16 kunit example: all tests passed 18 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed 20 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed 22 kunit sysctl_test: all tests passed 28 # example_simple_test: example_simple_test passed 31 # example_mock_test: example_mock_test passed 33 kunit example: all tests passed
|
H A D | test_is_test_passed-failure.log | 5 # 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
|
H A D | test_strip_hyphen.log | 5 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 7 kunit sysctl_test: all tests passed 13 # example_simple_test: example_simple_test passed 15 kunit example: all tests passed
|
/linux/arch/m68k/include/asm/ |
H A D | oplib.h | 66 /* Open the device described by the passed string. Note, that the format 72 /* Close a previously opened device described by the passed integer 77 /* Do a seek operation on the device described by the passed integer 99 /* Reboot the machine with the command line passed. */ 102 /* Evaluate the forth string passed. */ 115 /* Set the PROM 'sync' callback function to the passed function pointer. 125 * gets passed a buffer where you would like it stuffed. The return value 181 * at the passed program counter. 186 /* Stop the CPU with the passed device tree node. */ 189 /* Idle the CPU with the passed device tree node. */ [all …]
|
/linux/include/linux/i3c/ |
H A D | ccc.h | 56 * 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/drivers/of/ |
H A D | unittest.c | 37 int passed; member 47 unittest_results.passed++; \ 224 "Updating an existing property should have passed\n"); in of_unittest_dynamic() 232 "Updating a missing property should have passed\n"); in of_unittest_dynamic() 236 "Removing a property should have passed\n"); in of_unittest_dynamic() 246 "Adding a large property should have passed\n"); in of_unittest_dynamic() 416 bool passed = true; in of_unittest_parse_phandle_with_args() local 425 passed &= !rc; in of_unittest_parse_phandle_with_args() 426 passed &= (args.args_count == 1); in of_unittest_parse_phandle_with_args() 427 passed &= (args.args[0] == (i + 1)); in of_unittest_parse_phandle_with_args() [all …]
|
/linux/Documentation/misc-devices/ |
H A D | pci-endpoint-test.rst | 32 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/arch/sparc/include/asm/ |
H A D | oplib_64.h | 74 /* 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 …]
|
H A D | oplib_32.h | 54 /* 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/drivers/gpu/drm/xe/ |
H A D | xe_wait_user_fence.c | 22 bool passed; in do_compare() local 30 passed = (rvalue & mask) == (value & mask); in do_compare() 33 passed = (rvalue & mask) != (value & mask); in do_compare() 36 passed = (rvalue & mask) > (value & mask); in do_compare() 39 passed = (rvalue & mask) >= (value & mask); in do_compare() 42 passed = (rvalue & mask) < (value & mask); in do_compare() 45 passed = (rvalue & mask) <= (value & mask); in do_compare() 52 return passed ? 0 : 1; in do_compare()
|
/linux/include/vdso/ |
H A D | getrandom.h | 54 * to any stack or memory outside of the parameters passed to it, in order to mitigate stack data 61 * @buffer: Passed to __cvdso_getrandom(). 62 * @len: Passed to __cvdso_getrandom(). 63 * @flags: Passed to __cvdso_getrandom(). 64 * @opaque_state: Passed to __cvdso_getrandom(). 65 * @opaque_len: Passed to __cvdso_getrandom();
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dpll.c | 112 * @pin_priv: private data pointer passed on pin registration 114 * @dpll_priv: private data pointer passed on dpll registration 151 * @pin_priv: private data pointer passed on pin registration 153 * @dpll_priv: private data pointer passed on dpll registration 176 * @pin_priv: private data pointer passed on pin registration 178 * @dpll_priv: private data pointer passed on dpll registration 201 * @pin_priv: private data pointer passed on pin registration 203 * @dpll_priv: private data pointer passed on dpll registration 235 * @pin_priv: private data pointer passed on pin registration 237 * @dpll_priv: private data pointer passed on dpll registration [all …]
|
/linux/include/media/ |
H A D | videobuf2-v4l2.h | 82 * @req: &struct v4l2_requestbuffers passed from userspace to 92 * @create: creation parameters, passed from userspace to 102 * @b: buffer structure passed from userspace to 110 * #) verifies the passed buffer, 126 * @b: buffer structure passed from userspace to 133 * #) verifies the passed buffer; 151 * @eb: export buffer structure passed from userspace to 162 * @b: buffer structure passed from userspace to 173 * #) verifies the passed buffer; 188 * @type: type argument passed from userspace to vidioc_streamon handler, [all …]
|
H A D | dvb_vb2.h | 179 * @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/kernel/bpf/ |
H A D | cpumask.c | 80 * * The struct bpf_cpumask pointer passed to the function. 116 * pointer may be safely passed to this function. 132 * pointer may be safely passed to this function. 149 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2. in bpf_cpumask_set_cpu() 266 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2. in bpf_cpumask_or() 281 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2. in bpf_cpumask_xor() 296 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2. 314 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2. 330 * struct bpf_cpumask pointers may be safely passed to @src1 and @src2. 346 * struct bpf_cpumask pointers may be safely passed t [all...] |
/linux/include/uapi/drm/ |
H A D | panthor_drm.h | 17 * Just a few generic rules about the data passed to the Panthor IOCTLs: 27 * directly passed to the ioctl). Those fields can be added at the end of 30 * added when a value of zero is passed. 32 * main structure), iff those objects are passed a size to reflect the 55 * pgoffset passed to mmap2() is an unsigned long, which forces us to use a 386 * struct drm_panthor_dev_query - Arguments passed to DRM_PANTHOR_IOCTL_DEV_QUERY 414 * struct drm_panthor_vm_create - Arguments passed to DRM_PANTHOR_IOCTL_VM_CREATE 447 * struct drm_panthor_vm_destroy - Arguments passed to DRM_PANTHOR_IOCTL_VM_DESTROY 560 * struct drm_panthor_vm_bind - Arguments passed to DRM_IOCTL_PANTHOR_VM_BIND 616 * enum drm_panthor_bo_flags - Buffer object flags, passed a [all...] |
/linux/include/trace/events/ |
H A D | task.h | 58 * @option: option passed 59 * @arg2: arg2 passed 60 * @arg3: arg3 passed 61 * @arg4: arg4 passed 62 * @arg5: arg5 passed
|
/linux/tools/testing/selftests/x86/bugs/ |
H A D | its_indirect_alignment.py | 88 passed = unknown = failed = False variable 105 passed = True variable 116 passed = True variable 117 if not passed: 124 passed = True variable 127 if passed: 147 ksft.test_result_pass("All ITS return thunk sites passed")
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | cpumask_failure.c | 48 __failure __msg("NULL pointer passed to trusted arg0") 110 __failure __msg("NULL pointer passed to trusted arg0") 113 /* NULL passed to KF_TRUSTED_ARGS kfunc. */ in BPF_PROG() 154 __failure __msg("NULL pointer passed to trusted arg1") 182 __failure __msg("Possibly NULL pointer passed to helper arg2") 197 /* PTR_TO_BTF_ID | PTR_MAYBE_NULL | MEM_RCU passed to bpf_kptr_xchg() */ in BPF_PROG()
|
H A D | cgrp_kfunc_failure.c | 32 __failure __msg("Possibly NULL pointer passed to trusted arg0") 51 __failure __msg("Possibly NULL pointer passed to trusted arg0") 109 __failure __msg("Possibly NULL pointer passed to trusted arg0") 178 __failure __msg("Possibly NULL pointer passed to trusted arg0") 206 __failure __msg("Possibly NULL pointer passed to trusted arg0") 233 /* old cannot be passed to bpf_cgroup_release() without a NULL check. */ in BPF_PROG()
|
/linux/Documentation/arch/s390/ |
H A D | vfio-ap-locking.rst | 72 device driver is using it to plug/unplug AP devices passed through to the KVM 78 AP devices passed through to a KVM guest. 81 if the adapter is passed through to a KVM guest, it will have to be 82 unplugged. In order to figure out whether the adapter is passed through, 85 the mediated device is passed through (matrix_mdev->kvm != NULL) and if so, 89 pointer is not used to plug/unplug devices passed through to the KVM guest;
|
/linux/kernel/ |
H A D | notifier.c | 56 * @val: Value passed unmodified to notifier function 57 * @v: Pointer passed unmodified to notifier function 103 * @val_up: Value passed unmodified to the notifier function 104 * @val_down: Value passed unmodified to the notifier function when recovering 106 * @v: Pointer passed unmodified to the notifier function 203 * @val: Value passed unmodified to notifier function 204 * @v: Pointer passed unmodified to notifier function 355 * @val: Value passed unmodified to notifier function 356 * @v: Pointer passed unmodified to notifier function 436 * @val: Value passed unmodified to notifier function [all …]
|
/linux/drivers/comedi/drivers/tests/ |
H A D | unittest.h | 25 int passed; member 38 ++unittest_results.passed; \ 58 pr_info("end of comedi:\"%s\" unittests - %i passed, %i failed\n", name, in exec_unittests() 59 unittest_results.passed, unittest_results.failed); in exec_unittests()
|