Searched refs:KPROBE_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance
45 #define KPROBE_TABLE_SIZE (1 << KPROBE_HASH_BITS) macro49 static struct hlist_head kprobe_table[KPROBE_TABLE_SIZE];50 static struct hlist_head kretprobe_inst_table[KPROBE_TABLE_SIZE];60 } kretprobe_table_locks[KPROBE_TABLE_SIZE];829 for (i = 0; i < KPROBE_TABLE_SIZE; i++) { in optimize_all_kprobes()856 for (i = 0; i < KPROBE_TABLE_SIZE; i++) { in unoptimize_all_kprobes()1270 for (hash = 0; hash < KPROBE_TABLE_SIZE; hash++) { in cleanup_rp_inst()2217 for (i = 0; i < KPROBE_TABLE_SIZE; i++) { in kprobes_module_callback()2256 for (i = 0; i < KPROBE_TABLE_SIZE; i++) { in init_kprobes()2340 return (*pos < KPROBE_TABLE_SIZE) ? pos : NULL; in kprobe_seq_start()[all …]