Home
last modified time | relevance | path

Searched refs:nr_actions (Results 1 – 6 of 6) 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.h240 int nr_actions; member
311 for (i = 0; i < exts->nr_actions; i++) { in tcf_exts_hw_stats_update()
339 return exts->nr_actions; in tcf_exts_has_actions()
361 return tcf_action_exec(skb, exts->actions, exts->nr_actions, res); in tcf_exts_exec()
372 exts->nr_actions - act_index, res); in tcf_exts_exec_ex()
H A Dact_api.h215 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.c1128 int nr_actions, struct tcf_result *res) in tcf_action_exec()
1139 for (i = 0; i < nr_actions; i++) { in tcf_action_exec()
1163 if (!jmp_prgcnt || (jmp_prgcnt > nr_actions)) { in tcf_action_exec()
1125 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.c3369 exts->nr_actions = 0; in tcf_exts_init_ex()
3411 exts->nr_actions = 0; in tcf_exts_destroy()
3443 exts->nr_actions = 1; in tcf_exts_validate_ex()
3455 exts->nr_actions = err; in tcf_exts_validate_ex()
3493 if (exts->nr_actions == 0) in tcf_exts_first_act()