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

/linux-master/kernel/
H A Dtracepoint.c185 int nr_probes = 0; /* Counter for probes */ local
201 nr_probes++;
205 new = allocate_probes(nr_probes + 2);
209 nr_probes = 0;
215 pos = nr_probes++;
216 new[nr_probes++] = old[iter_probes];
219 pos = nr_probes++;
220 /* nr_probes now points to the end of the new array */
223 nr_probes = 1; /* must point at end of array */
226 new[nr_probes]
235 int nr_probes = 0, nr_del = 0, i; local
[all...]

Completed in 96 milliseconds