Home
last modified time | relevance | path

Searched refs:mnode (Results 1 – 4 of 4) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dmmu_rb.c118 struct mmu_rb_node *mnode) in hfi1_mmu_rb_insert() argument
124 trace_hfi1_mmu_rb_insert(mnode->addr, mnode->len); in hfi1_mmu_rb_insert()
130 node = __mmu_rb_search(handler, mnode->addr, mnode->len); in hfi1_mmu_rb_insert()
135 __mmu_int_rb_insert(mnode, &handler->root); in hfi1_mmu_rb_insert()
136 list_add_tail(&mnode->list, &handler->lru_list); in hfi1_mmu_rb_insert()
137 mnode->handler = handler; in hfi1_mmu_rb_insert()
187 struct mmu_rb_node *mnode = in release_immediate() local
189 mnode->handler->ops->remove(mnode->handler->ops_arg, mnode); in release_immediate()
195 struct mmu_rb_node *mnode = in release_nolock() local
197 list_move(&mnode->list, &mnode->handler->del_list); in release_nolock()
[all …]
Dmmu_rb.h29 int (*insert)(void *ops_arg, struct mmu_rb_node *mnode);
30 void (*remove)(void *ops_arg, struct mmu_rb_node *mnode);
32 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode,
54 struct mmu_rb_node *mnode);
Duser_sdma.c65 static int sdma_rb_evict(void *arg, struct mmu_rb_node *mnode,
67 static void sdma_rb_remove(void *arg, struct mmu_rb_node *mnode);
1630 static int sdma_rb_evict(void *arg, struct mmu_rb_node *mnode, in sdma_rb_evict() argument
1634 container_of(mnode, struct sdma_mmu_node, rb); in sdma_rb_evict()
1647 static void sdma_rb_remove(void *arg, struct mmu_rb_node *mnode) in sdma_rb_remove() argument
1650 container_of(mnode, struct sdma_mmu_node, rb); in sdma_rb_remove()
/drivers/fsi/
Dfsi-master-ast-cf.c1215 struct device_node *np, *mnode = dev_of_node(&pdev->dev); in fsi_master_acf_probe() local
1232 master->is_ast2500 = of_device_is_compatible(mnode, "aspeed,ast2500-cf-fsi-master"); in fsi_master_acf_probe()
1288 np = of_parse_phandle(mnode, "memory-region", 0); in fsi_master_acf_probe()
1319 np = of_parse_phandle(mnode, "aspeed,cvic", 0); in fsi_master_acf_probe()