can_boost
extern bool can_boost(struct insn *insn, void *orig_addr);
!p->post_handler && can_boost(insn, p->addr) &&
if (!ret || !can_boost(&insn, src + len))
test_boost, cur_ops->can_boost,
if (!(test_boost == 1 && cur_ops->can_boost) && test_boost != 2)
int can_boost;
.can_boost = IS_ENABLED(CONFIG_RCU_BOOST),