namespaces_list    50 tools/perf/util/thread.c 		INIT_LIST_HEAD(&thread->namespaces_list);
namespaces_list    95 tools/perf/util/thread.c 				 &thread->namespaces_list, list) {
namespaces_list   154 tools/perf/util/thread.c 	if (list_empty(&thread->namespaces_list))
namespaces_list   157 tools/perf/util/thread.c 	return list_first_entry(&thread->namespaces_list, struct namespaces, list);
namespaces_list   180 tools/perf/util/thread.c 	list_add(&new->list, &thread->namespaces_list);
namespaces_list    37 tools/perf/util/thread.h 	struct list_head	namespaces_list;