Searched refs:__msg (Results 101 - 114 of 114) sorted by relevance

12345

/linux-master/include/linux/
H A Dnetlink.h99 static const char __msg[] = msg; \
102 do_trace_netlink_extack(__msg); \
105 __extack->_msg = __msg; \
153 static const char __msg[] = msg; \
156 do_trace_netlink_extack(__msg); \
159 __extack->_msg = __msg; \
H A Dsocket.h166 static inline struct cmsghdr * cmsg_nxthdr (struct msghdr *__msg, struct cmsghdr *__cmsg) argument
168 return __cmsg_nxthdr(__msg->msg_control, __msg->msg_controllen, __cmsg);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_arena.c129 __failure __msg("expected pointer to STRUCT bpf_map")
139 __failure __msg("untrusted_ptr_bpf_map")
H A Dverifier_value.c24 __failure __msg("R1 !read_ok")
H A Dverifier_ldsx.c68 __msg("R1_w=scalar(smin=smin32=-128,smax=smax32=127)")
H A Diters.c32 __failure __msg("math between map_value pointer and register with unbounded min value is not allowed")
52 __failure __msg("unbounded memory access")
536 __failure __msg("invalid mem access 'scalar'")
558 __failure __msg("invalid mem access 'map_value_or_null'")
580 __failure __msg("invalid mem access 'map_value_or_null'")
729 __msg("R1 type=scalar expected=fp")
800 __msg("math between fp pointer and register with unbounded")
879 __msg("math between fp pointer and register with unbounded")
1004 __msg("math between fp pointer and register with unbounded")
H A Dverifier_movsx.c207 __failure __msg("R1 type=scalar expected=fp, pkt, pkt_meta, map_key, map_value, mem, ringbuf_mem, buf, trusted_ptr_")
H A Dbpf_misc.h10 * - __success, __failure, __msg imply privileged mode;
23 * __msg Message expected to be found in the verifier log.
24 * Multiple __msg attributes could be specified.
25 * __msg_unpriv Same as __msg but for unprivileged mode.
61 #define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" msg))) macro
H A Dverifier_map_ptr_mixing.c171 __failure __msg("only read from bpf_array is supported")
/linux-master/drivers/net/can/usb/etas_es58x/
H A Des58x_fd.c35 typeof(msg) __msg = (msg); \
38 if (__msg.flags & ES58X_FLAG_FD_DATA) \
39 __msg_len = canfd_sanitize_len(__msg.len); \
41 __msg_len = can_cc_dlc2len(__msg.dlc); \
43 offsetof(typeof(__msg), data[__msg_len]); \
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h165 static inline struct cmsghdr * cmsg_nxthdr (struct msghdr *__msg, struct cmsghdr *__cmsg) argument
167 return __cmsg_nxthdr(__msg->msg_control, __msg->msg_controllen, __cmsg);
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcpim.h379 #define bfa_iocfc_map_msg_to_qid(__msg, __qid) \
380 *(__qid) = (u8)((__msg) & (BFI_IOC_MAX_CQS - 1));
/linux-master/sound/soc/intel/atom/sst/
H A Dsst.c118 struct ipc_post *__msg, *msg; local
127 list_for_each_entry_safe(msg, __msg, &drv->rx_list, node) {
/linux-master/sound/soc/intel/avs/
H A Dmessages.h261 union avs_reply_msg __msg = AVS_MSG(hdr); \
262 __msg.msg_direction == AVS_MSG_REPLY && \
263 __msg.global_msg_type != AVS_GLB_NOTIFICATION; \

Completed in 172 milliseconds

12345