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

/linux-master/kernel/
H A Dtracepoint.c235 int nr_probes = 0, nr_del = 0, i; local
250 nr_del++;
255 * If probe is NULL, then nr_probes = nr_del = 0, and then the
258 if (nr_probes - nr_del == 0) {
267 new = allocate_probes(nr_probes - nr_del + 1);
275 new[nr_probes - nr_del].func = NULL;

Completed in 133 milliseconds