Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mqueue/
A Dmq_perf_tests.c87 #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()
/linux/drivers/crypto/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.c42 static char skx_msg[MSG_SIZE];
94 adxl_msg = kzalloc(MSG_SIZE, GFP_KERNEL); in skx_adxl_get()
170 len += snprintf(adxl_msg + len, MSG_SIZE - len, " %s:0x%llx", in skx_adxl_decode()
172 if (MSG_SIZE - len <= 0) in skx_adxl_decode()
595 len = snprintf(skx_msg, MSG_SIZE, "%s%s err_code:0x%04x:0x%04x %s", in skx_mce_output_error()
600 len = snprintf(skx_msg, MSG_SIZE, in skx_mce_output_error()
610 skx_show_retry_rd_err_log(res, skx_msg + len, MSG_SIZE - len, scrub_err); in skx_mce_output_error()
A Dskx_common.h14 #define MSG_SIZE 1024 macro
/linux/drivers/tty/hvc/
A Dhvc_iucv.c51 #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()
908 if (msg->length > MSG_SIZE(MSG_MAX_DATALEN)) { in hvc_iucv_msg_pending()

Completed in 15 milliseconds