Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dmmu_rb.h28 int (*insert)(void *ops_arg, struct mmu_rb_node *mnode);
29 void (*remove)(void *ops_arg, struct mmu_rb_node *mnode);
31 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode,
53 struct mmu_rb_node *mnode);
56 struct mmu_rb_node *mnode);
Dmmu_rb.c115 struct mmu_rb_node *mnode) in hfi1_mmu_rb_insert() argument
121 trace_hfi1_mmu_rb_insert(mnode->addr, mnode->len); in hfi1_mmu_rb_insert()
127 node = __mmu_rb_search(handler, mnode->addr, mnode->len); in hfi1_mmu_rb_insert()
132 __mmu_int_rb_insert(mnode, &handler->root); in hfi1_mmu_rb_insert()
133 list_add(&mnode->list, &handler->lru_list); in hfi1_mmu_rb_insert()
135 ret = handler->ops->insert(handler->ops_arg, mnode); in hfi1_mmu_rb_insert()
137 __mmu_int_rb_remove(mnode, &handler->root); in hfi1_mmu_rb_insert()
138 list_del(&mnode->list); /* remove from LRU list */ in hfi1_mmu_rb_insert()
140 mnode->handler = handler; in hfi1_mmu_rb_insert()
Duser_sdma.c70 static int sdma_rb_insert(void *arg, struct mmu_rb_node *mnode);
71 static int sdma_rb_evict(void *arg, struct mmu_rb_node *mnode,
73 static void sdma_rb_remove(void *arg, struct mmu_rb_node *mnode);
74 static int sdma_rb_invalidate(void *arg, struct mmu_rb_node *mnode);
1456 static int sdma_rb_insert(void *arg, struct mmu_rb_node *mnode) in sdma_rb_insert() argument
1459 container_of(mnode, struct sdma_mmu_node, rb); in sdma_rb_insert()
1470 static int sdma_rb_evict(void *arg, struct mmu_rb_node *mnode, in sdma_rb_evict() argument
1474 container_of(mnode, struct sdma_mmu_node, rb); in sdma_rb_evict()
1491 static void sdma_rb_remove(void *arg, struct mmu_rb_node *mnode) in sdma_rb_remove() argument
1494 container_of(mnode, struct sdma_mmu_node, rb); in sdma_rb_remove()
[all …]
/linux-6.1.9/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-6.1.9/drivers/irqchip/
Dirq-loongson-eiointc.c63 static void eiointc_set_irq_route(int pos, unsigned int cpu, unsigned int mnode, nodemask_t *node_m… in eiointc_set_irq_route() argument
83 route_node = (node == mnode) ? cpu_node : node; in eiointc_set_irq_route()
/linux-6.1.9/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-6.1.9/include/linux/
Dmroute_base.h136 struct rhlist_head mnode; member
/linux-6.1.9/arch/s390/kvm/
Dkvm-s390.c2139 struct rb_node *mnode = &ms->gfn_node[slots->node_idx]; in kvm_s390_next_dirty_cmma() local
2142 mnode = rb_next(mnode); in kvm_s390_next_dirty_cmma()
2144 if (!mnode) in kvm_s390_next_dirty_cmma()
2145 mnode = rb_first(&slots->gfn_tree); in kvm_s390_next_dirty_cmma()
2147 ms = container_of(mnode, struct kvm_memory_slot, gfn_node[slots->node_idx]); in kvm_s390_next_dirty_cmma()
2151 while (ofs >= ms->npages && (mnode = rb_next(mnode))) { in kvm_s390_next_dirty_cmma()
2152 ms = container_of(mnode, struct kvm_memory_slot, gfn_node[slots->node_idx]); in kvm_s390_next_dirty_cmma()
/linux-6.1.9/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()