Searched refs:prof_bt_node_t (Results 1 – 1 of 1) sorted by relevance
50 typedef struct prof_bt_node_s prof_bt_node_t; typedef53 prof_bt_node_t *next;99 static prof_bt_node_t *log_bt_first = NULL;100 static prof_bt_node_t *log_bt_last = NULL;128 prof_bt_node_t dummy_node; in prof_log_bt_index()130 prof_bt_node_t *node; in prof_log_bt_index()135 size_t sz = offsetof(prof_bt_node_t, vec) + in prof_log_bt_index()137 prof_bt_node_t *new_node = (prof_bt_node_t *) in prof_log_bt_index()284 const prof_bt_node_t *bt_node = (prof_bt_node_t *)key; in prof_bt_node_hash()290 const prof_bt_node_t *bt_node1 = (prof_bt_node_t *)k1; in prof_bt_node_keycomp()[all …]