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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dtracepoint.c139 int nr_probes = 0, nr_del = 0, i; local
153 nr_del++;
156 if (nr_probes - nr_del == 0) {
166 new = allocate_probes(nr_probes - nr_del + 1);
173 new[nr_probes - nr_del].func = NULL;
174 entry->refcount = nr_probes - nr_del;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dtracepoint.c139 int nr_probes = 0, nr_del = 0, i; local
153 nr_del++;
156 if (nr_probes - nr_del == 0) {
166 new = allocate_probes(nr_probes - nr_del + 1);
173 new[nr_probes - nr_del].func = NULL;
174 entry->refcount = nr_probes - nr_del;

Completed in 55 milliseconds