Home
last modified time | relevance | path

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

/linux/kernel/irq/
H A Dpm.c31 desc->nr_actions++; in irq_pm_install_action()
37 desc->force_resume_depth != desc->nr_actions); in irq_pm_install_action()
45 (desc->no_suspend_depth + desc->cond_suspend_depth) != desc->nr_actions); in irq_pm_install_action()
54 desc->nr_actions--; in irq_pm_remove_action()
/linux/include/net/
H A Dpkt_cls.h228 int nr_actions; member
299 for (i = 0; i < exts->nr_actions; i++) { in tcf_exts_hw_stats_update()
327 return exts->nr_actions; in tcf_exts_has_actions()
349 return tcf_action_exec(skb, exts->actions, exts->nr_actions, res); in tcf_exts_exec()
360 exts->nr_actions - act_index, res); in tcf_exts_exec_ex()
H A Dact_api.h214 int nr_actions, struct tcf_result *res);
/linux/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()
/linux/net/sched/
H A Dact_api.c1127 int nr_actions, struct tcf_result *res) in tcf_action_exec() argument
1138 for (i = 0; i < nr_actions; i++) { in tcf_action_exec()
1162 if (!jmp_prgcnt || (jmp_prgcnt > nr_actions)) { in tcf_action_exec()
H A Dcls_api.c3346 exts->nr_actions = 0; in tcf_exts_init_ex()
3387 exts->nr_actions = 0; in tcf_exts_destroy()
3419 exts->nr_actions = 1; in tcf_exts_validate_ex()
3431 exts->nr_actions = err; in tcf_exts_validate_ex()
3469 if (exts->nr_actions == 0) in tcf_exts_first_act()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1127 exts->nr_actions = nk; in stmmac_test_rxp()