Home
last modified time | relevance | path

Searched refs:ops_arg (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/hfi1/
A Dmmu_rb.h26 void (*remove)(void *ops_arg, struct mmu_rb_node *mnode);
27 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode,
44 void *ops_arg; member
53 int hfi1_mmu_rb_register(void *ops_arg,
A Dmmu_rb.c42 int hfi1_mmu_rb_register(void *ops_arg, in hfi1_mmu_rb_register() argument
58 h->ops_arg = ops_arg; in hfi1_mmu_rb_register()
193 mnode->handler->ops->remove(mnode->handler->ops_arg, mnode); in release_immediate()
244 if (handler->ops->evict(handler->ops_arg, rbnode, evict_arg, in hfi1_mmu_rb_evict()
310 handler->ops->remove(handler->ops_arg, node); in handle_remove()

Completed in 13 milliseconds