Searched refs:comm_list (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dconfig.c36 static struct config_group *comm_list; variable in typeref:struct:config_group
444 comm_list = &cms->cs_group;
468 comm_list = NULL;
816 if (!comm_list)
821 list_for_each_entry(i, &comm_list->cg_children, ci_entry) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-diff.c223 sort_entry__setup_elide(&sort_comm, symbol_conf.comm_list, "comm", NULL);
H A Dbuiltin-report.c507 sort_entry__setup_elide(&sort_comm, symbol_conf.comm_list, "comm", stdout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Devent.c342 (!symbol_conf.comm_list ||
343 strlist__has_entry(symbol_conf.comm_list, comm))) {
697 if (symbol_conf.comm_list &&
698 !strlist__has_entry(symbol_conf.comm_list, thread->comm))
H A Dsymbol.h86 *comm_list, member in struct:symbol_conf
H A Dsymbol.c2291 if (setup_list(&symbol_conf.comm_list,
2305 strlist__delete(symbol_conf.comm_list);
2315 strlist__delete(symbol_conf.comm_list);
2317 symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL;

Completed in 177 milliseconds