Lines Matching refs:namespaces
13 #include "namespaces.h"
83 struct namespaces *namespaces, *tmp_namespaces;
95 list_for_each_entry_safe(namespaces, tmp_namespaces,
97 list_del_init(&namespaces->list);
98 namespaces__free(namespaces);
154 static struct namespaces *__thread__namespaces(const struct thread *thread)
159 return list_first_entry(&thread->namespaces_list, struct namespaces, list);
162 struct namespaces *thread__namespaces(struct thread *thread)
164 struct namespaces *ns;
176 struct namespaces *new, *curr = __thread__namespaces(thread);
186 * setns syscall must have changed few or all the namespaces
187 * of this thread. Update end time for the namespaces