Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mqueue/
H 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/
H 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/
H A Dskx_common.c47 static char skx_msg[MSG_SIZE];
100 adxl_msg = kzalloc(MSG_SIZE, GFP_KERNEL); in skx_adxl_get()
242 len += snprintf(adxl_msg + len, MSG_SIZE - len, " %s:0x%llx", in skx_adxl_decode()
244 if (MSG_SIZE - len <= 0) in skx_adxl_decode()
703 len = scnprintf(skx_msg, MSG_SIZE, "%s%s err_code:0x%04x:0x%04x %s", in skx_mce_output_error()
708 len = scnprintf(skx_msg, MSG_SIZE, in skx_mce_output_error()
718 skx_show_retry_rd_err_log(res, skx_msg + len, MSG_SIZE - len, scrub_err); in skx_mce_output_error()
/linux/drivers/media/platform/amphion/
H 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()