Searched refs:prof_thr_node_t (Results 1 – 1 of 1) sorted by relevance
60 typedef struct prof_thr_node_s prof_thr_node_t; typedef63 prof_thr_node_t *next;101 static prof_thr_node_t *log_thr_first = NULL;102 static prof_thr_node_t *log_thr_last = NULL;171 prof_thr_node_t dummy_node; in prof_log_thr_index()173 prof_thr_node_t *node; in prof_log_thr_index()178 size_t sz = offsetof(prof_thr_node_t, name) + strlen(name) + 1; in prof_log_thr_index()179 prof_thr_node_t *new_node = (prof_thr_node_t *) in prof_log_thr_index()298 const prof_thr_node_t *thr_node = (prof_thr_node_t *)key; in prof_thr_node_hash()304 const prof_thr_node_t *thr_node1 = (prof_thr_node_t *)k1; in prof_thr_node_keycomp()[all …]