Home
last modified time | relevance | path

Searched refs:MSG_SIZE (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/mqueue/
A Dmq_perf_tests.c87 #define MSG_SIZE 16 macro
325 char buff[MSG_SIZE]; in cont_thread()
342 while (mq_receive(queue, buff, MSG_SIZE, &prio_in) == MSG_SIZE)
346 if (mq_send(queue, buff, MSG_SIZE, prio_out)) \
353 if (mq_send(queue, buff, MSG_SIZE, prio_out)) \
356 if (mq_receive(queue, buff, MSG_SIZE, &prio_in) != MSG_SIZE) \
428 char buff[MSG_SIZE]; in perf_test_thread()
716 attr.mq_msgsize = MSG_SIZE; in main()
/linux/drivers/crypto/intel/qat/qat_common/
A Dadf_transport_access_macros.h48 #define ADF_MAX_INFLIGHTS(RING_SIZE, MSG_SIZE) \ argument
49 ((((1 << (RING_SIZE - 1)) << 3) >> ADF_SIZE_TO_POW(MSG_SIZE)) - 1)
/linux/drivers/edac/
A Dskx_common.c44 static char skx_msg[MSG_SIZE];
96 adxl_msg = kzalloc(MSG_SIZE, GFP_KERNEL); in skx_adxl_get()
177 len += snprintf(adxl_msg + len, MSG_SIZE - len, " %s:0x%llx", in skx_adxl_decode()
179 if (MSG_SIZE - len <= 0) in skx_adxl_decode()
597 len = snprintf(skx_msg, MSG_SIZE, "%s%s err_code:0x%04x:0x%04x %s", in skx_mce_output_error()
602 len = snprintf(skx_msg, MSG_SIZE, in skx_mce_output_error()
612 skx_show_retry_rd_err_log(res, skx_msg + len, MSG_SIZE - len, scrub_err); in skx_mce_output_error()
A Dskx_common.h15 #define MSG_SIZE 1024 macro
/linux/drivers/tty/hvc/
A Dhvc_iucv.c50 #define MSG_SIZE(s) ((s) + offsetof(struct iucv_tty_msg, data)) macro
161 bufp->msg.length = MSG_SIZE(size); in alloc_tty_buffer()
263 (rb->msg.length != MSG_SIZE(rb->mbuf->datalen))) in hvc_iucv_write()
410 sb->msg.length = MSG_SIZE(sb->mbuf->datalen); in hvc_iucv_send()
907 if (msg->length > MSG_SIZE(MSG_MAX_DATALEN)) { in hvc_iucv_msg_pending()
/linux/drivers/media/platform/amphion/
A Dvpu_windsor.c26 #define MSG_SIZE 25600 macro
593 iface->msg_buffer_desc.end = iface->msg_buffer_desc.start + MSG_SIZE; in vpu_windsor_init_rpc()
595 offset += MSG_SIZE; in vpu_windsor_init_rpc()
A Dvpu_malone.c29 #define MSG_SIZE 25600 macro
380 iface->msg_buffer_desc.buffer.end = iface->msg_buffer_desc.buffer.start + MSG_SIZE; in vpu_malone_init_rpc()
381 offset += MSG_SIZE; in vpu_malone_init_rpc()

Completed in 32 milliseconds