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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Docd.c49 * ocd_disable - disable on-chip debugging
52 * If @child is non-NULL, ocd_disable() checks if debugging is enabled
56 * enabled, ocd_disable() decrements the reference count, and if it
59 void ocd_disable(struct task_struct *child) function
64 pr_debug("ocd_disable (no child)\n");
66 pr_debug("ocd_disable: child=%s [%u]\n",
H A Dkprobes.c58 ocd_disable(NULL);
H A Dptrace.c65 ocd_disable(child);
H A Dprocess.c114 ocd_disable(current);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Docd.h539 void ocd_disable(struct task_struct *child);

Completed in 73 milliseconds