comm_str_lock      20 tools/perf/util/comm.c static struct rw_semaphore comm_str_lock = {.lock = PTHREAD_RWLOCK_INITIALIZER,};
comm_str_lock      33 tools/perf/util/comm.c 		down_write(&comm_str_lock);
comm_str_lock      35 tools/perf/util/comm.c 		up_write(&comm_str_lock);
comm_str_lock     101 tools/perf/util/comm.c 	down_write(&comm_str_lock);
comm_str_lock     103 tools/perf/util/comm.c 	up_write(&comm_str_lock);