Searched refs:u_vector_remove (Results 1 – 4 of 4) sorted by relevance
54 void *u_vector_remove(struct u_vector *queue);
102 u_vector_remove(struct u_vector *vector) in u_vector_remove() function
60 u_vector_remove(&vector); in test()
143 uint32_t *elem = u_vector_remove(&queue->vector); in wsi_queue_pull()