Searched refs:consistent_head (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/lib/
H A Ddma-noncoherent.c86 static struct vm_region consistent_head = { variable in typeref:struct:vm_region
87 .vm_list = LIST_HEAD_INIT(consistent_head.vm_list),
194 c = vm_region_alloc(&consistent_head, size,
250 c = vm_region_find(&consistent_head, (unsigned long)vaddr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mm/
H A Dconsistent.c82 static struct vm_region consistent_head = { variable in typeref:struct:vm_region
83 .vm_list = LIST_HEAD_INIT(consistent_head.vm_list),
217 c = vm_region_alloc(&consistent_head, size,
315 c = vm_region_find(&consistent_head, (unsigned long)cpu_addr);
374 c = vm_region_find(&consistent_head, (unsigned long)cpu_addr);

Completed in 92 milliseconds