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);
194 mm_channel_queue_node_t *node = NULL;
1558 mm_channel_queue_node_t* super_buf = NULL;
1602 super_buf = (mm_channel_queue_node_t*)node->data;
1649 super_buf = (mm_channel_queue_node_t*)node->data;
1677 super_buf = (mm_channel_queue_node_t*)node->data;
1691 mm_channel_queue_node_t *new_buf = NULL;
1694 new_buf = (mm_channel_queue_node_t*)malloc(sizeof(mm_channel_queue_node_t));
1697 memset(new_buf, 0, sizeof(mm_channel_queue_node_t));
1749 mm_channel_queue_node_t* mm_channel_superbuf_dequeue_internal(mm_channel_queue_t * queue,
1755 mm_channel_queue_node_t* super_buf = NULL;
1762 super_buf = (mm_channel_queue_node_t*)node->data;
1794 mm_channel_queue_node_t* mm_channel_superbuf_dequeue(mm_channel_queue_t * queue)
1796 mm_channel_queue_node_t* super_buf = NULL;
1823 mm_channel_queue_node_t* super_buf = NULL;
1869 mm_channel_queue_node_t* super_buf = NULL;
1910 mm_channel_queue_node_t* super_buf = NULL;