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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dkprobes.c288 static int __kprobes aggr_pre_handler(struct kprobe *p, struct pt_regs *regs) function
350 if (p->pre_handler != aggr_pre_handler) {
456 ap->pre_handler = aggr_pre_handler;
479 if (old_p->pre_handler == aggr_pre_handler) {
608 (old_p->pre_handler == aggr_pre_handler &&
865 if (p->pre_handler == aggr_pre_handler) {

Completed in 41 milliseconds