Searched refs:KPROBE_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance
58 #define KPROBE_TABLE_SIZE (1 << KPROBE_HASH_BITS) macro71 static struct hlist_head kprobe_table[KPROBE_TABLE_SIZE];72 static struct hlist_head kretprobe_inst_table[KPROBE_TABLE_SIZE];82 } kretprobe_table_locks[KPROBE_TABLE_SIZE];819 for (i = 0; i < KPROBE_TABLE_SIZE; i++) { in optimize_all_kprobes()844 for (i = 0; i < KPROBE_TABLE_SIZE; i++) { in unoptimize_all_kprobes()1206 for (hash = 0; hash < KPROBE_TABLE_SIZE; hash++) { in cleanup_rp_inst()2059 for (i = 0; i < KPROBE_TABLE_SIZE; i++) { in kprobes_module_callback()2093 for (i = 0; i < KPROBE_TABLE_SIZE; i++) { in init_kprobes()2189 return (*pos < KPROBE_TABLE_SIZE) ? pos : NULL; in kprobe_seq_start()[all …]