Searched refs:start_pg (Results 1 – 1 of 1) sorted by relevance
3059 struct ftrace_page *start_pg; in ftrace_allocate_pages() local3066 start_pg = pg = kzalloc(sizeof(*pg), GFP_KERNEL); in ftrace_allocate_pages()3091 return start_pg; in ftrace_allocate_pages()3094 ftrace_free_pages(start_pg); in ftrace_allocate_pages()5637 struct ftrace_page *start_pg; in ftrace_process_locs() local5655 start_pg = ftrace_allocate_pages(count); in ftrace_process_locs()5656 if (!start_pg) in ftrace_process_locs()5669 ftrace_pages = ftrace_pages_start = start_pg; in ftrace_process_locs()5680 ftrace_pages->next = start_pg; in ftrace_process_locs()5684 pg = start_pg; in ftrace_process_locs()[all …]