Searched refs:thread__namespaces_list (Results 1 – 2 of 2) sorted by relevance
54 INIT_LIST_HEAD(thread__namespaces_list(thread)); in thread__new()105 thread__namespaces_list(thread), list) { in thread__delete()151 if (list_empty(thread__namespaces_list(thread))) in __thread__namespaces()154 return list_first_entry(thread__namespaces_list(thread), struct namespaces, list); in __thread__namespaces()177 list_add(&new->list, thread__namespaces_list(thread)); in __thread__set_namespaces()
212 static inline struct list_head *thread__namespaces_list(struct thread *thread) in thread__namespaces_list() function