Home
last modified time | relevance | path

Searched refs:match_result (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/net/
A Drtnetlink_notification.sh22 local match_result
52 match_result=$(grep -cE "$test_dev.*(224.0.0.1|ff02::1)" "$tmpfile")
53 if [ "$match_result" -ne 4 ]; then
56 log_test "mcast addr notification: Expected 4 matches, got $match_result"
65 local match_result
93 match_result=$(grep -cE "$test_dev.*(fe80::)" "$tmpfile")
94 if [ "$match_result" -ne 2 ]; then
97 log_test "anycast addr notification: Expected 2 matches, got $match_result"
/tools/perf/util/
A Dcallchain.c675 enum match_result { enum
682 static enum match_result match_chain_strings(const char *left, in match_chain_strings()
685 enum match_result ret = MATCH_EQ; in match_chain_strings()
711 static enum match_result match_chain_dso_addresses(struct map *left_map, u64 left_ip, in match_chain_dso_addresses()
726 static enum match_result match_chain(struct callchain_cursor_node *node, in match_chain()
729 enum match_result match = MATCH_ERROR; in match_chain()
885 static enum match_result
906 enum match_result ret; in append_chain_children()
937 static enum match_result
946 enum match_result cmp = MATCH_ERROR; in append_chain()
[all …]

Completed in 7 milliseconds