variable_list 229 scripts/kconfig/preprocess.c static LIST_HEAD(variable_list); variable_list 243 scripts/kconfig/preprocess.c list_for_each_entry(v, &variable_list, node) { variable_list 303 scripts/kconfig/preprocess.c list_add_tail(&v->node, &variable_list); variable_list 336 scripts/kconfig/preprocess.c list_for_each_entry_safe(v, tmp, &variable_list, node) variable_list 1048 tools/perf/util/probe-event.c struct variable_list *vls = NULL, *vl; variable_list 1378 tools/perf/util/probe-finder.c struct variable_list *vl; variable_list 1454 tools/perf/util/probe-finder.c struct variable_list *vl; variable_list 1512 tools/perf/util/probe-finder.c struct variable_list **vls) variable_list 1521 tools/perf/util/probe-finder.c *vls = zalloc(sizeof(struct variable_list) * af.max_vls); variable_list 59 tools/perf/util/probe-finder.h struct variable_list **vls); variable_list 103 tools/perf/util/probe-finder.h struct variable_list *vls; /* Found variable lists */