/tools/testing/selftests/bpf/prog_tests/ |
D | obj_name.c | 8 int success; in test_obj_name() member 40 CHECK((tests[i].success && fd < 0) || in test_obj_name() 41 (!tests[i].success && fd != -1) || in test_obj_name() 42 (!tests[i].success && errno != tests[i].expected_errno), in test_obj_name() 45 fd, tests[i].success, errno, tests[i].expected_errno); in test_obj_name() 61 CHECK((tests[i].success && fd < 0) || in test_obj_name() 62 (!tests[i].success && fd != -1) || in test_obj_name() 63 (!tests[i].success && errno != tests[i].expected_errno), in test_obj_name() 66 fd, tests[i].success, errno, tests[i].expected_errno); in test_obj_name()
|
/tools/testing/selftests/powerpc/tm/ |
D | tm-trap.c | 59 bool success; variable 219 : : : : failure, success); in ping() 222 success = false; in ping() 225 success: in ping() 226 success = true; in ping() 319 if (success) { in tm_trap_test()
|
D | tm-vmx-unavail.c | 64 : success, value_match, value_mismatch in worker() 84 success: in worker()
|
/tools/testing/selftests/powerpc/scripts/ |
D | hmi.sh | 80 echo "Processed $expected_hmis events; presumed success. Check dmesg."
|
/tools/testing/selftests/safesetid/ |
D | safesetid-test.c | 177 bool success; in test_userns() local 197 success = write_file(map_file_name, "0 0 1", uid); in test_userns() 198 return success == expect_success; in test_userns()
|
/tools/perf/scripts/python/ |
D | sched-migration.py | 355 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 356 if success == 0: 432 common_callchain, comm, pid, prio, success, argument 436 parser.wake_up(headers, comm, pid, success, target_cpu, 1) 440 common_callchain, comm, pid, prio, success, argument 444 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
|
/tools/perf/scripts/perl/ |
D | wakeup-latency.pl | 55 $comm, $pid, $prio, $success, $target_cpu) = @_;
|
/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 100 echo $FUNCNAME $memory: unexpected success >&2 128 echo $FUNCNAME $memory: unexpected success >&2
|
/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 117 echo $FUNCNAME $cpu: unexpected success >&2 143 echo $FUNCNAME $cpu: unexpected success >&2
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-func_apis.txt | 33 function, which has to be resolved. In case of success, it should return 81 The _tep_set_function_resolver()_ function returns 0 in case of success, or -1 90 The _tep_register_function()_ function returns 0 in case of success. In case of 93 The _tep_register_print_string()_ function returns 0 in case of success. In case
|
D | libtraceevent-field_read.txt | 26 The _tep_read_number_field()_ function retunrs 0 in case of success, or -1 in
|
D | libtraceevent-reg_print_func.txt | 56 The _tep_register_print_function()_ function returns 0 in case of success. 59 The _tep_unregister_print_function()_ returns 0 in case of success, or -1 in
|
D | libtraceevent-parse_head.txt | 31 The _tep_parse_header_page()_ function returns 0 in case of success, or -1
|
D | libtraceevent-fields.txt | 31 an array of pointers to tep_format_field structures in case of success, or
|
D | libtraceevent-parse_event.txt | 34 Both _tep_parse_event()_ and _tep_parse_format()_ functions return 0 on success,
|
D | libtraceevent-commands.txt | 64 _tep_register_comm()_ function returns 0 on success. In case of an error -1 is 69 _tep_override_comm()_ function returns 0 on success. In case of an error -1 is
|
D | libtraceevent-field_get_val.txt | 47 _tep_get_field_val()_ functions return 0 on success, or -1 in case of an error.
|
/tools/testing/selftests/bpf/progs/ |
D | pyperf.h | 35 uint32_t success; member 244 stats->success++; in __on_event()
|
/tools/testing/selftests/rcutorture/bin/ |
D | parse-console.sh | 98 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
|
/tools/testing/selftests/tc-testing/ |
D | TdcResults.py | 8 success = 1 variable in ResultState
|
/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 151 res.set_result(ResultState.success)
|
/tools/testing/ktest/ |
D | ktest.pl | 2632 sub success { subroutine 3096 success $i; 3363 success $i; 3496 success $i; 4011 success $i; 4045 success $i; 4432 success $i; 4452 success $i;
|
/tools/testing/selftests/futex/ |
D | README | 32 o Tests return 0 for success and < 0 for failure.
|
/tools/include/uapi/linux/ |
D | pkt_cls.h | 189 __u32 success; member
|
/tools/perf/Documentation/ |
D | perf-script-perl.txt | 70 field:int success; 81 $comm, $pid, $prio, $success, $target_cpu) = @_;
|