Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkprobes.c134 static int collect_garbage_slots(struct kprobe_insn_cache *c);
170 if (c->nr_garbage && collect_garbage_slots(c) == 0) in __get_insn_slot()
230 static int collect_garbage_slots(struct kprobe_insn_cache *c) in collect_garbage_slots() function
279 collect_garbage_slots(c); in __free_insn_slot()