Searched refs:fgd (Results 1 – 1 of 1) sorted by relevance
6613 fgd->idx = i; in __g_next()6644 fgd->idx = 0; in g_start()6645 fgd->entry = NULL; in g_start()6735 fgd->hash = NULL; in __ftrace_graph_open()6749 fgd = kmalloc(sizeof(*fgd), GFP_KERNEL); in ftrace_graph_open()6750 if (fgd == NULL) in ftrace_graph_open()6762 kfree(fgd); in ftrace_graph_open()6777 fgd = kmalloc(sizeof(*fgd), GFP_KERNEL); in ftrace_graph_notrace_open()6778 if (fgd == NULL) in ftrace_graph_notrace_open()6790 kfree(fgd); in ftrace_graph_notrace_open()[all …]