Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Dalternative.c1397 static int tp_vec_nr; variable
1603 if (!tp_vec_nr) in tp_order_fail()
1609 tp = &tp_vec[tp_vec_nr - 1]; in tp_order_fail()
1618 if (tp_vec_nr == TP_VEC_MAX || tp_order_fail(addr)) { in text_poke_flush()
1619 text_poke_bp_batch(tp_vec, tp_vec_nr); in text_poke_flush()
1620 tp_vec_nr = 0; in text_poke_flush()
1640 tp = &tp_vec[tp_vec_nr++]; in text_poke_queue()