Home | History | Annotate | Download | only in src

Lines Matching refs:mm_channel_queue_node_t

108 mm_channel_queue_node_t* mm_channel_superbuf_dequeue(mm_channel_queue_t * queue);
192 mm_channel_queue_node_t *node = NULL;
1556 mm_channel_queue_node_t* super_buf = NULL;
1600 super_buf = (mm_channel_queue_node_t*)node->data;
1647 super_buf = (mm_channel_queue_node_t*)node->data;
1675 super_buf = (mm_channel_queue_node_t*)node->data;
1689 mm_channel_queue_node_t *new_buf = NULL;
1692 new_buf = (mm_channel_queue_node_t*)malloc(sizeof(mm_channel_queue_node_t));
1695 memset(new_buf, 0, sizeof(mm_channel_queue_node_t));
1747 mm_channel_queue_node_t* mm_channel_superbuf_dequeue_internal(mm_channel_queue_t * queue,
1753 mm_channel_queue_node_t* super_buf = NULL;
1760 super_buf = (mm_channel_queue_node_t*)node->data;
1792 mm_channel_queue_node_t* mm_channel_superbuf_dequeue(mm_channel_queue_t * queue)
1794 mm_channel_queue_node_t* super_buf = NULL;
1821 mm_channel_queue_node_t* super_buf = NULL;
1867 mm_channel_queue_node_t* super_buf = NULL;
1908 mm_channel_queue_node_t* super_buf = NULL;