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

/linux-master/kernel/irq/
H A Dpm.c35 desc->nr_actions++;
41 desc->force_resume_depth != desc->nr_actions);
50 desc->cond_suspend_depth) != desc->nr_actions);
59 desc->nr_actions--;
/linux-master/include/linux/
H A Dirqdesc.h43 * @nr_actions: number of installed actions on this descriptor
85 unsigned int nr_actions; member in struct:irq_desc
/linux-master/include/net/
H A Dpkt_cls.h219 int nr_actions; member in struct:tcf_exts
290 for (i = 0; i < exts->nr_actions; i++) {
318 return exts->nr_actions;
340 return tcf_action_exec(skb, exts->actions, exts->nr_actions, res);
351 exts->nr_actions - act_index, res);
H A Dact_api.h208 int nr_actions, struct tcf_result *res);
/linux-master/scripts/
H A Dasn1_compiler.c298 static unsigned nr_actions; variable
830 verbose("Extracted %u actions\n", nr_actions);
1109 nr_actions++;
1115 nr_actions++;
1341 fprintf(out, "\tNR__%s_actions = %u\n", grammar_name, nr_actions);
/linux-master/net/sched/
H A Dcls_api.c3272 exts->nr_actions = 0;
3314 exts->nr_actions = 0;
3346 exts->nr_actions = 1;
3358 exts->nr_actions = err;
3396 if (exts->nr_actions == 0)
H A Dact_api.c1075 int nr_actions, struct tcf_result *res)
1086 for (i = 0; i < nr_actions; i++) {
1110 if (!jmp_prgcnt || (jmp_prgcnt > nr_actions)) {
1074 tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, int nr_actions, struct tcf_result *res) argument
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1127 exts->nr_actions = nk;

Completed in 207 milliseconds