Home
last modified time | relevance | path

Searched refs:act (Results 126 – 150 of 788) sorted by relevance

12345678910>>...32

/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dmedia-tomb.patch46 + my @act = &net::active_interfaces();
48 + @act;
49 + @ifaces = ( $act[0] ) if (!@ifaces && @act);
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c673 const struct flow_action_entry *act, in am65_cpsw_qos_clsflower_policer_validate() argument
676 if (act->police.exceed.act_id != FLOW_ACTION_DROP) { in am65_cpsw_qos_clsflower_policer_validate()
682 if (act->police.notexceed.act_id != FLOW_ACTION_PIPE && in am65_cpsw_qos_clsflower_policer_validate()
683 act->police.notexceed.act_id != FLOW_ACTION_ACCEPT) { in am65_cpsw_qos_clsflower_policer_validate()
690 !flow_action_is_last_entry(action, act)) { in am65_cpsw_qos_clsflower_policer_validate()
696 if (act->police.rate_bytes_ps || act->police.peakrate_bytes_ps || in am65_cpsw_qos_clsflower_policer_validate()
697 act->police.avrate || act->police.overhead) { in am65_cpsw_qos_clsflower_policer_validate()
711 const struct flow_action_entry *act; in am65_cpsw_qos_configure_clsflower() local
714 flow_action_for_each(i, act, &rule->action) { in am65_cpsw_qos_configure_clsflower()
715 switch (act->id) { in am65_cpsw_qos_configure_clsflower()
[all …]
/openbmc/linux/tools/usb/usbip/src/
H A Dusbipd.c453 struct sigaction act; in set_signal() local
455 memset(&act, 0, sizeof(act)); in set_signal()
456 act.sa_handler = signal_handler; in set_signal()
457 sigemptyset(&act.sa_mask); in set_signal()
458 sigaction(SIGTERM, &act, NULL); in set_signal()
459 sigaction(SIGINT, &act, NULL); in set_signal()
460 act.sa_handler = SIG_IGN; in set_signal()
461 sigaction(SIGCHLD, &act, NULL); in set_signal()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dptype.c9 const struct flow_action_entry *act, in tc_act_parse_ptype() argument
15 if (act->ptype != PACKET_HOST) { in tc_act_parse_ptype()
H A Dact.c91 struct flow_action_entry *act; in mlx5e_tc_act_post_parse() local
98 flow_action_for_each(i, act, flow_action) { in mlx5e_tc_act_post_parse()
104 tc_act = mlx5e_tc_act_get(act->id, ns_type); in mlx5e_tc_act_post_parse()
/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/
H A Dtweak-ptest-script.patch32 - ./ifup -v --no-act-commands --force -i $dir/testcase.$test --state-dir=$dir/state.$test $a…
33 + ifup -v --no-act-commands --force -i $dir/testcase.$test --state-dir=$dir/state.$test $arg…
41 - ./ifdown -v --no-act-commands --force -i $dir/testcase.$test --state-dir=$dir/state.$test …
42 + ifdown -v --no-act-commands --force -i $dir/testcase.$test --state-dir=$dir/state.$test $a…
/openbmc/linux/drivers/input/serio/
H A Dhp_sdc_mlc.c193 if (priv->trans.act.semaphore != &mlc->csem) in hp_sdc_mlc_cts()
203 priv->trans.act.semaphore = &mlc->csem; in hp_sdc_mlc_cts()
217 priv->trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_cts()
245 priv->trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_out()
286 priv->trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_out()
316 hp_sdc_mlc_priv.trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_init()
/openbmc/linux/tools/perf/bench/
H A Dfutex-wake-parallel.c246 struct sigaction act; in bench_futex_wake_parallel() local
257 memset(&act, 0, sizeof(act)); in bench_futex_wake_parallel()
258 sigfillset(&act.sa_mask); in bench_futex_wake_parallel()
259 act.sa_sigaction = toggle_done; in bench_futex_wake_parallel()
260 sigaction(SIGINT, &act, NULL); in bench_futex_wake_parallel()
H A Depoll-ctl.c316 struct sigaction act; in bench_epoll_ctl() local
328 memset(&act, 0, sizeof(act)); in bench_epoll_ctl()
329 sigfillset(&act.sa_mask); in bench_epoll_ctl()
330 act.sa_sigaction = toggle_done; in bench_epoll_ctl()
331 sigaction(SIGINT, &act, NULL); in bench_epoll_ctl()
/openbmc/linux/net/sched/
H A Dact_police.c438 static int tcf_police_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_police_offload_act_setup() argument
444 struct tcf_police *police = to_police(act); in tcf_police_offload_act_setup()
452 entry->police.burst = tcf_police_burst(act); in tcf_police_offload_act_setup()
454 tcf_police_rate_bytes_ps(act); in tcf_police_offload_act_setup()
455 entry->police.peakrate_bytes_ps = tcf_police_peakrate_bytes_ps(act); in tcf_police_offload_act_setup()
456 entry->police.avrate = tcf_police_tcfp_ewma_rate(act); in tcf_police_offload_act_setup()
457 entry->police.overhead = tcf_police_rate_overhead(act); in tcf_police_offload_act_setup()
458 entry->police.burst_pkt = tcf_police_burst_pkt(act); in tcf_police_offload_act_setup()
460 tcf_police_rate_pkt_ps(act); in tcf_police_offload_act_setup()
461 entry->police.mtu = tcf_police_tcfp_mtu(act); in tcf_police_offload_act_setup()
[all …]
H A Dact_gate.c581 static size_t tcf_gate_get_fill_size(const struct tc_action *act) in tcf_gate_get_fill_size() argument
594 const struct tc_action *act) in tcf_gate_get_entries() argument
596 entry->gate.entries = tcf_gate_get_list(act); in tcf_gate_get_entries()
607 static int tcf_gate_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_gate_offload_act_setup() argument
617 entry->gate.prio = tcf_gate_prio(act); in tcf_gate_offload_act_setup()
618 entry->gate.basetime = tcf_gate_basetime(act); in tcf_gate_offload_act_setup()
619 entry->gate.cycletime = tcf_gate_cycletime(act); in tcf_gate_offload_act_setup()
620 entry->gate.cycletimeext = tcf_gate_cycletimeext(act); in tcf_gate_offload_act_setup()
621 entry->gate.num_entries = tcf_gate_num_entries(act); in tcf_gate_offload_act_setup()
622 err = tcf_gate_get_entries(entry, act); in tcf_gate_offload_act_setup()
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c514 mvpp2_write(priv, MVPP22_CLS_C2_ACT, c2->act); in mvpp2_cls_c2_write()
1086 struct flow_action_entry *act; in mvpp2_port_c2_tcam_rule_add() local
1101 act = &rule->flow->action.entries[0]; in mvpp2_port_c2_tcam_rule_add()
1122 if (act->id == FLOW_ACTION_DROP) { in mvpp2_port_c2_tcam_rule_add()
1133 if (act->queue.ctx) in mvpp2_port_c2_tcam_rule_add()
1148 if (act->queue.ctx) { in mvpp2_port_c2_tcam_rule_add()
1150 ctx = mvpp22_rss_ctx(port, act->queue.ctx); in mvpp2_port_c2_tcam_rule_add()
1315 struct flow_action_entry *act; in mvpp2_cls_rfs_parse_rule() local
1320 act = &flow->action.entries[0]; in mvpp2_cls_rfs_parse_rule()
1321 if (act->id != FLOW_ACTION_QUEUE && act->id != FLOW_ACTION_DROP) in mvpp2_cls_rfs_parse_rule()
[all …]
/openbmc/qemu/linux-user/
H A Dsignal.c575 struct sigaction act, oact; in signal_init() local
583 sigfillset(&act.sa_mask); in signal_init()
584 act.sa_flags = SA_SIGINFO; in signal_init()
606 sigaction(hsig, &act, NULL); in signal_init()
705 struct sigaction act = { in die_with_signal() local
716 sigfillset(&act.sa_mask); in die_with_signal()
717 sigaction(host_sig, &act, NULL); in die_with_signal()
722 sigdelset(&act.sa_mask, host_sig); in die_with_signal()
723 sigsuspend(&act.sa_mask); in die_with_signal()
1109 if (act) { in do_sigaction()
[all …]
/openbmc/linux/tools/testing/selftests/timers/
H A Dleap-a-day.c180 struct sigaction act; in main() local
225 sigfillset(&act.sa_mask); in main()
226 act.sa_flags = 0; in main()
227 act.sa_handler = sigalarm; in main()
228 sigaction(signum, &act, NULL); in main()
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-net.rst99 eth0(2) htb name prefix_matcher.o:[cls_prefix_matcher_htb] id 111727 act []
100 eth0(2) clsact/ingress fbflow_icmp id 130246 act []
102 eth0(2) clsact/egress cls_fg_dscp id 108619 act []
124 "act": []
131 "act": []
144 "act": []
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_matchall.c207 struct flow_action_entry *act; in mlxsw_sp_mall_replace() local
266 act = &f->rule->action.entries[0]; in mlxsw_sp_mall_replace()
268 switch (act->id) { in mlxsw_sp_mall_replace()
271 mall_entry->mirror.to_dev = act->dev; in mlxsw_sp_mall_replace()
275 mall_entry->sample.params.psample_group = act->sample.psample_group; in mlxsw_sp_mall_replace()
276 mall_entry->sample.params.truncate = act->sample.truncate; in mlxsw_sp_mall_replace()
277 mall_entry->sample.params.trunc_size = act->sample.trunc_size; in mlxsw_sp_mall_replace()
278 mall_entry->sample.params.rate = act->sample.rate; in mlxsw_sp_mall_replace()
/openbmc/linux/drivers/iio/accel/
H A Dadxl367.c307 enum adxl367_activity_type act, in _adxl367_set_act_threshold() argument
328 if (act == ADXL367_ACTIVITY) in _adxl367_set_act_threshold()
337 enum adxl367_activity_type act, in adxl367_set_act_threshold() argument
370 enum adxl367_activity_type act, in adxl367_set_act_interrupt_en() argument
380 enum adxl367_activity_type act, in adxl367_get_act_interrupt_en() argument
397 enum adxl367_activity_type act, in adxl367_set_act_en() argument
585 enum adxl367_activity_type act, in adxl367_set_act_time_ms() argument
596 if (act == ADXL367_ACTIVITY) in adxl367_set_act_time_ms()
1114 enum adxl367_activity_type act; in adxl367_write_event_config() local
1119 act = ADXL367_ACTIVITY; in adxl367_write_event_config()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c260 struct flow_action *act = &rule->action; in lan966x_tc_flower_action_check() local
264 if (!flow_action_has_entries(act)) { in lan966x_tc_flower_action_check()
269 if (!flow_action_basic_hw_stats_check(act, fco->common.extack)) in lan966x_tc_flower_action_check()
272 flow_action_for_each(idx, actent, act) { in lan966x_tc_flower_action_check()
446 struct flow_action_entry *act; in lan966x_tc_flower_add() local
475 flow_action_for_each(idx, act, &frule->action) { in lan966x_tc_flower_add()
476 switch (act->id) { in lan966x_tc_flower_add()
504 f, act->chain_index); in lan966x_tc_flower_add()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dsegv_errors.c37 struct sigaction act = { in test_segv_errors() local
46 FAIL_IF(sigaction(SIGSEGV, &act, NULL) != 0); in test_segv_errors()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Daudit_logread.c143 struct sigaction act = { in main() local
153 if (sigaction(SIGTERM, &act, NULL) < 0 || in main()
154 sigaction(SIGINT, &act, NULL) < 0) { in main()
/openbmc/linux/tools/testing/selftests/uevent/
H A Duevent_filtering.c351 struct sigaction act; in TEST() local
368 act.sa_handler = signal_handler; in TEST()
369 act.sa_flags = 0; in TEST()
370 sigemptyset(&act.sa_mask); in TEST()
372 ret = sigaction(SIGTERM, &act, NULL); in TEST()
/openbmc/qemu/
H A Dcpu-target.c352 struct sigaction act; in cpu_abort() local
353 sigfillset(&act.sa_mask); in cpu_abort()
354 act.sa_handler = SIG_DFL; in cpu_abort()
355 act.sa_flags = 0; in cpu_abort()
356 sigaction(SIGABRT, &act, NULL); in cpu_abort()
/openbmc/linux/tools/testing/selftests/powerpc/mce/
H A Dinject-ra-err.c33 struct sigaction act = { in test_ra_error() local
47 FAIL_IF(sigaction(SIGBUS, &act, NULL) != 0); in test_ra_error()
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c42 unsigned int act = req->req.actual; in ast_vhub_epn_kick() local
50 chunk = len - act; in ast_vhub_epn_kick()
57 req, act, len, chunk, req->last_desc); in ast_vhub_epn_kick()
64 memcpy(ep->buf, req->req.buf + act, chunk); in ast_vhub_epn_kick()
71 writel(req->req.dma + act, ep->epn.regs + AST_VHUB_EP_DESC_BASE); in ast_vhub_epn_kick()
172 unsigned int act = req->act_count; in ast_vhub_epn_kick_desc() local
184 act, len, ep->epn.chunk_max, ast_vhub_count_free_descs(ep)); in ast_vhub_epn_kick_desc()
196 chunk = len - act; in ast_vhub_epn_kick_desc()
213 act, len, chunk, req->last_desc, d_num, in ast_vhub_epn_kick_desc()
217 desc->w0 = cpu_to_le32(req->req.dma + act); in ast_vhub_epn_kick_desc()
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c497 struct flow_action_entry *act; in dpaa2_switch_cls_flower_replace_acl() local
513 act = &rule->action.entries[0]; in dpaa2_switch_cls_flower_replace_acl()
514 err = dpaa2_switch_tc_parse_action_acl(ethsw, act, in dpaa2_switch_cls_flower_replace_acl()
647 struct flow_action_entry *act; in dpaa2_switch_cls_flower_replace() local
654 act = &rule->action.entries[0]; in dpaa2_switch_cls_flower_replace()
655 switch (act->id) { in dpaa2_switch_cls_flower_replace()
697 struct flow_action_entry *act; in dpaa2_switch_cls_matchall_replace_acl() local
709 act = &cls->rule->action.entries[0]; in dpaa2_switch_cls_matchall_replace_acl()
792 struct flow_action_entry *act; in dpaa2_switch_cls_matchall_replace() local
799 act = &cls->rule->action.entries[0]; in dpaa2_switch_cls_matchall_replace()
[all …]

12345678910>>...32