Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H 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"
/linux/tools/perf/util/
H A Dcallchain.c685 enum match_result { enum
692 static enum match_result match_chain_strings(const char *left, in match_chain_strings()
695 enum match_result ret = MATCH_EQ; in match_chain_strings()
721 static enum match_result match_chain_dso_addresses(struct map *left_map, u64 left_ip, in match_chain_dso_addresses()
736 static enum match_result match_chain(struct callchain_cursor_node *node, in match_chain()
739 enum match_result match = MATCH_ERROR; in match_chain()
895 static enum match_result
916 enum match_result ret; in append_chain_children()
947 static enum match_result
956 enum match_result cmp = MATCH_ERROR; in append_chain()
[all …]