queue_remove_item
int queue_remove_item(queue *q, void *e);
queue_remove_item(&mapped_paddr_lru, &paddr_desc[index]);