Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dkprobes.c2895 unsigned int i, total = 0, errors = 0; in arm_all_kprobes() local
2918 errors++; in arm_all_kprobes()
2926 if (errors) in arm_all_kprobes()
2928 errors, total); in arm_all_kprobes()
2941 unsigned int i, total = 0, errors = 0; in disarm_all_kprobes() local
2961 errors++; in disarm_all_kprobes()
2969 if (errors) in disarm_all_kprobes()
2971 errors, total); in disarm_all_kprobes()
/kernel/gcov/
DKconfig53 which are not linked to the kernel image to prevent linker errors.