Searched refs:KPROBE_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance
58 #define KPROBE_TABLE_SIZE (1 << KPROBE_HASH_BITS) macro62 static struct hlist_head kprobe_table[KPROBE_TABLE_SIZE];63 static struct hlist_head kretprobe_inst_table[KPROBE_TABLE_SIZE];73 } kretprobe_table_locks[KPROBE_TABLE_SIZE];834 for (i = 0; i < KPROBE_TABLE_SIZE; i++) { in optimize_all_kprobes()861 for (i = 0; i < KPROBE_TABLE_SIZE; i++) { in unoptimize_all_kprobes()1246 for (hash = 0; hash < KPROBE_TABLE_SIZE; hash++) { in cleanup_rp_inst()2134 for (i = 0; i < KPROBE_TABLE_SIZE; i++) { in kprobes_module_callback()2173 for (i = 0; i < KPROBE_TABLE_SIZE; i++) { in init_kprobes()2256 return (*pos < KPROBE_TABLE_SIZE) ? pos : NULL; in kprobe_seq_start()[all …]