Lines Matching refs:caller
2021 unsigned long flags, const void *caller) in setup_vmalloc_vm() argument
2027 vm->caller = caller; in setup_vmalloc_vm()
2045 unsigned long end, int node, gfp_t gfp_mask, const void *caller) in __get_vm_area_node() argument
2072 setup_vmalloc_vm(area, va, flags, caller); in __get_vm_area_node()
2087 const void *caller) in __get_vm_area_caller() argument
2090 GFP_KERNEL, caller); in __get_vm_area_caller()
2112 const void *caller) in get_vm_area_caller() argument
2115 NUMA_NO_NODE, GFP_KERNEL, caller); in get_vm_area_caller()
2399 int node, const void *caller);
2417 PAGE_KERNEL, node, area->caller); in __vmalloc_area_node()
2484 const void *caller) in __vmalloc_node_range() argument
2495 vm_flags, start, end, node, gfp_mask, caller); in __vmalloc_node_range()
2552 int node, const void *caller) in __vmalloc_node() argument
2555 gfp_mask, prot, 0, node, caller); in __vmalloc_node()
2574 void *caller) in __vmalloc_node_flags_caller() argument
2576 return __vmalloc_node(size, 1, flags, PAGE_KERNEL, node, caller); in __vmalloc_node_flags_caller()
3516 if (v->caller) in s_show()
3517 seq_printf(m, " %pS", v->caller); in s_show()