Searched refs:prof_bt_node_t (Results 1 – 1 of 1) sorted by relevance
110 typedef struct prof_bt_node_s prof_bt_node_t; typedef113 prof_bt_node_t *next;159 static prof_bt_node_t *log_bt_first = NULL;160 static prof_bt_node_t *log_bt_last = NULL;369 prof_bt_node_t dummy_node; in prof_log_bt_index()371 prof_bt_node_t *node; in prof_log_bt_index()376 size_t sz = offsetof(prof_bt_node_t, vec) + in prof_log_bt_index()378 prof_bt_node_t *new_node = (prof_bt_node_t *) in prof_log_bt_index()2163 const prof_bt_node_t *bt_node = (prof_bt_node_t *)key; in prof_bt_node_hash()2169 const prof_bt_node_t *bt_node1 = (prof_bt_node_t *)k1; in prof_bt_node_keycomp()[all …]