Searched refs:nr_actions (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/kernel/irq/ |
A D | pm.c | 35 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()
|
/linux-6.3-rc2/include/net/ |
A D | pkt_cls.h | 230 int nr_actions; member 301 for (i = 0; i < exts->nr_actions; i++) { in tcf_exts_hw_stats_update() 329 return exts->nr_actions; in tcf_exts_has_actions() 351 return tcf_action_exec(skb, exts->actions, exts->nr_actions, res); in tcf_exts_exec() 362 exts->nr_actions - act_index, res); in tcf_exts_exec_ex()
|
A D | act_api.h | 205 int nr_actions, struct tcf_result *res);
|
/linux-6.3-rc2/include/linux/ |
A D | irqdesc.h | 85 unsigned int nr_actions; member
|
/linux-6.3-rc2/scripts/ |
A D | asn1_compiler.c | 298 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()
|
/linux-6.3-rc2/net/sched/ |
A D | act_api.c | 1054 int nr_actions, struct tcf_result *res) in tcf_action_exec() argument 1065 for (i = 0; i < nr_actions; i++) { in tcf_action_exec() 1089 if (!jmp_prgcnt || (jmp_prgcnt > nr_actions)) { in tcf_action_exec()
|
A D | cls_api.c | 3213 exts->nr_actions = 0; in tcf_exts_init_ex() 3251 exts->nr_actions = 0; in tcf_exts_destroy() 3284 exts->nr_actions = 1; in tcf_exts_validate_ex() 3296 exts->nr_actions = err; in tcf_exts_validate_ex() 3334 if (exts->nr_actions == 0) in tcf_exts_first_act()
|
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/ |
A D | stmmac_selftests.c | 1127 exts->nr_actions = nk; in stmmac_test_rxp()
|
Completed in 27 milliseconds