Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dkprobes.c135 static int collect_garbage_slots(struct kprobe_insn_cache *c);
166 } while (c->nr_garbage && collect_garbage_slots(c) == 0); in __get_insn_slot()
223 static int collect_garbage_slots(struct kprobe_insn_cache *c) in collect_garbage_slots() function
282 collect_garbage_slots(c); in __free_insn_slot()