Searched refs:nr_probes (Results 1 – 1 of 1) sorted by relevance
201 nr_probes++; in func_add()205 new = allocate_probes(nr_probes + 2); in func_add()209 nr_probes = 0; in func_add()215 pos = nr_probes++; in func_add()216 new[nr_probes++] = old[iter_probes]; in func_add()219 pos = nr_probes++; in func_add()226 new[nr_probes].func = NULL; in func_add()235 int nr_probes = 0, nr_del = 0, i; in func_remove() local246 for (nr_probes = 0; old[nr_probes].func; nr_probes++) { in func_remove()258 if (nr_probes - nr_del == 0) { in func_remove()[all …]
Completed in 3 milliseconds