Searched refs:queue_remove_item (Results 1 – 3 of 3) sorted by relevance
21 int queue_remove_item(queue *q, void *e);
34 queue_remove_item(queue *_q, void *e) in queue_remove_item() function
70 queue_remove_item(&mapped_paddr_lru, &paddr_desc[index]); in generic_get_physical_page()