Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/kprobes/
H A Dcommon.h81 extern bool can_boost(struct insn *insn, void *orig_addr);
H A Dopt.c214 if (!ret || !can_boost(&insn, src + len)) in copy_optimized_instructions()
H A Dcore.c140 bool can_boost(struct insn *insn, void *addr) in can_boost() function
462 !p->post_handler && can_boost(insn, p->addr) && in prepare_singlestep()
/linux-6.15/kernel/rcu/
H A Drcutorture.c418 int can_boost; member
623 .can_boost = IS_ENABLED(CONFIG_RCU_BOOST),
2589 test_boost, cur_ops->can_boost, in rcu_torture_print_module_parms()
3449 if (!(test_boost == 1 && cur_ops->can_boost) && test_boost != 2) in rcu_torture_can_boost()