Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/hfi1/
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 …]
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);
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-v6.6/net/ipv4/
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()
Dipmr.c371 .head_offset = offsetof(struct mr_mfc, mnode),
1189 rhltable_remove(&mrt->mfc_hash, &c->_c.mnode, ipmr_rht_params); in ipmr_mfc_delete()
1242 ret = rhltable_insert_key(&mrt->mfc_hash, &c->cmparg, &c->_c.mnode, in ipmr_mfc_add()
1305 rhltable_remove(&mrt->mfc_hash, &c->mnode, ipmr_rht_params); in mroute_clean_tables()
/Linux-v6.6/drivers/irqchip/
Dirq-loongson-eiointc.c62 static void eiointc_set_irq_route(int pos, unsigned int cpu, unsigned int mnode, nodemask_t *node_m… in eiointc_set_irq_route() argument
82 route_node = (node == mnode) ? cpu_node : node; in eiointc_set_irq_route()
/Linux-v6.6/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()
/Linux-v6.6/include/linux/
Dmroute_base.h136 struct rhlist_head mnode; member
/Linux-v6.6/net/ipv6/
Dip6mr.c355 .head_offset = offsetof(struct mr_mfc, mnode),
1230 rhltable_remove(&mrt->mfc_hash, &c->_c.mnode, ip6mr_rht_params); in ip6mr_mfc_delete()
1476 err = rhltable_insert_key(&mrt->mfc_hash, &c->cmparg, &c->_c.mnode, in ip6mr_mfc_add()
1542 rhltable_remove(&mrt->mfc_hash, &c->mnode, ip6mr_rht_params); in mroute_clean_tables()
/Linux-v6.6/arch/s390/kvm/
Dkvm-s390.c2219 struct rb_node *mnode = &ms->gfn_node[slots->node_idx]; in kvm_s390_next_dirty_cmma() local
2222 mnode = rb_next(mnode); in kvm_s390_next_dirty_cmma()
2224 if (!mnode) in kvm_s390_next_dirty_cmma()
2225 mnode = rb_first(&slots->gfn_tree); in kvm_s390_next_dirty_cmma()
2227 ms = container_of(mnode, struct kvm_memory_slot, gfn_node[slots->node_idx]); in kvm_s390_next_dirty_cmma()
2235 while (ofs >= ms->npages && (mnode = rb_next(mnode))) { in kvm_s390_next_dirty_cmma()
2236 ms = container_of(mnode, struct kvm_memory_slot, gfn_node[slots->node_idx]); in kvm_s390_next_dirty_cmma()