Searched refs:queue_push_head (Results 1 – 3 of 3) sorted by relevance
42 int queue_push_head(struct queue *queue, void *data);
63 int queue_push_head(struct queue *queue, void *data) in queue_push_head() function
826 ret = queue_push_head(&bufferq, pBuffer); in RetainThisBuffer()