Searched refs:MSG_SIZE (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 87 #define MSG_SIZE 16 macro 322 char buff[MSG_SIZE]; in cont_thread() 338 while (mq_receive(queue, buff, MSG_SIZE, &prio_in) == MSG_SIZE) 342 if (mq_send(queue, buff, MSG_SIZE, prio_out)) \ 349 if (mq_send(queue, buff, MSG_SIZE, prio_out)) \ 352 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \ 424 char buff[MSG_SIZE]; in perf_test_thread() 710 attr.mq_msgsize = MSG_SIZE; in main()
|
/kernel/linux/linux-5.10/drivers/edac/ |
D | skx_common.c | 38 static char skx_msg[MSG_SIZE]; 78 adxl_msg = kzalloc(MSG_SIZE, GFP_KERNEL); in skx_adxl_get() 145 len += snprintf(adxl_msg + len, MSG_SIZE - len, " %s:0x%llx", in skx_adxl_decode() 147 if (MSG_SIZE - len <= 0) in skx_adxl_decode() 542 len = snprintf(skx_msg, MSG_SIZE, "%s%s err_code:0x%04x:0x%04x %s", in skx_mce_output_error() 547 len = snprintf(skx_msg, MSG_SIZE, in skx_mce_output_error() 557 skx_show_retry_rd_err_log(res, skx_msg + len, MSG_SIZE - len); in skx_mce_output_error()
|
D | skx_common.h | 12 #define MSG_SIZE 1024 macro
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
D | adf_transport_access_macros.h | 65 #define ADF_MAX_INFLIGHTS(RING_SIZE, MSG_SIZE) \ argument 66 ((((1 << (RING_SIZE - 1)) << 3) >> ADF_SIZE_TO_POW(MSG_SIZE)) - 1)
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
D | hvc_iucv.c | 51 #define MSG_SIZE(s) ((s) + offsetof(struct iucv_tty_msg, data)) macro 162 bufp->msg.length = MSG_SIZE(size); in alloc_tty_buffer() 264 (rb->msg.length != MSG_SIZE(rb->mbuf->datalen))) in hvc_iucv_write() 411 sb->msg.length = MSG_SIZE(sb->mbuf->datalen); in hvc_iucv_send() 910 if (msg->length > MSG_SIZE(MSG_MAX_DATALEN)) { in hvc_iucv_msg_pending()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | gdth.h | 170 #define MSG_SIZE 34 /* size of message structure */ macro
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0018_linux_drivers_firmware.patch | 2717 + size = MSG_SIZE(priv->rx_msg.header); 2739 + size = MSG_SIZE(priv->rx_msg.header); 3758 +#define MSG_SIZE(x) (((x) & 0x0000ff00) >> 8)
|
D | 0038_linux_drivers_mxc.patch | 196896 + pSharedMsgBufDescPtr->uEnd = pSharedMsgBufDescPtr->uStart + MSG_SIZE; 196898 + phy_addr += MSG_SIZE; 196900 + This->codec_mem_vir = This->msg_mem_vir + MSG_SIZE; 196983 + phy_addr += MSG_SIZE; 196985 + This->codec_mem_vir = This->msg_mem_vir + MSG_SIZE; 197379 +#define MSG_SIZE 25600 207420 + pSharedMsgBufDescPtr->end = pSharedMsgBufDescPtr->start + MSG_SIZE; 207422 + phy_addr += MSG_SIZE; 207898 +#define MSG_SIZE 25600
|