Searched refs:nr_del (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/kernel/
H A Dtracepoint.c128 int nr_probes = 0, nr_del = 0, i; func_remove() local
142 nr_del++; func_remove()
147 * If probe is NULL, then nr_probes = nr_del = 0, and then the func_remove()
150 if (nr_probes - nr_del == 0) { func_remove()
159 new = allocate_probes(nr_probes - nr_del + 1); func_remove()
166 new[nr_probes - nr_del].func = NULL; func_remove()

Completed in 164 milliseconds