Home
last modified time | relevance | path

Searched refs:slot_node (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/platform_data/
H A Ddma-iop32x.h84 struct list_head slot_node; member
/linux/drivers/dma/ppc4xx/
H A Dadma.h148 struct list_head slot_node; member
H A Dadma.c1451 slot = list_entry(slot->slot_node.next, in ppc440spe_adma_free_slots()
1453 slot_node); in ppc440spe_adma_free_slots()
1705 slot_node); in ppc440spe_adma_alloc_slots()
1707 slot_node) { in ppc440spe_adma_alloc_slots()
1740 iter = list_entry(iter->slot_node.next, in ppc440spe_adma_alloc_slots()
1742 slot_node); in ppc440spe_adma_alloc_slots()
1796 INIT_LIST_HEAD(&slot->slot_node); in ppc440spe_adma_alloc_chan_resources()
1803 list_add_tail(&slot->slot_node, &ppc440spe_chan->all_slots); in ppc440spe_adma_alloc_chan_resources()
1811 slot_node); in ppc440spe_adma_alloc_chan_resources()
3547 &ppc440spe_chan->all_slots, slot_node) { in ppc440spe_adma_free_chan_resources()
[all …]
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c602 hash_for_each(vmp->regions.slot_hash, ctr, region, slot_node) { in __pin_task_to_cpu()
810 hash_del(&region->slot_node); in kvm_vm_free()
839 hash_for_each_safe(vmp->regions.slot_hash, ctr, node, region, slot_node) in vm_userspace_mem_region_gpa_insert()
1023 hash_for_each_possible(vm->regions.slot_hash, region, slot_node, in vm_mem_add()
1135 hash_add(vm->regions.slot_hash, &region->slot_node, slot);
1177 hash_for_each_possible(vm->regions.slot_hash, region, slot_node, in vm_mem_region_set_flags()
1976 hash_for_each(vm->regions.slot_hash, ctr, region, slot_node) {
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h50 struct hlist_node slot_node; member