Searched refs:__push_msg (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 210 static int __push_msg(const char *pattern, bool on_next_line, bool negative, in __push_msg() function 246 err = __push_msg(msg->substr, msg->on_next_line, msg->negative, to); in clone_msgs() 255 return __push_msg(substr, false, negative, msgs); in push_msg() 266 err = __push_msg(regex_str, *on_next_line, false, msgs); in push_disasm_msg()
|