Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 2536) sorted by last modified time

12345678910>>...102

/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py2156 found = False
2165 found = True
2168 if not found:
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c173 int found = 0; in verify_fdinfo() local
193 found = 1; in verify_fdinfo()
209 if (found == 0) in verify_fdinfo()
/linux/tools/testing/selftests/resctrl/
H A Dresctrl_tests.c199 bool found = false; in main() local
208 found = true; in main()
212 if (!found) { in main()
/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c433 bool found = false; in init_vsys() local
467 found = true; in init_vsys()
473 if (!found) { in init_vsys()
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_concat_range.sh1126 found=0
1128 [ ${found} -eq 1 ] && echo "${token}" && return
1129 [ "${token}" = "packets" ] && found=1
1135 found=0
1137 [ ${found} -eq 1 ] && echo "${token}" && return
1138 [ "${token}" = "packets" ] && found=1
/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c343 bool found = false; in match_sysfs_device() local
359 found = true; in match_sysfs_device()
363 return found; in match_sysfs_device()
372 int found = -1, attempts = 3; in get_hid_id() local
376 while (found < 0 && attempts > 0) { in get_hid_id()
385 found = (int)strtol(str_id, NULL, 16); in get_hid_id()
391 if (found < 0) in get_hid_id()
395 return found; in get_hid_id()
404 int i, found = -1; in get_hidraw() local
433 if (found > 0) in get_hidraw()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c240 bool found = false; in get_uprobe_offset() local
249 found = true; in get_uprobe_offset()
256 if (!found) in get_uprobe_offset()
H A Dcgroup_helpers.c653 bool found = false; in get_cgroup1_hierarchy_id() local
674 found = true; in get_cgroup1_hierarchy_id()
682 found = true; in get_cgroup1_hierarchy_id()
689 if (found) in get_cgroup1_hierarchy_id()
693 return found ? id : -1; in get_cgroup1_hierarchy_id()
/linux/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh141 local found=$(switch_governor $1 "userspace")
142 if [ $found = 1 ]; then
/linux/tools/testing/selftests/bpf/progs/
H A Diters.c338 bool found = false; in iter_search_loop() local
348 found = true; in iter_search_loop()
356 if (found) in iter_search_loop()
585 bool found = false; in iter_err_too_permissive3() local
591 found = true; in iter_err_too_permissive3()
594 if (found) in iter_err_too_permissive3()
606 bool found = false; in iter_tricky_but_fine() local
613 found = true; in iter_tricky_but_fine()
618 if (found) in iter_tricky_but_fine()
H A Dbpf_cubic.c95 __u8 found; /* the exit point is found? */ member
114 ca->found = 0; in bictcp_reset()
478 ca->found = 1; in hystart_update()
493 ca->found = 1; in hystart_update()
527 if (!ca->found && tcp_in_slow_start(tp) && hystart && in BPF_PROG()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtrace_printk.c20 int err = 0, found = 0; in serial_test_trace_printk() local
50 ASSERT_OK(read_trace_pipe_iter(trace_pipe_cb, &found, 1000), in serial_test_trace_printk()
53 if (!ASSERT_EQ(found, bss->trace_printk_ran, "found")) in serial_test_trace_printk()
H A Dtrace_vprintk.c20 int err = 0, found = 0; in serial_test_trace_vprintk() local
43 ASSERT_OK(read_trace_pipe_iter(trace_pipe_cb, &found, 1000), in serial_test_trace_vprintk()
46 if (!ASSERT_EQ(found, bss->trace_vprintk_ran, "found")) in serial_test_trace_vprintk()
H A Dbpf_tcp_ca.c130 static bool found; variable
148 found = true; in libbpf_debug_print()
160 found = false; in test_invalid_license()
165 ASSERT_EQ(found, true, "expected_err_msg"); in test_invalid_license()
234 found = false; in test_rel_setsockopt()
241 ASSERT_TRUE(found, "expected_err_msg"); in test_rel_setsockopt()
287 found = false; in test_unsupp_cong_op()
292 ASSERT_EQ(found, true, "expected_err_msg"); in test_unsupp_cong_op()
/linux/tools/perf/util/
H A Dprobe-finder.c115 goto found; in convert_variable_location()
119 found: in convert_variable_location()
635 bool found; member
689 .found = false, in find_best_scope()
1017 int found; member
1068 .found = 0, in debuginfo__find_probe_location()
1079 goto found; in debuginfo__find_probe_location()
1113 found: in debuginfo__find_probe_location()
1803 if (lf.found) in debuginfo__find_line_range()
1804 goto found; in debuginfo__find_line_range()
[all …]
/linux/tools/bpf/bpftool/bash-completion/
H A Dbpftool12 local w idx found
14 found=0
17 found=1
21 [[ $found -eq 0 ]] && \
/linux/net/wireless/
H A Dnl80211.c159 bool found = false; in __cfg80211_rdev_from_attrs() local
167 found = true; in __cfg80211_rdev_from_attrs()
171 if (!found) in __cfg80211_rdev_from_attrs()
8930 bool found = false; in parse_bss_select() local
8947 if (found) in parse_bss_select()
8949 found = true; in parse_bss_select()
11325 bool found = false; in nl80211_parse_mcast_rate() local
11338 found = true; in nl80211_parse_mcast_rate()
11344 return found; in nl80211_parse_mcast_rate()
H A Dscan.c929 bool found = false; in cfg80211_scan_6ghz() local
940 found = true; in cfg80211_scan_6ghz()
943 if (!found) in cfg80211_scan_6ghz()
1879 struct cfg80211_internal_bss *found = NULL; in __cfg80211_bss_update() local
1890 found = rb_find_bss(rdev, tmp, BSS_CMP_REGULAR); in __cfg80211_bss_update()
1892 if (found) { in __cfg80211_bss_update()
1893 if (!cfg80211_update_known_bss(rdev, found, tmp, signal_valid)) in __cfg80211_bss_update()
1960 found = new; in __cfg80211_bss_update()
1964 bss_ref_get(rdev, found); in __cfg80211_bss_update()
1966 return found; in __cfg80211_bss_update()
H A Dsme.c934 struct cfg80211_bss *found = NULL, *tmp = *bss; in cfg80211_update_link_bss() local
936 found = cfg80211_get_bss(wdev->wiphy, NULL, in cfg80211_update_link_bss()
942 if (found) { in cfg80211_update_link_bss()
946 *bss = found; in cfg80211_update_link_bss()
/linux/net/xfrm/
H A Dxfrm_policy.c1398 int found; in xfrm_gen_index() local
1411 found = 0; in xfrm_gen_index()
1414 found = 1; in xfrm_gen_index()
1418 if (!found) in xfrm_gen_index()
H A Dxfrm_state.c1191 goto found; in xfrm_state_find()
1225 found: in xfrm_state_find()
/linux/security/smack/
H A Dsmack_lsm.c1362 * Set the pointer in the inode blob to the entry found
2474 * so we have found the most specific match in smack_ipv4host_label()
2517 int found = 0; in smack_ipv6host_label() local
2535 * so we have found the most specific match in smack_ipv6host_label()
2537 for (found = 1, i = 0; i < 8; i++) { in smack_ipv6host_label()
2540 found = 0; in smack_ipv6host_label()
2544 if (found) in smack_ipv6host_label()
3951 * Returns a pointer to a Smack label entry found on the label list.
3957 int found = 0; in smack_from_secattr() local
3962 * Netlabel found i in smack_from_secattr()
[all...]
/linux/net/switchdev/
H A Dswitchdev.c447 bool found = false; in switchdev_port_obj_act_is_deferred() local
462 found = true; in switchdev_port_obj_act_is_deferred()
470 return found; in switchdev_port_obj_act_is_deferred()
/linux/net/sctp/
H A Dipv6.c82 int found = 0; in sctp_inet6addr_event() local
107 found = 1; in sctp_inet6addr_event()
114 if (found) in sctp_inet6addr_event()
H A Dprotocol.c788 int found = 0; in sctp_inetaddr_event() local
811 found = 1; in sctp_inetaddr_event()
818 if (found) in sctp_inetaddr_event()

12345678910>>...102