Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dthread.c56 init_rwsem(thread__namespaces_lock(thread)); in thread__new()
103 down_write(thread__namespaces_lock(thread)); in thread__delete()
109 up_write(thread__namespaces_lock(thread)); in thread__delete()
121 exit_rwsem(thread__namespaces_lock(thread)); in thread__delete()
161 down_read(thread__namespaces_lock(thread)); in thread__namespaces()
163 up_read(thread__namespaces_lock(thread)); in thread__namespaces()
197 down_write(thread__namespaces_lock(thread)); in thread__set_namespaces()
199 up_write(thread__namespaces_lock(thread)); in thread__set_namespaces()
Dthread.h222 static inline struct rw_semaphore *thread__namespaces_lock(struct thread *thread) in thread__namespaces_lock() function