Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dkprobes.c291 static struct kprobe_insn_cache kprobe_optinsn_slots = { variable
292 .pages = LIST_HEAD_INIT(kprobe_optinsn_slots.pages),
302 ret = __get_insn_slot(&kprobe_optinsn_slots); in get_optinsn_slot()
311 __free_insn_slot(&kprobe_optinsn_slots, slot, dirty); in free_optinsn_slot()
2007 kprobe_optinsn_slots.insn_size = MAX_OPTINSN_SIZE; in init_kprobes()