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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dkprobes.c66 static struct hlist_head kretprobe_inst_table[KPROBE_TABLE_SIZE]; variable in typeref:struct:hlist_head
73 DEFINE_SPINLOCK(kretprobe_lock); /* Protects kretprobe_inst_table */
378 return &kretprobe_inst_table[hash_ptr(tsk, KPROBE_HASH_BITS)];
799 INIT_HLIST_HEAD(&kretprobe_inst_table[i]);

Completed in 28 milliseconds