Searched refs:thread__namespaces_list (Results 1 – 2 of 2) sorted by relevance
55 INIT_LIST_HEAD(thread__namespaces_list(thread)); in thread__new()101 thread__namespaces_list(thread), list) { in thread__delete()147 if (list_empty(thread__namespaces_list(thread))) in __thread__namespaces()150 return list_first_entry(thread__namespaces_list(thread), struct namespaces, list); in __thread__namespaces()173 list_add(&new->list, thread__namespaces_list(thread)); in __thread__set_namespaces()
220 static inline struct list_head *thread__namespaces_list(struct thread *thread) in thread__namespaces_list() function