Searched refs:new_list (Results 1 – 2 of 2) sorted by relevance
966 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids() local969 new_list = NULL; in sort_pids()976 if (new_list == NULL) { in sort_pids()977 new_list = p; in sort_pids()982 cursor = new_list; in sort_pids()993 p->next = new_list; in sort_pids()994 new_list = p; in sort_pids()1006 tchart->all_data = new_list; in sort_pids()
1327 __u32 *new_list; in btf_dedup_hypot_map_add() local1330 new_list = realloc(d->hypot_list, sizeof(__u32) * d->hypot_cap); in btf_dedup_hypot_map_add()1331 if (!new_list) in btf_dedup_hypot_map_add()1333 d->hypot_list = new_list; in btf_dedup_hypot_map_add()