Lines Matching refs:caller
1367 unsigned long flags, const void *caller) in setup_vmalloc_vm() argument
1373 vm->caller = caller; in setup_vmalloc_vm()
1392 unsigned long end, int node, gfp_t gfp_mask, const void *caller) in __get_vm_area_node() argument
1419 setup_vmalloc_vm(area, va, flags, caller); in __get_vm_area_node()
1434 const void *caller) in __get_vm_area_caller() argument
1437 GFP_KERNEL, caller); in __get_vm_area_caller()
1457 const void *caller) in get_vm_area_caller() argument
1460 NUMA_NO_NODE, GFP_KERNEL, caller); in get_vm_area_caller()
1670 int node, const void *caller);
1689 PAGE_KERNEL, node, area->caller); in __vmalloc_area_node()
1749 const void *caller) in __vmalloc_node_range() argument
1760 vm_flags, start, end, node, gfp_mask, caller); in __vmalloc_node_range()
1813 int node, const void *caller) in __vmalloc_node() argument
1816 gfp_mask, prot, 0, node, caller); in __vmalloc_node()
1835 void *caller) in __vmalloc_node_flags_caller() argument
1837 return __vmalloc_node(size, 1, flags, PAGE_KERNEL, node, caller); in __vmalloc_node_flags_caller()
2735 if (v->caller) in s_show()
2736 seq_printf(m, " %pS", v->caller); in s_show()