/linux-6.8/net/core/ |
D | skmsg.c | 13 static bool sk_msg_try_coalesce_ok(struct sk_msg *msg, int elem_first_coalesce) in sk_msg_try_coalesce_ok() 27 int sk_msg_alloc(struct sock *sk, struct sk_msg *msg, int len, in sk_msg_alloc() 138 void sk_msg_return_zero(struct sock *sk, struct sk_msg *msg, int bytes) in sk_msg_return_zero() 162 void sk_msg_return(struct sock *sk, struct sk_msg *msg, int bytes) in sk_msg_return() 177 static int sk_msg_free_elem(struct sock *sk, struct sk_msg *msg, u32 i, in sk_msg_free_elem() 193 static int __sk_msg_free(struct sock *sk, struct sk_msg *msg, u32 i, in __sk_msg_free() 211 int sk_msg_free_nocharge(struct sock *sk, struct sk_msg *msg) in sk_msg_free_nocharge() 217 int sk_msg_free(struct sock *sk, struct sk_msg *msg) in sk_msg_free() 223 static void __sk_msg_free_partial(struct sock *sk, struct sk_msg *msg, in __sk_msg_free_partial() 251 void sk_msg_free_partial(struct sock *sk, struct sk_msg *msg, u32 bytes) in sk_msg_free_partial() [all …]
|
/linux-6.8/fs/nfs/ |
D | nfs3proc.c | 32 nfs3_rpc_wrapper(struct rpc_clnt *clnt, struct rpc_message *msg, int flags) in nfs3_rpc_wrapper() 46 #define rpc_call_sync(clnt, msg, flags) nfs3_rpc_wrapper(clnt, msg, flags) argument 64 struct rpc_message msg = { in do_proc_get_root() local 106 struct rpc_message msg = { in nfs3_proc_getattr() local 134 struct rpc_message msg = { in nfs3_proc_setattr() local 169 struct rpc_message msg = { in __nfs3_proc_lookup() local 232 struct rpc_message msg = { in nfs3_proc_access() local 265 struct rpc_message msg = { in nfs3_proc_readlink() local 286 struct rpc_message msg; member 440 struct rpc_message msg = { in nfs3_proc_remove() local [all …]
|
/linux-6.8/drivers/infiniband/hw/bnxt_re/ |
D | qplib_sp.c | 73 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_query_version() local 95 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_get_dev_attr() local 187 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_set_func_resources() local 255 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_del_sgid() local 324 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_add_sgid() local 387 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_update_sgid() local 424 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_create_ah() local 470 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_destroy_ah() local 493 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_free_mrw() local 531 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_alloc_mrw() local [all …]
|
/linux-6.8/sound/soc/intel/catpt/ |
D | messages.c | 16 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_FW_VERSION); in catpt_ipc_get_fw_version() local 56 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ALLOCATE_STREAM); in catpt_ipc_alloc_stream() local 108 union catpt_global_msg msg = CATPT_GLOBAL_MSG(FREE_STREAM); in catpt_ipc_free_stream() local 127 union catpt_global_msg msg = CATPT_GLOBAL_MSG(SET_DEVICE_FORMATS); in catpt_ipc_set_device_format() local 145 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ENTER_DX_STATE); in catpt_ipc_enter_dxstate() local 165 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_MIXER_STREAM_INFO); in catpt_ipc_get_mixer_stream_info() local 182 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESET_STREAM); in catpt_ipc_reset_stream() local 199 union catpt_stream_msg msg = CATPT_STREAM_MSG(PAUSE_STREAM); in catpt_ipc_pause_stream() local 216 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESUME_STREAM); in catpt_ipc_resume_stream() local 243 union catpt_stream_msg msg = CATPT_STAGE_MSG(SET_VOLUME); in catpt_ipc_set_volume() local [all …]
|
/linux-6.8/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_tlv.c | 13 s32 fm10k_tlv_msg_init(u32 *msg, u16 msg_id) in fm10k_tlv_msg_init() 34 static s32 fm10k_tlv_attr_put_null_string(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_null_string() 112 s32 fm10k_tlv_attr_put_mac_vlan(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_mac_vlan() 172 s32 fm10k_tlv_attr_put_bool(u32 *msg, u16 attr_id) in fm10k_tlv_attr_put_bool() 198 s32 fm10k_tlv_attr_put_value(u32 *msg, u16 attr_id, s64 value, u32 len) in fm10k_tlv_attr_put_value() 270 s32 fm10k_tlv_attr_put_le_struct(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_le_struct() 340 static u32 *fm10k_tlv_attr_nest_start(u32 *msg, u16 attr_id) in fm10k_tlv_attr_nest_start() 365 static s32 fm10k_tlv_attr_nest_stop(u32 *msg) in fm10k_tlv_attr_nest_stop() 544 s32 fm10k_tlv_msg_parse(struct fm10k_hw *hw, u32 *msg, in fm10k_tlv_msg_parse() 640 static void fm10k_tlv_msg_test_generate_data(u32 *msg, u32 attr_flags) in fm10k_tlv_msg_test_generate_data() [all …]
|
/linux-6.8/drivers/iio/common/ssp_sensors/ |
D | ssp_spi.c | 78 struct ssp_msg *msg; in ssp_create_msg() local 177 static int ssp_do_transfer(struct ssp_data *data, struct ssp_msg *msg, in ssp_do_transfer() 244 struct ssp_msg *msg) in ssp_spi_sync_command() 249 static int ssp_spi_sync(struct ssp_data *data, struct ssp_msg *msg, in ssp_spi_sync() 338 struct ssp_msg *msg = NULL, *iter, *n; in ssp_irq_msg() local 449 struct ssp_msg *msg, *n; in ssp_clean_pending_list() local 465 struct ssp_msg *msg; in ssp_command() local 483 struct ssp_msg *msg; in ssp_send_instruction() local 516 struct ssp_msg *msg; in ssp_get_chipid() local 534 struct ssp_msg *msg; in ssp_set_magnetic_matrix() local [all …]
|
/linux-6.8/drivers/vdpa/ |
D | vdpa.c | 458 static int vdpa_nl_mgmtdev_handle_fill(struct sk_buff *msg, const struct vdpa_mgmt_dev *mdev) in vdpa_nl_mgmtdev_handle_fill() 486 static int vdpa_mgmtdev_fill(const struct vdpa_mgmt_dev *mdev, struct sk_buff *msg, in vdpa_mgmtdev_fill() 527 struct sk_buff *msg; in vdpa_nl_cmd_mgmtdev_get_doit() local 556 vdpa_nl_cmd_mgmtdev_get_dumpit(struct sk_buff *msg, struct netlink_callback *cb) in vdpa_nl_cmd_mgmtdev_get_dumpit() 739 vdpa_dev_fill(struct vdpa_device *vdev, struct sk_buff *msg, u32 portid, u32 seq, in vdpa_dev_fill() 788 struct sk_buff *msg; in vdpa_nl_cmd_dev_get_doit() local 830 struct sk_buff *msg; member 857 static int vdpa_nl_cmd_dev_get_dumpit(struct sk_buff *msg, struct netlink_callback *cb) in vdpa_nl_cmd_dev_get_dumpit() 873 static int vdpa_dev_net_mq_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_net_mq_config_fill() 887 static int vdpa_dev_net_mtu_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_net_mtu_config_fill() [all …]
|
/linux-6.8/include/linux/ |
D | skmsg.h | 140 static inline void sk_msg_check_to_free(struct sk_msg *msg, u32 i, u32 bytes) in sk_msg_check_to_free() 175 #define sk_msg_iter_prev(msg, which) \ argument 178 #define sk_msg_iter_next(msg, which) \ argument 181 static inline void sk_msg_init(struct sk_msg *msg) in sk_msg_init() 205 static inline bool sk_msg_full(const struct sk_msg *msg) in sk_msg_full() 210 static inline u32 sk_msg_elem_used(const struct sk_msg *msg) in sk_msg_elem_used() 215 static inline struct scatterlist *sk_msg_elem(struct sk_msg *msg, int which) in sk_msg_elem() 220 static inline struct scatterlist sk_msg_elem_cpy(struct sk_msg *msg, int which) in sk_msg_elem_cpy() 225 static inline struct page *sk_msg_page(struct sk_msg *msg, int which) in sk_msg_page() 230 static inline bool sk_msg_to_ingress(const struct sk_msg *msg) in sk_msg_to_ingress() [all …]
|
/linux-6.8/sound/soc/intel/avs/ |
D | messages.c | 17 union avs_global_msg msg = AVS_GLOBAL_REQUEST(ROM_CONTROL); in avs_ipc_set_boot_config() local 30 union avs_global_msg msg = AVS_GLOBAL_REQUEST(LOAD_MULTIPLE_MODULES); in avs_ipc_load_modules() local 44 union avs_global_msg msg = AVS_GLOBAL_REQUEST(UNLOAD_MULTIPLE_MODULES); in avs_ipc_unload_modules() local 57 union avs_global_msg msg = AVS_GLOBAL_REQUEST(LOAD_LIBRARY); in avs_ipc_load_library() local 70 union avs_global_msg msg = AVS_GLOBAL_REQUEST(CREATE_PIPELINE); in avs_ipc_create_pipeline() local 85 union avs_global_msg msg = AVS_GLOBAL_REQUEST(DELETE_PIPELINE); in avs_ipc_delete_pipeline() local 97 union avs_global_msg msg = AVS_GLOBAL_REQUEST(SET_PIPELINE_STATE); in avs_ipc_set_pipeline_state() local 110 union avs_global_msg msg = AVS_GLOBAL_REQUEST(GET_PIPELINE_STATE); in avs_ipc_get_pipeline_state() local 146 union avs_module_msg msg = AVS_MODULE_REQUEST(INIT_INSTANCE); in avs_ipc_init_instance() local 180 union avs_module_msg msg = AVS_MODULE_REQUEST(DELETE_INSTANCE); in avs_ipc_delete_instance() local [all …]
|
/linux-6.8/net/batman-adv/ |
D | netlink.c | 178 static int batadv_netlink_mesh_fill_ap_isolation(struct sk_buff *msg, in batadv_netlink_mesh_fill_ap_isolation() 228 static int batadv_netlink_mesh_fill(struct sk_buff *msg, in batadv_netlink_mesh_fill() 382 struct sk_buff *msg; in batadv_netlink_notify_mesh() local 413 struct sk_buff *msg; in batadv_netlink_get_mesh() local 629 batadv_netlink_tp_meter_put(struct sk_buff *msg, u32 cookie) in batadv_netlink_tp_meter_put() 652 struct sk_buff *msg; in batadv_netlink_tpmeter_notify() local 711 struct sk_buff *msg = NULL; in batadv_netlink_tp_meter_start() local 794 static int batadv_netlink_hardif_fill(struct sk_buff *msg, in batadv_netlink_hardif_fill() 864 struct sk_buff *msg; in batadv_netlink_notify_hardif() local 897 struct sk_buff *msg; in batadv_netlink_get_hardif() local [all …]
|
/linux-6.8/drivers/dpll/ |
D | dpll_netlink.c | 34 dpll_msg_add_dev_handle(struct sk_buff *msg, struct dpll_device *dpll) in dpll_msg_add_dev_handle() 43 dpll_msg_add_dev_parent_handle(struct sk_buff *msg, u32 id) in dpll_msg_add_dev_parent_handle() 60 static int dpll_msg_add_pin_handle(struct sk_buff *msg, struct dpll_pin *pin) in dpll_msg_add_pin_handle() 85 int dpll_netdev_add_pin_handle(struct sk_buff *msg, in dpll_netdev_add_pin_handle() 92 dpll_msg_add_mode(struct sk_buff *msg, struct dpll_device *dpll, in dpll_msg_add_mode() 109 dpll_msg_add_mode_supported(struct sk_buff *msg, struct dpll_device *dpll, in dpll_msg_add_mode_supported() 130 dpll_msg_add_lock_status(struct sk_buff *msg, struct dpll_device *dpll, in dpll_msg_add_lock_status() 147 dpll_msg_add_temp(struct sk_buff *msg, struct dpll_device *dpll, in dpll_msg_add_temp() 166 dpll_msg_add_pin_prio(struct sk_buff *msg, struct dpll_pin *pin, in dpll_msg_add_pin_prio() 188 dpll_msg_add_pin_on_dpll_state(struct sk_buff *msg, struct dpll_pin *pin, in dpll_msg_add_pin_on_dpll_state() [all …]
|
/linux-6.8/drivers/infiniband/hw/mlx5/ |
D | restrack.c | 60 static int fill_res_raw(struct sk_buff *msg, struct mlx5_ib_dev *dev, in fill_res_raw() 81 static int fill_stat_mr_entry(struct sk_buff *msg, struct ib_mr *ibmr) in fill_stat_mr_entry() 115 static int fill_res_mr_entry_raw(struct sk_buff *msg, struct ib_mr *ibmr) in fill_res_mr_entry_raw() 123 static int fill_res_mr_entry(struct sk_buff *msg, struct ib_mr *ibmr) in fill_res_mr_entry() 151 static int fill_res_cq_entry_raw(struct sk_buff *msg, struct ib_cq *ibcq) in fill_res_cq_entry_raw() 159 static int fill_res_qp_entry_raw(struct sk_buff *msg, struct ib_qp *ibqp) in fill_res_qp_entry_raw()
|
/linux-6.8/net/devlink/ |
D | dev.c | 13 struct sk_buff *msg; member 58 static int devlink_reload_stat_put(struct sk_buff *msg, in devlink_reload_stat_put() 79 devlink_reload_stats_put(struct sk_buff *msg, struct devlink *devlink, bool is_remote) in devlink_reload_stats_put() 142 static int devlink_nl_nested_fill(struct sk_buff *msg, struct devlink *devlink) in devlink_nl_nested_fill() 159 static int devlink_nl_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_fill() 201 struct sk_buff *msg; in devlink_notify() local 226 struct sk_buff *msg; in devlink_nl_get_doit() local 244 devlink_nl_get_dump_one(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_get_dump_one() 252 int devlink_nl_get_dumpit(struct sk_buff *msg, struct netlink_callback *cb) in devlink_nl_get_dumpit() 491 struct sk_buff *msg; in devlink_nl_reload_actions_performed_snd() local [all …]
|
/linux-6.8/drivers/net/ethernet/netronome/nfp/flower/ |
D | cmsg.c | 46 struct nfp_flower_cmsg_mac_repr *msg; in nfp_flower_cmsg_mac_repr_start() local 66 struct nfp_flower_cmsg_mac_repr *msg; in nfp_flower_cmsg_mac_repr_add() local 78 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_cmsg_portmod() local 103 struct nfp_flower_cmsg_portreify *msg; in nfp_flower_cmsg_portreify() local 126 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_process_mtu_ack() local 153 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_cmsg_portmod_rx() local 189 struct nfp_flower_cmsg_portreify *msg; in nfp_flower_cmsg_portreify_rx() local 211 struct nfp_flower_cmsg_merge_hint *msg; in nfp_flower_cmsg_merge_hint_rx() local
|
/linux-6.8/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() 82 struct ipc_message *msg; 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()
|
/linux-6.8/drivers/net/ethernet/intel/ice/ |
D | ice_virtchnl.c | 178 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_vf_broadcast() 296 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() 324 static int ice_vc_get_ver_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_ver_msg() 417 static int ice_vc_get_vf_res_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_vf_res_msg() 773 static int ice_vc_handle_rss_cfg(struct ice_vf *vf, u8 *msg, bool add) in ice_vc_handle_rss_cfg() 909 static int ice_vc_config_rss_key(struct ice_vf *vf, u8 *msg) in ice_vc_config_rss_key() 956 static int ice_vc_config_rss_lut(struct ice_vf *vf, u8 *msg) in ice_vc_config_rss_lut() 1002 static int ice_vc_config_rss_hfunc(struct ice_vf *vf, u8 *msg) in ice_vc_config_rss_hfunc() 1047 static int ice_vc_cfg_promiscuous_mode_msg(struct ice_vf *vf, u8 *msg) in ice_vc_cfg_promiscuous_mode_msg() 1187 static int ice_vc_get_stats_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_stats_msg() [all …]
|
/linux-6.8/net/nfc/ |
D | netlink.c | 61 static int nfc_genl_send_target(struct sk_buff *msg, struct nfc_target *target, in nfc_genl_send_target() 172 struct sk_buff *msg; in nfc_genl_targets_found() local 201 struct sk_buff *msg; in nfc_genl_target_lost() local 231 struct sk_buff *msg; in nfc_genl_tm_activated() local 262 struct sk_buff *msg; in nfc_genl_tm_deactivated() local 289 static int nfc_genl_setup_device_added(struct nfc_dev *dev, struct sk_buff *msg) in nfc_genl_setup_device_added() 302 struct sk_buff *msg; in nfc_genl_device_added() local 331 struct sk_buff *msg; in nfc_genl_device_removed() local 360 struct sk_buff *msg; in nfc_genl_llc_send_sdres() local 426 struct sk_buff *msg; in nfc_genl_se_added() local [all …]
|
/linux-6.8/drivers/staging/nvec/ |
D | nvec.c | 140 unsigned char *msg = data; in nvec_status_notifier() local 191 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg) in nvec_msg_free() 203 static bool nvec_msg_is_event(struct nvec_msg *msg) in nvec_msg_is_event() 214 static size_t nvec_msg_size(struct nvec_msg *msg) in nvec_msg_size() 258 struct nvec_msg *msg; in nvec_write_async() local 299 struct nvec_msg **msg) in nvec_write_sync() 379 struct nvec_msg *msg; in nvec_request_master() local 413 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) in parse_msg() 442 struct nvec_msg *msg; in nvec_dispatch() local 770 struct nvec_msg *msg; in tegra_nvec_probe() local [all …]
|
/linux-6.8/drivers/gpu/drm/xe/ |
D | xe_assert.h | 83 #define __xe_assert_msg(xe, condition, msg, arg...) ({ \ argument 88 #define __xe_assert_msg(xe, condition, msg, arg...) ({ \ argument 109 #define xe_assert_msg(xe, condition, msg, arg...) ({ \ argument 144 #define xe_tile_assert_msg(tile, condition, msg, arg...) ({ \ argument 168 #define xe_gt_assert_msg(gt, condition, msg, arg...) ({ \ argument
|
/linux-6.8/drivers/firmware/arm_scmi/ |
D | virtio.c | 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() 227 struct scmi_vio_msg *msg) in scmi_vio_feed_vq_rx() 254 struct scmi_vio_msg *msg) in scmi_finalize_message() 267 struct scmi_vio_msg *msg; in scmi_vio_complete_cb() local 318 struct scmi_vio_msg *msg, *tmp; in scmi_vio_deferred_tx_worker() local 450 struct scmi_vio_msg *msg; in virtio_chan_setup() local 504 struct scmi_vio_msg *msg; in virtio_send_message() local 562 struct scmi_vio_msg *msg = xfer->priv; in virtio_fetch_response() local [all …]
|
/linux-6.8/drivers/media/platform/mediatek/mdp/ |
D | mtk_mdp_vpu.c | 18 static void mtk_mdp_vpu_handle_init_ack(const struct mdp_ipi_comm_ack *msg) in mtk_mdp_vpu_handle_init_ack() 32 const struct mdp_ipi_comm_ack *msg = data; in mtk_mdp_vpu_ipi_handler() local 75 static int mtk_mdp_vpu_send_msg(void *msg, int len, struct mtk_mdp_vpu *vpu, in mtk_mdp_vpu_send_msg() 99 struct mdp_ipi_comm msg; in mtk_mdp_vpu_send_ap_ipi() local 115 struct mdp_ipi_init msg; in mtk_mdp_vpu_init() local
|
/linux-6.8/drivers/media/tuners/ |
D | tda827x.c | 124 struct i2c_msg *msg, in tuner_transfer() 149 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_set_params() local 223 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_sleep() local 245 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0 }; in tda827xo_set_analog_params() local 325 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_agcf() local 435 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_sleep() local 455 struct i2c_msg msg = { .flags = 0, .buf = buf, .len = sizeof(buf) }; in tda827xa_lna_gain() local 508 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_set_params() local 655 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_set_analog_params() local 750 struct i2c_msg msg = {.addr = priv->i2c_addr, .flags = 0, in tda827xa_agcf() local [all …]
|
/linux-6.8/tools/testing/selftests/ |
D | kselftest.h | 149 static inline __printf(1, 2) void ksft_print_msg(const char *msg, ...) in ksft_print_msg() 161 static inline void ksft_perror(const char *msg) in ksft_perror() 174 static inline __printf(1, 2) void ksft_test_result_pass(const char *msg, ...) in ksft_test_result_pass() 188 static inline __printf(1, 2) void ksft_test_result_fail(const char *msg, ...) in ksft_test_result_fail() 214 static inline __printf(1, 2) void ksft_test_result_xfail(const char *msg, ...) in ksft_test_result_xfail() 228 static inline __printf(1, 2) void ksft_test_result_skip(const char *msg, ...) in ksft_test_result_skip() 243 static inline __printf(1, 2) void ksft_test_result_error(const char *msg, ...) in ksft_test_result_error() 290 static inline __printf(1, 2) int ksft_exit_fail_msg(const char *msg, ...) in ksft_exit_fail_msg() 317 static inline __printf(1, 2) int ksft_exit_skip(const char *msg, ...) in ksft_exit_skip()
|
/linux-6.8/net/ceph/ |
D | messenger.c | 538 static void ceph_msg_remove(struct ceph_msg *msg) in ceph_msg_remove() 548 struct ceph_msg *msg = list_first_entry(head, struct ceph_msg, in ceph_msg_remove_list() local 673 struct ceph_msg *msg; in ceph_con_discard_sent() local 698 struct ceph_msg *msg; in ceph_con_discard_requeued() local 1067 struct ceph_msg *msg, size_t length) in ceph_msg_data_cursor_init() 1403 struct ceph_msg *msg = con->in_msg; in ceph_con_process_message() local 1704 static void msg_con_set(struct ceph_msg *msg, struct ceph_connection *con) in msg_con_set() 1730 void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg) in ceph_con_send() 1770 void ceph_msg_revoke(struct ceph_msg *msg) in ceph_msg_revoke() 1810 void ceph_msg_revoke_incoming(struct ceph_msg *msg) in ceph_msg_revoke_incoming() [all …]
|
/linux-6.8/drivers/staging/wlan-ng/ |
D | prism2mib.c | 241 struct p80211msg_dot11req_mibset *msg = msgp; in prism2mgmt_mibset_mibget() local 351 struct p80211msg_dot11req_mibset *msg, in prism2mib_bytearea2pstr() 401 struct p80211msg_dot11req_mibset *msg, void *data) in prism2mib_uint32() 448 struct p80211msg_dot11req_mibset *msg, void *data) in prism2mib_flag() 505 struct p80211msg_dot11req_mibset *msg, in prism2mib_wepdefaultkey() 555 struct p80211msg_dot11req_mibset *msg, in prism2mib_privacyinvoked() 598 struct p80211msg_dot11req_mibset *msg, in prism2mib_fragmentationthreshold() 644 struct p80211msg_dot11req_mibset *msg, void *data) in prism2mib_priv()
|