| /tools/lib/thermal/ |
| D | thermal_nl.c | 19 static int nl_seq_check_handler(struct nl_msg *msg, void *arg) in nl_seq_check_handler() 35 static int nl_finish_handler(struct nl_msg *msg, void *arg) in nl_finish_handler() 45 static int nl_ack_handler(struct nl_msg *msg, void *arg) in nl_ack_handler() 55 int nl_send_msg(struct nl_sock *sock, struct nl_cb *cb, struct nl_msg *msg, in nl_send_msg() 75 static int nl_family_handler(struct nl_msg *msg, void *arg) in nl_family_handler() 116 struct nl_msg *msg; in nl_get_multicast_id() local
|
| /tools/testing/selftests/ |
| D | kselftest.h | 135 static inline void ksft_print_msg(const char *msg, ...) in ksft_print_msg() 147 static inline void ksft_test_result_pass(const char *msg, ...) in ksft_test_result_pass() 161 static inline void ksft_test_result_fail(const char *msg, ...) in ksft_test_result_fail() 187 static inline void ksft_test_result_xfail(const char *msg, ...) in ksft_test_result_xfail() 201 static inline void ksft_test_result_skip(const char *msg, ...) in ksft_test_result_skip() 216 static inline void ksft_test_result_error(const char *msg, ...) in ksft_test_result_error() 263 static inline int ksft_exit_fail_msg(const char *msg, ...) in ksft_exit_fail_msg() 290 static inline int ksft_exit_skip(const char *msg, ...) in ksft_exit_skip()
|
| /tools/perf/ui/gtk/ |
| D | util.c | 33 char *msg; in perf_gtk__error() local 59 char *msg; in perf_gtk__warning_info_bar() local 80 char *msg, *p; in perf_gtk__warning_statusbar() local
|
| /tools/perf/ui/ |
| D | libslang.h | 21 #define slsmg_printf(msg, args...) \ argument 23 #define slsmg_vprintf(msg, vargs) \ argument 25 #define slsmg_write_nstring(msg, len) \ argument
|
| D | helpline.c | 38 void ui_helpline__push(const char *msg) in ui_helpline__push() 64 void ui_helpline__puts(const char *msg) in ui_helpline__puts()
|
| /tools/power/x86/intel-speed-select/ |
| D | hfi-events.c | 56 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() 63 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() 78 static int seq_check_handler(struct nl_msg *msg, void *arg) in seq_check_handler() 84 struct nl_msg *msg, in send_and_recv_msgs() 122 static int family_handler(struct nl_msg *msg, void *arg) in family_handler() 155 struct nl_msg *msg; in nl_get_multicast_id() local
|
| /tools/include/linux/ |
| D | compiler.h | 12 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 19 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 22 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 34 #define compiletime_assert(condition, msg) \ argument
|
| D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument 79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
|
| /tools/bootconfig/ |
| D | main.c | 170 static int pr_errno(const char *msg, int err) in pr_errno() 182 const char *msg; in load_xbc_from_initrd() local 243 static void show_xbc_error(const char *data, const char *msg, int pos) in show_xbc_error() 267 const char *msg; in init_xbc_with_error() local 365 const char *msg; in apply_xbc() local
|
| /tools/bpf/resolve_btfids/ |
| D | Makefile | 9 msg = macro 13 msg = macro 15 msg = @printf ' %-8s %s%s\n' "$(1)" "$(notdir $(2))" "$(if $(3), $(3))"; macro
|
| /tools/testing/selftests/bpf/progs/ |
| D | test_sockmap_kern.h | 235 int bpf_prog4(struct sk_msg_md *msg) in bpf_prog4() 265 int bpf_prog6(struct sk_msg_md *msg) in bpf_prog6() 310 int bpf_prog8(struct sk_msg_md *msg) in bpf_prog8() 327 int bpf_prog9(struct sk_msg_md *msg) in bpf_prog9() 345 int bpf_prog10(struct sk_msg_md *msg) in bpf_prog10()
|
| D | user_ringbuf_success.c | 67 handle_sample_msg(const struct test_msg *msg) in handle_sample_msg() 91 const struct test_msg *msg = NULL; in read_protocol_msg() local 107 struct test_msg *msg = NULL; in publish_next_kern_msg() local
|
| D | sockmap_tcp_msg_prog.c | 7 int bpf_prog1(struct sk_msg_md *msg) in bpf_prog1()
|
| D | test_sockmap_progs_query.c | 19 int prog_skmsg_verdict(struct sk_msg_md *msg) in prog_skmsg_verdict()
|
| /tools/testing/selftests/sched/ |
| D | cs_prctl_test.c | 89 #define handle_error(msg) __handle_error(__FILE__, __LINE__, msg) argument 90 static void __handle_error(char *fn, int ln, char *msg) in __handle_error() 103 static void handle_usage(int rc, char *msg) in handle_usage() 213 void _validate(int line, int val, char *msg) in _validate()
|
| /tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-log.h | 61 static inline void intel_pt_log_at(const char *msg, uint64_t u) in intel_pt_log_at() 66 static inline void intel_pt_log_to(const char *msg, uint64_t u) in intel_pt_log_to()
|
| /tools/testing/selftests/net/ |
| D | msg_zerocopy.c | 170 static void add_zcopy_cookie(struct msghdr *msg, uint32_t cookie) in add_zcopy_cookie() 183 static bool do_sendmsg(int fd, struct msghdr *msg, bool do_zerocopy, int domain) in do_sendmsg() 226 static void do_sendmsg_corked(int fd, struct msghdr *msg) in do_sendmsg_corked() 364 struct msghdr msg; in do_recvmsg_completion() local 395 struct msghdr msg = {}; in do_recv_completion() local 485 struct msghdr msg = {0}; in do_tx() local
|
| D | ipv6_flowlabel.c | 56 struct msghdr msg = {0}; in do_send() local 101 struct msghdr msg = {0}; in do_recv() local
|
| /tools/testing/selftests/bpf/ |
| D | test_progs.c | 996 static inline const char *str_msg(const struct msg *msg, char *buf) in str_msg() 1028 static int send_message(int sock, const struct msg *msg) in send_message() 1037 static int recv_message(int sock, struct msg *msg) in recv_message() 1091 static int read_prog_test_msg(int sock_fd, struct msg *msg, enum msg_type type) in read_prog_test_msg() 1114 struct msg msg; in dispatch_thread_read_log() local 1134 struct msg msg; in dispatch_thread_send_subtests() local 1211 struct msg msg; in dispatch_thread() local 1432 struct msg msg; in worker_main_send_subtests() local 1482 struct msg msg; in worker_main() local 1497 struct msg msg; in worker_main() local
|
| /tools/testing/selftests/sigaltstack/ |
| D | sas.c | 36 static const char *msg = "[OK]\tStack preserved"; variable 39 char msg[128]; member
|
| /tools/lib/bpf/ |
| D | libbpf_common.h | 19 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg))) argument 22 #define LIBBPF_DEPRECATED_SINCE(major, minor, msg) \ argument
|
| /tools/cgroup/ |
| D | iocost_coef_gen.py | 51 def info(msg): argument 55 def dbg(msg): argument
|
| /tools/testing/selftests/powerpc/include/ |
| D | utils.h | 121 #define SKIP_IF_MSG(x, msg) \ argument 134 #define sigsafe_err(msg) ({ \ argument
|
| /tools/testing/vsock/ |
| D | vsock_diag_test.c | 32 struct vsock_diag_msg msg; member 187 struct msghdr msg = { in send_req() local 216 struct msghdr msg = { in recv_resp() local
|
| /tools/testing/selftests/sync/ |
| D | synctest.h | 34 #define ASSERT(cond, msg) do { \ argument
|