Lines Matching full:remove
138 list_del(&mnode->list); /* remove from LRU list */ in hfi1_mmu_rb_insert()
187 list_del(&node->list); /* remove from LRU list */ in hfi1_mmu_rb_remove_unless_exact()
225 handler->ops->remove(handler->ops_arg, rbnode); in hfi1_mmu_rb_evict()
231 * mmu invalidate notifier which may be calling the users remove callback on
246 list_del(&node->list); /* remove from LRU list */ in hfi1_mmu_rb_remove()
249 handler->ops->remove(handler->ops_arg, node); in hfi1_mmu_rb_remove()
285 * Call the remove function for the given handler and the list. This
297 handler->ops->remove(handler->ops_arg, node); in do_remove()
302 * Work queue function to remove all nodes that have been queued up to
304 * and the remove callback can sleep while taking it, if needed.
314 /* remove anything that is queued to get removed */ in handle_remove()