Searched refs:msg_map (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_mbuf_pool.cpp | 63 MsgBufMap* msg_map = NULL; in ~MsgBuffPool() local 69 delete msg_map; in ~MsgBuffPool() 85 MsgBufMap* msg_map = NULL; in GetMsgBuf() local 90 if (msg_map) { in GetMsgBuf() 91 return msg_map->GetMsgBuf(); in GetMsgBuf() 100 if (!msg_map) { in GetMsgBuf() 104 _hash_map->HashInsert(msg_map); in GetMsgBuf() 106 return msg_map->GetMsgBuf(); in GetMsgBuf() 119 MsgBufMap* msg_map = NULL; in FreeMsgBuf() local 125 if (!hash_item || !msg_map) { in FreeMsgBuf() [all …]
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_mbox.c | 401 bus_dmamap_t msg_map; in bcm2835_mbox_property() local 417 buf = bcm2835_mbox_init_dma(mbox, msg_size, &msg_tag, &msg_map, in bcm2835_mbox_property() 426 bus_dmamap_sync(msg_tag, msg_map, in bcm2835_mbox_property() 432 bus_dmamap_sync(msg_tag, msg_map, in bcm2835_mbox_property() 440 bus_dmamap_unload(msg_tag, msg_map); in bcm2835_mbox_property() 441 bus_dmamem_free(msg_tag, buf, msg_map); in bcm2835_mbox_property()
|