Home
last modified time | relevance | path

Searched refs:msgq_buf (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/samples/kernel/metairq_dispatch/src/
Dmain.c21 struct msg msgq_buf[QUEUE_DEPTH]; member
236 k_msgq_init(&threads[i].msgq, (char *)threads[i].msgq_buf, in main()
/Zephyr-Core-3.5.0/subsys/sip_svc/
Dsip_svc_subsys.c817 char *msgq_buf = NULL; in sip_svc_subsys_init() local
859 msgq_buf = k_malloc(sizeof(struct sip_svc_request) * in sip_svc_subsys_init()
861 if (!msgq_buf) { in sip_svc_subsys_init()
872 k_free(msgq_buf); in sip_svc_subsys_init()
880 k_msgq_init(&ctrl->req_msgq, msgq_buf, sizeof(struct sip_svc_request), in sip_svc_subsys_init()
902 k_free(msgq_buf); in sip_svc_subsys_init()
/Zephyr-Core-3.5.0/tests/kernel/workq/work_queue/src/
Dmain.c83 char msgq_buf[1][MSG_SIZE]; member
764 (char *)ctx->msgq_buf, in test_triggered_from_msgq_init()