Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dkprobes.c124 static int collect_garbage_slots(struct kprobe_insn_cache *c);
159 if (c->nr_garbage && collect_garbage_slots(c) == 0) in __get_insn_slot()
224 static int collect_garbage_slots(struct kprobe_insn_cache *c) in collect_garbage_slots() function
272 collect_garbage_slots(c); in __free_insn_slot()