Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c121 struct mmu_rb_node *mnode) in hfi1_mmu_rb_insert() argument
127 trace_hfi1_mmu_rb_insert(mnode); in hfi1_mmu_rb_insert()
133 node = __mmu_rb_search(handler, mnode->addr, mnode->len); in hfi1_mmu_rb_insert()
138 __mmu_int_rb_insert(mnode, &handler->root); in hfi1_mmu_rb_insert()
139 list_add_tail(&mnode->list, &handler->lru_list); in hfi1_mmu_rb_insert()
140 mnode->handler = handler; in hfi1_mmu_rb_insert()
190 struct mmu_rb_node *mnode = in release_immediate() local
192 trace_hfi1_mmu_release_node(mnode); in release_immediate()
193 mnode->handler->ops->remove(mnode->handler->ops_arg, mnode); in release_immediate()
199 struct mmu_rb_node *mnode = in release_nolock() local
[all …]
H 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,
59 struct mmu_rb_node *mnode);
H A Dpin_system.c25 static int sdma_rb_evict(void *arg, struct mmu_rb_node *mnode, void *arg2,
27 static void sdma_rb_remove(void *arg, struct mmu_rb_node *mnode);
451 static int sdma_rb_evict(void *arg, struct mmu_rb_node *mnode, in sdma_rb_evict() argument
455 container_of(mnode, struct sdma_mmu_node, rb); in sdma_rb_evict()
468 static void sdma_rb_remove(void *arg, struct mmu_rb_node *mnode) in sdma_rb_remove() argument
471 container_of(mnode, struct sdma_mmu_node, rb); in sdma_rb_remove()
/linux/net/ipv4/
H A Dipmr_base.c70 rhl_for_each_entry_rcu(c, tmp, list, mnode) in mr_mfc_find_parent()
85 rhl_for_each_entry_rcu(c, tmp, list, mnode) in mr_mfc_find_any_parent()
99 rhl_for_each_entry_rcu(c, tmp, list, mnode) { in mr_mfc_find_any()
/linux/drivers/fsi/
H A 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 rc = of_reserved_mem_region_to_resource(mnode, 0, &res); in fsi_master_acf_probe()
1312 np = of_parse_phandle(mnode, "aspeed,cvic", 0); in fsi_master_acf_probe()
/linux/drivers/irqchip/
H A Dirq-loongson-eiointc.c106 static void eiointc_set_irq_route(int pos, unsigned int cpu, unsigned int mnode, nodemask_t *node_m… in eiointc_set_irq_route() argument
126 route_node = (node == mnode) ? cpu_node : node; in eiointc_set_irq_route()
/linux/include/linux/
H A Dmroute_base.h136 struct rhlist_head mnode; member
/linux/net/ipv6/
H A Dip6mr.c367 .head_offset = offsetof(struct mr_mfc, mnode),
1248 rhltable_remove(&mrt->mfc_hash, &c->_c.mnode, ip6mr_rht_params); in ip6mr_mfc_delete()
1494 err = rhltable_insert_key(&mrt->mfc_hash, &c->cmparg, &c->_c.mnode, in ip6mr_mfc_add()
1560 rhltable_remove(&mrt->mfc_hash, &c->mnode, ip6mr_rht_params); in mroute_clean_tables()