| /kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
| D | virtio.c | 117 unsigned long flags; in scmi_vio_channel_ready() local 136 unsigned long flags; in scmi_vio_channel_release() local 149 unsigned long flags; in scmi_vio_channel_cleanup_sync() local 178 unsigned long flags; in scmi_virtio_get_free_msg() local 179 struct scmi_vio_msg *msg; in scmi_virtio_get_free_msg() local 198 static inline bool scmi_vio_msg_acquire(struct scmi_vio_msg *msg) in scmi_vio_msg_acquire() 205 struct scmi_vio_msg *msg) in scmi_vio_msg_release() 211 unsigned long flags; in scmi_vio_msg_release() local 227 struct scmi_vio_msg *msg) in scmi_vio_feed_vq_rx() 231 unsigned long flags; in scmi_vio_feed_vq_rx() local [all …]
|
| /kernel/linux/linux-6.6/sound/virtio/ |
| D | virtio_ctl_msg.c | 33 void virtsnd_ctl_msg_ref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_ref() 46 void virtsnd_ctl_msg_unref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_unref() 58 void *virtsnd_ctl_msg_request(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_request() 69 void *virtsnd_ctl_msg_response(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_response() 88 struct virtio_snd_msg *msg; in virtsnd_ctl_msg_alloc() local 121 int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg, in virtsnd_ctl_msg_send() 134 unsigned long flags; in virtsnd_ctl_msg_send() local 219 void virtsnd_ctl_msg_complete(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_complete() 236 unsigned long flags; in virtsnd_ctl_msg_cancel_all() local 240 struct virtio_snd_msg *msg = in virtsnd_ctl_msg_cancel_all() local [all …]
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_bpf.c | 15 struct msghdr *msg, int len, int flags) in __tcp_bpf_recvmsg() 95 struct sk_msg *msg, u32 apply_bytes, int flags) in bpf_tcp_ingress() 150 static int tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, in tcp_bpf_push() 151 int flags, bool uncharge) in tcp_bpf_push() 207 static int tcp_bpf_push_locked(struct sock *sk, struct sk_msg *msg, in tcp_bpf_push_locked() 208 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked() 218 int tcp_bpf_sendmsg_redir(struct sock *sk, struct sk_msg *msg, in tcp_bpf_sendmsg_redir() 219 u32 bytes, int flags) in tcp_bpf_sendmsg_redir() 250 int flags, long timeo, int *err) in tcp_bpf_wait_data() 271 static int tcp_bpf_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in tcp_bpf_recvmsg() [all …]
|
| /kernel/linux/linux-6.6/net/ |
| D | compat.c | 37 struct compat_msghdr *msg, in __get_compat_msghdr() 88 struct compat_msghdr msg; in get_compat_msghdr() local 114 #define CMSG_COMPAT_FIRSTHDR(msg) \ argument 125 static inline struct compat_cmsghdr __user *cmsg_compat_nxthdr(struct msghdr *msg, in cmsg_compat_nxthdr() 283 static int scm_max_fds_compat(struct msghdr *msg) in scm_max_fds_compat() 290 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds_compat() 343 struct compat_msghdr __user *msg, in __compat_sys_sendmsg() 344 unsigned int flags) in __compat_sys_sendmsg() 350 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3() argument 351 unsigned int, flags) in COMPAT_SYSCALL_DEFINE3() argument [all …]
|
| D | socket.c | 395 size_t size, int flags) in sockfs_security_xattr_set() 462 struct file *sock_alloc_file(struct socket *sock, int flags, const char *dname) in sock_alloc_file() 485 static int sock_map_fd(struct socket *sock, int flags) in sock_map_fd() 693 u8 flags = *tx_flags; in __sock_tx_timestamp() local 723 int flags) in call_trace_sock_send_length() 728 static inline int sock_sendmsg_nosec(struct socket *sock, struct msghdr *msg) in sock_sendmsg_nosec() 740 static int __sock_sendmsg(struct socket *sock, struct msghdr *msg) in __sock_sendmsg() 756 int sock_sendmsg(struct socket *sock, struct msghdr *msg) in sock_sendmsg() 788 int kernel_sendmsg(struct socket *sock, struct msghdr *msg, in kernel_sendmsg() 809 int kernel_sendmsg_locked(struct sock *sk, struct msghdr *msg, in kernel_sendmsg_locked() [all …]
|
| /kernel/linux/linux-5.10/net/ |
| D | compat.c | 41 struct compat_msghdr msg; in __get_compat_msghdr() local 116 #define CMSG_COMPAT_FIRSTHDR(msg) \ argument 127 static inline struct compat_cmsghdr __user *cmsg_compat_nxthdr(struct msghdr *msg, in cmsg_compat_nxthdr() 284 static int scm_max_fds_compat(struct msghdr *msg) in scm_max_fds_compat() 291 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds_compat() 344 struct compat_msghdr __user *msg, in __compat_sys_sendmsg() 345 unsigned int flags) in __compat_sys_sendmsg() 351 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3() argument 352 unsigned int, flags) in COMPAT_SYSCALL_DEFINE3() argument 359 unsigned int vlen, unsigned int flags) in __compat_sys_sendmmsg() [all …]
|
| D | socket.c | 339 size_t size, int flags) in sockfs_security_xattr_set() 404 struct file *sock_alloc_file(struct socket *sock, int flags, const char *dname) in sock_alloc_file() 426 static int sock_map_fd(struct socket *sock, int flags) in sock_map_fd() 630 u8 flags = *tx_flags; in __sock_tx_timestamp() local 649 static inline int sock_sendmsg_nosec(struct socket *sock, struct msghdr *msg) in sock_sendmsg_nosec() 658 static int __sock_sendmsg(struct socket *sock, struct msghdr *msg) in __sock_sendmsg() 674 int sock_sendmsg(struct socket *sock, struct msghdr *msg) in sock_sendmsg() 706 int kernel_sendmsg(struct socket *sock, struct msghdr *msg, in kernel_sendmsg() 727 int kernel_sendmsg_locked(struct sock *sk, struct msghdr *msg, in kernel_sendmsg_locked() 764 static void put_ts_pktinfo(struct msghdr *msg, struct sk_buff *skb) in put_ts_pktinfo() [all …]
|
| /kernel/linux/linux-6.6/io_uring/ |
| D | msg_ring.c | 33 u32 flags; member 60 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_ring_cleanup() local 79 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_exec_remote() local 94 struct io_msg *msg = container_of(head, struct io_msg, tw); in io_msg_tw_complete() local 102 u32 flags = 0; in io_msg_tw_complete() local 129 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_ring_data() local 130 u32 flags = 0; in io_msg_ring_data() local 162 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_grab_file() local 181 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_install_complete() local 212 struct io_msg *msg = container_of(head, struct io_msg, tw); in io_msg_tw_fd_complete() local [all …]
|
| /kernel/linux/linux-6.6/drivers/hsi/clients/ |
| D | hsi_char.c | 80 unsigned long flags; member 103 unsigned long flags; member 116 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail() 119 unsigned long flags; in hsc_add_tail() local 129 struct hsi_msg *msg = NULL; in hsc_get_first_msg() local 130 unsigned long flags; in hsc_get_first_msg() local 145 static inline void hsc_msg_free(struct hsi_msg *msg) in hsc_msg_free() 153 struct hsi_msg *msg, *tmp; in hsc_free_list() local 163 unsigned long flags; in hsc_reset_list() local 175 struct hsi_msg *msg; in hsc_msg_alloc() local [all …]
|
| /kernel/linux/linux-5.10/drivers/hsi/clients/ |
| D | hsi_char.c | 80 unsigned long flags; member 103 unsigned long flags; member 116 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail() 119 unsigned long flags; in hsc_add_tail() local 129 struct hsi_msg *msg = NULL; in hsc_get_first_msg() local 130 unsigned long flags; in hsc_get_first_msg() local 145 static inline void hsc_msg_free(struct hsi_msg *msg) in hsc_msg_free() 153 struct hsi_msg *msg, *tmp; in hsc_free_list() local 163 unsigned long flags; in hsc_reset_list() local 175 struct hsi_msg *msg; in hsc_msg_alloc() local [all …]
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | tcp_bpf.c | 33 struct sk_msg *msg, u32 apply_bytes, int flags) in bpf_tcp_ingress() 88 static int tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, in tcp_bpf_push() 89 int flags, bool uncharge) in tcp_bpf_push() 150 static int tcp_bpf_push_locked(struct sock *sk, struct sk_msg *msg, in tcp_bpf_push_locked() 151 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked() 162 struct sk_msg *msg, u32 bytes, int flags) in tcp_bpf_sendmsg_redir() 219 struct msghdr *msg, in tcp_bpf_recvmsg_parser() 221 int flags, in tcp_bpf_recvmsg_parser() 331 static int tcp_bpf_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in tcp_bpf_recvmsg() 332 int flags, int *addr_len) in tcp_bpf_recvmsg() [all …]
|
| /kernel/linux/linux-6.6/drivers/slimbus/ |
| D | messaging.c | 27 struct slim_val_inf *msg; in slim_msg_response() local 28 unsigned long flags; in slim_msg_response() local 65 unsigned long flags; in slim_alloc_txn_tid() local 89 unsigned long flags; in slim_free_txn_tid() local 180 struct slim_val_inf *msg, u8 mc) in slim_val_inf_sanity() 233 int slim_xfer_msg(struct slim_device *sbdev, struct slim_val_inf *msg, in slim_xfer_msg() 274 static void slim_fill_msg(struct slim_val_inf *msg, u32 addr, in slim_fill_msg() 298 struct slim_val_inf msg; in slim_read() local 341 struct slim_val_inf msg; in slim_write() local
|
| /kernel/linux/linux-5.10/drivers/slimbus/ |
| D | messaging.c | 27 struct slim_val_inf *msg; in slim_msg_response() local 28 unsigned long flags; in slim_msg_response() local 65 unsigned long flags; in slim_alloc_txn_tid() local 89 unsigned long flags; in slim_free_txn_tid() local 180 struct slim_val_inf *msg, u8 mc) in slim_val_inf_sanity() 233 int slim_xfer_msg(struct slim_device *sbdev, struct slim_val_inf *msg, in slim_xfer_msg() 273 static void slim_fill_msg(struct slim_val_inf *msg, u32 addr, in slim_fill_msg() 297 struct slim_val_inf msg; in slim_read() local 340 struct slim_val_inf msg; in slim_write() local
|
| /kernel/linux/linux-6.6/net/ieee802154/ |
| D | netlink.c | 24 struct sk_buff *ieee802154_nl_create(int flags, u8 req) in ieee802154_nl_create() 27 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_create() local 45 int ieee802154_nl_mcast(struct sk_buff *msg, unsigned int group) in ieee802154_nl_mcast() 56 int flags, u8 req) in ieee802154_nl_new_reply() 59 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_new_reply() local 74 int ieee802154_nl_reply(struct sk_buff *msg, struct genl_info *info) in ieee802154_nl_reply()
|
| /kernel/linux/linux-5.10/net/ieee802154/ |
| D | netlink.c | 24 struct sk_buff *ieee802154_nl_create(int flags, u8 req) in ieee802154_nl_create() 27 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_create() local 45 int ieee802154_nl_mcast(struct sk_buff *msg, unsigned int group) in ieee802154_nl_mcast() 56 int flags, u8 req) in ieee802154_nl_new_reply() 59 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_new_reply() local 74 int ieee802154_nl_reply(struct sk_buff *msg, struct genl_info *info) in ieee802154_nl_reply()
|
| /kernel/linux/linux-6.6/sound/soc/intel/common/ |
| D | sst-ipc.c | 34 struct ipc_message *msg = NULL; in msg_get_empty() local 46 struct ipc_message *msg, struct sst_ipc_message *reply) in tx_wait_done() 48 unsigned long flags; in tx_wait_done() local 82 struct ipc_message *msg; in ipc_tx_message() local 83 unsigned long flags; in ipc_tx_message() local 156 struct ipc_message *msg; in ipc_tx_msgs() local 221 struct ipc_message *msg; in sst_ipc_reply_find_msg() local 246 struct ipc_message *msg) in sst_ipc_tx_msg_reply_complete()
|
| /kernel/linux/linux-5.10/sound/soc/intel/common/ |
| D | sst-ipc.c | 34 struct ipc_message *msg = NULL; in msg_get_empty() local 46 struct ipc_message *msg, struct sst_ipc_message *reply) in tx_wait_done() 48 unsigned long flags; in tx_wait_done() local 82 struct ipc_message *msg; in ipc_tx_message() local 83 unsigned long flags; in ipc_tx_message() local 156 struct ipc_message *msg; in ipc_tx_msgs() local 221 struct ipc_message *msg; in sst_ipc_reply_find_msg() local 246 struct ipc_message *msg) in sst_ipc_tx_msg_reply_complete()
|
| /kernel/linux/linux-6.6/net/devlink/ |
| D | netlink.c | 85 int devlink_nl_msg_reply_and_new(struct sk_buff **msg, struct genl_info *info) in devlink_nl_msg_reply_and_new() 128 u8 flags) in __devlink_nl_pre_doit() 188 static int devlink_nl_inst_single_dumpit(struct sk_buff *msg, in devlink_nl_inst_single_dumpit() 189 struct netlink_callback *cb, int flags, in devlink_nl_inst_single_dumpit() 209 static int devlink_nl_inst_iter_dumpit(struct sk_buff *msg, in devlink_nl_inst_iter_dumpit() 210 struct netlink_callback *cb, int flags, in devlink_nl_inst_iter_dumpit() 243 int devlink_nl_dumpit(struct sk_buff *msg, struct netlink_callback *cb, in devlink_nl_dumpit() 248 int flags = NLM_F_MULTI; in devlink_nl_dumpit() local
|
| D | sb.c | 167 static int devlink_nl_sb_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_sb_fill() 170 u32 seq, int flags) in devlink_nl_sb_fill() 209 struct sk_buff *msg; in devlink_nl_sb_get_doit() local 232 devlink_nl_sb_get_dump_one(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_sb_get_dump_one() 233 struct netlink_callback *cb, int flags) in devlink_nl_sb_get_dump_one() 264 static int devlink_nl_sb_pool_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_sb_pool_fill() 267 u32 portid, u32 seq, int flags) in devlink_nl_sb_pool_fill() 311 struct sk_buff *msg; in devlink_nl_sb_pool_get_doit() local 342 static int __sb_pool_get_dumpit(struct sk_buff *msg, int start, int *p_idx, in __sb_pool_get_dumpit() 345 u32 portid, u32 seq, int flags) in __sb_pool_get_dumpit() [all …]
|
| D | dev.c | 12 struct sk_buff *msg; member 57 static int devlink_reload_stat_put(struct sk_buff *msg, in devlink_reload_stat_put() 78 devlink_reload_stats_put(struct sk_buff *msg, struct devlink *devlink, bool is_remote) in devlink_reload_stats_put() 141 static int devlink_nl_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_fill() 143 u32 seq, int flags) in devlink_nl_fill() 179 struct sk_buff *msg; in devlink_notify() local 202 struct sk_buff *msg; in devlink_nl_get_doit() local 220 devlink_nl_get_dump_one(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_get_dump_one() 221 struct netlink_callback *cb, int flags) in devlink_nl_get_dump_one() 228 int devlink_nl_get_dumpit(struct sk_buff *msg, struct netlink_callback *cb) in devlink_nl_get_dumpit() [all …]
|
| /kernel/linux/linux-6.6/include/net/ |
| D | scm.h | 79 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send() 94 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() 115 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() 124 static __inline__ void scm_pidfd_recv(struct msghdr *msg, struct scm_cookie *scm) in scm_pidfd_recv() 160 static inline bool __scm_recv_common(struct socket *sock, struct msghdr *msg, in __scm_recv_common() 161 struct scm_cookie *scm, int flags) in __scm_recv_common() 190 static inline void scm_recv(struct socket *sock, struct msghdr *msg, in scm_recv() 191 struct scm_cookie *scm, int flags) in scm_recv() 199 static inline void scm_recv_unix(struct socket *sock, struct msghdr *msg, in scm_recv_unix() 200 struct scm_cookie *scm, int flags) in scm_recv_unix()
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| D | opal-async.c | 43 unsigned long flags; in __opal_async_get_token() local 84 unsigned long flags; in __opal_async_release_token() local 128 int opal_async_wait_response(uint64_t token, struct opal_msg *msg) in opal_async_wait_response() 157 int opal_async_wait_response_interruptible(uint64_t token, struct opal_msg *msg) in opal_async_wait_response_interruptible() 159 unsigned long flags; in opal_async_wait_response_interruptible() local 213 unsigned long msg_type, void *msg) in opal_async_comp_event() 217 unsigned long flags; in opal_async_comp_event() local
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
| D | opal-async.c | 43 unsigned long flags; in __opal_async_get_token() local 84 unsigned long flags; in __opal_async_release_token() local 128 int opal_async_wait_response(uint64_t token, struct opal_msg *msg) in opal_async_wait_response() 157 int opal_async_wait_response_interruptible(uint64_t token, struct opal_msg *msg) in opal_async_wait_response_interruptible() 159 unsigned long flags; in opal_async_wait_response_interruptible() local 213 unsigned long msg_type, void *msg) in opal_async_comp_event() 217 unsigned long flags; in opal_async_comp_event() local
|
| /kernel/linux/linux-5.10/crypto/ |
| D | algif_skcipher.c | 37 static int skcipher_sendmsg(struct socket *sock, struct msghdr *msg, in skcipher_sendmsg() 50 static int _skcipher_recvmsg(struct socket *sock, struct msghdr *msg, in _skcipher_recvmsg() 51 size_t ignored, int flags) in _skcipher_recvmsg() 149 static int skcipher_recvmsg(struct socket *sock, struct msghdr *msg, in skcipher_recvmsg() 150 size_t ignored, int flags) in skcipher_recvmsg() 237 static int skcipher_sendmsg_nokey(struct socket *sock, struct msghdr *msg, in skcipher_sendmsg_nokey() 250 int offset, size_t size, int flags) in skcipher_sendpage_nokey() 261 static int skcipher_recvmsg_nokey(struct socket *sock, struct msghdr *msg, in skcipher_recvmsg_nokey() 262 size_t ignored, int flags) in skcipher_recvmsg_nokey()
|
| /kernel/linux/linux-6.6/sound/soc/fsl/ |
| D | imx-pcm-rpmsg.c | 36 static int imx_rpmsg_pcm_send_message(struct rpmsg_msg *msg, in imx_rpmsg_pcm_send_message() 109 struct rpmsg_msg *msg, in imx_rpmsg_insert_workqueue() 112 unsigned long flags; in imx_rpmsg_insert_workqueue() local 143 struct rpmsg_msg *msg; in imx_rpmsg_pcm_hw_params() local 194 struct rpmsg_msg *msg; in imx_rpmsg_pcm_pointer() local 215 struct rpmsg_msg *msg; in imx_rpmsg_timer_callback() local 236 struct rpmsg_msg *msg; in imx_rpmsg_pcm_open() local 289 struct rpmsg_msg *msg; in imx_rpmsg_pcm_close() local 354 struct rpmsg_msg *msg; in imx_rpmsg_prepare_and_submit() local 383 struct rpmsg_msg *msg; in imx_rpmsg_async_issue_pending() local [all …]
|