Home
last modified time | relevance | path

Searched refs:thread__namespaces_list (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/perf/util/
Dthread.c54 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()
Dthread.h212 static inline struct list_head *thread__namespaces_list(struct thread *thread) in thread__namespaces_list() function