Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dkprobes.c138 static int collect_garbage_slots(struct kprobe_insn_cache *c);
174 if (c->nr_garbage && collect_garbage_slots(c) == 0) in __get_insn_slot()
234 static int collect_garbage_slots(struct kprobe_insn_cache *c) in collect_garbage_slots() function
283 collect_garbage_slots(c); in __free_insn_slot()