Home
last modified time | relevance | path

Searched refs:nr_actions (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/kernel/irq/
H A Dpm.c35 desc->nr_actions++; in irq_pm_install_action()
41 desc->force_resume_depth != desc->nr_actions); in irq_pm_install_action()
50 desc->cond_suspend_depth) != desc->nr_actions); in irq_pm_install_action()
59 desc->nr_actions--; in irq_pm_remove_action()
/kernel/linux/linux-6.6/kernel/irq/
H A Dpm.c35 desc->nr_actions++; in irq_pm_install_action()
41 desc->force_resume_depth != desc->nr_actions); in irq_pm_install_action()
50 desc->cond_suspend_depth) != desc->nr_actions); in irq_pm_install_action()
59 desc->nr_actions--; in irq_pm_remove_action()
/kernel/linux/linux-5.10/include/net/
H A Dpkt_cls.h211 int nr_actions; member
227 exts->nr_actions = 0; in tcf_exts_init()
279 for (i = 0; i < exts->nr_actions; i++) { in tcf_exts_stats_update()
301 return exts->nr_actions; in tcf_exts_has_actions()
323 return tcf_action_exec(skb, exts->actions, exts->nr_actions, res); in tcf_exts_exec()
H A Dact_api.h180 int nr_actions, struct tcf_result *res);
/kernel/linux/linux-6.6/include/net/
H A Dpkt_cls.h217 int nr_actions; member
288 for (i = 0; i < exts->nr_actions; i++) { in tcf_exts_hw_stats_update()
316 return exts->nr_actions; in tcf_exts_has_actions()
338 return tcf_action_exec(skb, exts->actions, exts->nr_actions, res); in tcf_exts_exec()
349 exts->nr_actions - act_index, res); in tcf_exts_exec_ex()
H A Dact_api.h205 int nr_actions, struct tcf_result *res);
/kernel/linux/linux-5.10/include/linux/
H A Dirqdesc.h43 * @nr_actions: number of installed actions on this descriptor
85 unsigned int nr_actions; member
/kernel/linux/linux-6.6/include/linux/
H A Dirqdesc.h43 * @nr_actions: number of installed actions on this descriptor
85 unsigned int nr_actions; member
/kernel/linux/linux-5.10/scripts/
H A Dasn1_compiler.c298 static unsigned nr_actions; variable
830 verbose("Extracted %u actions\n", nr_actions); in parse()
1109 nr_actions++; in parse_type()
1115 nr_actions++; in parse_type()
1341 fprintf(out, "\tNR__%s_actions = %u\n", grammar_name, nr_actions); in render()
/kernel/linux/linux-6.6/scripts/
H A Dasn1_compiler.c298 static unsigned nr_actions; variable
830 verbose("Extracted %u actions\n", nr_actions); in parse()
1109 nr_actions++; in parse_type()
1115 nr_actions++; in parse_type()
1341 fprintf(out, "\tNR__%s_actions = %u\n", grammar_name, nr_actions); in render()
/kernel/linux/linux-5.10/net/sched/
H A Dact_api.c676 int nr_actions, struct tcf_result *res) in tcf_action_exec()
687 for (i = 0; i < nr_actions; i++) { in tcf_action_exec()
710 if (!jmp_prgcnt || (jmp_prgcnt > nr_actions)) { in tcf_action_exec()
675 tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, int nr_actions, struct tcf_result *res) tcf_action_exec() argument
H A Dcls_api.c3050 exts->nr_actions = 0; in tcf_exts_destroy()
3081 exts->nr_actions = 1; in tcf_exts_validate()
3092 exts->nr_actions = err; in tcf_exts_validate()
3121 if (exts->nr_actions == 0) in tcf_exts_first_act()
/kernel/linux/linux-6.6/net/sched/
H A Dact_api.c1054 int nr_actions, struct tcf_result *res) in tcf_action_exec()
1065 for (i = 0; i < nr_actions; i++) { in tcf_action_exec()
1089 if (!jmp_prgcnt || (jmp_prgcnt > nr_actions)) { in tcf_action_exec()
1053 tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, int nr_actions, struct tcf_result *res) tcf_action_exec() argument
H A Dcls_api.c3222 exts->nr_actions = 0; in tcf_exts_init_ex()
3264 exts->nr_actions = 0; in tcf_exts_destroy()
3297 exts->nr_actions = 1; in tcf_exts_validate_ex()
3309 exts->nr_actions = err; in tcf_exts_validate_ex()
3347 if (exts->nr_actions == 0) in tcf_exts_first_act()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1127 exts->nr_actions = nk; in stmmac_test_rxp()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1127 exts->nr_actions = nk; in stmmac_test_rxp()

Completed in 30 milliseconds