Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dkprobes.c133 static int collect_garbage_slots(struct kprobe_insn_cache *c);
168 if (c->nr_garbage && collect_garbage_slots(c) == 0) in __get_insn_slot()
233 static int collect_garbage_slots(struct kprobe_insn_cache *c) in collect_garbage_slots() function
281 collect_garbage_slots(c); in __free_insn_slot()