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

/linux-master/kernel/
H A Dtracepoint.c107 static inline void *allocate_probes(int count) function
205 new = allocate_probes(nr_probes + 2);
267 new = allocate_probes(nr_probes - nr_del + 1);

Completed in 143 milliseconds