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

/linux-master/include/linux/
H A Drethook.h62 void rethook_free(struct rethook *rh);
/linux-master/kernel/trace/
H A Dfprobe.c219 rethook_free(fp->rethook);
380 rethook_free(fp->rethook);
H A Drethook.c46 * all running rethook handler before calling rethook_free(), you need to
47 * call this first and wait RCU, and call rethook_free().
55 * rethook_free() - Free struct rethook.
64 void rethook_free(struct rethook *rh) function
/linux-master/kernel/
H A Dkprobes.c2252 rethook_free(rp->rh);
2313 rethook_free(rps[i]->rh);

Completed in 149 milliseconds