| /linux/arch/arm/boot/dts/actions/ |
| H A D | owl-s500.dtsi | 8 #include <dt-bindings/clock/actions,s500-cmu.h> 12 #include <dt-bindings/reset/actions,s500-reset.h> 15 compatible = "actions,s500"; 34 enable-method = "actions,s500-smp"; 41 enable-method = "actions,s500-smp"; 48 enable-method = "actions,s500-smp"; 56 enable-method = "actions,s500-smp"; 133 compatible = "actions,s500-uart", "actions,owl-uart"; 141 compatible = "actions,s500-uart", "actions,owl-uart"; 149 compatible = "actions,s500-uart", "actions,owl-uart"; [all …]
|
| /linux/arch/arm64/boot/dts/actions/ |
| H A D | s900.dtsi | 6 #include <dt-bindings/clock/actions,s900-cmu.h> 9 #include <dt-bindings/reset/actions,s900-reset.h> 12 compatible = "actions,s900"; 123 compatible = "actions,s900-uart", "actions,owl-uart"; 131 compatible = "actions,s900-uart", "actions,owl-uart"; 139 compatible = "actions,s900-uart", "actions,owl-uart"; 147 compatible = "actions,s900-uart", "actions,owl-uart"; 155 compatible = "actions,s900-uart", "actions,owl-uart"; 163 compatible = "actions,s900-uart", "actions,owl-uart"; 171 compatible = "actions,s900-uart", "actions,owl-uart"; [all …]
|
| H A D | s700.dtsi | 6 #include <dt-bindings/clock/actions,s700-cmu.h> 9 #include <dt-bindings/reset/actions,s700-reset.h> 12 compatible = "actions,s700"; 117 compatible = "actions,s900-uart", "actions,owl-uart"; 125 compatible = "actions,s900-uart", "actions,owl-uart"; 133 compatible = "actions,s900-uart", "actions,owl-uart"; 141 compatible = "actions,s900-uart", "actions,owl-uart"; 149 compatible = "actions,s900-uart", "actions,owl-uart"; 157 compatible = "actions,s900-uart", "actions,owl-uart"; 165 compatible = "actions,s900-uart", "actions,owl-uart"; [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | mod_hdr.c | 11 void *actions; member 29 return jhash(key->actions, in hash_mod_hdr_info() 38 return memcmp(a->actions, b->actions, in cmp_mod_hdr_info() 85 key.actions = mod_hdr_acts->actions; in mlx5e_mod_hdr_attach() 109 mh->key.actions = (void *)mh + sizeof(*mh); in mlx5e_mod_hdr_attach() 110 memcpy(mh->key.actions, key.actions, actions_size); in mlx5e_mod_hdr_attach() 120 mh->key.actions); in mlx5e_mod_hdr_attach() 172 mod_hdr_acts->actions ? in mlx5e_mod_hdr_alloc() 183 memcpy(ret, mod_hdr_acts->actions, old_sz); in mlx5e_mod_hdr_alloc() 187 ret = krealloc(mod_hdr_acts->actions, new_sz, GFP_KERNEL); in mlx5e_mod_hdr_alloc() [all …]
|
| /linux/tools/tracing/rtla/src/ |
| H A D | actions.h | 35 struct actions { struct 45 #define for_each_action(actions, action) \ argument 46 for ((action) = (actions)->list; \ 47 (action) < (actions)->list + (actions)->len; \ 50 void actions_init(struct actions *self); 51 void actions_destroy(struct actions *self); 52 int actions_add_trace_output(struct actions *self, const char *trace_output); 53 int actions_add_signal(struct actions *self, int signal, int pid); 54 int actions_add_shell(struct actions *sel [all...] |
| H A D | actions.c | 7 #include "actions.h" 12 * actions_init - initialize struct actions 15 actions_init(struct actions *self) in actions_init() 27 * actions_destroy - destroy struct actions 30 actions_destroy(struct actions *self) 50 actions_new(struct actions *self) in actions_new() 64 actions_add_trace_output(struct actions *self, const char *trace_output) in actions_add_trace_output() 82 actions_add_signal(struct actions *self, int signal, int pid) in actions_add_signal() 98 actions_add_shell(struct actions *self, const char *command) in actions_add_shell() 116 actions_add_continue(struct actions *sel [all...] |
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 68 struct bnxt_tc_actions *actions, in bnxt_tc_parse_redir() argument 78 actions->flags |= BNXT_TC_ACTION_FLAG_FWD; in bnxt_tc_parse_redir() 79 actions->dst_dev = dev; in bnxt_tc_parse_redir() 84 struct bnxt_tc_actions *actions, in bnxt_tc_parse_vlan() argument 89 actions->flags |= BNXT_TC_ACTION_FLAG_POP_VLAN; in bnxt_tc_parse_vlan() 92 actions->flags |= BNXT_TC_ACTION_FLAG_PUSH_VLAN; in bnxt_tc_parse_vlan() 93 actions->push_vlan_tci = htons(act->vlan.vid); in bnxt_tc_parse_vlan() 94 actions->push_vlan_tpid = act->vlan.proto; in bnxt_tc_parse_vlan() 103 struct bnxt_tc_actions *actions, in bnxt_tc_parse_tunnel_set() argument 114 actions->tun_encap_key = *tun_key; in bnxt_tc_parse_tunnel_set() [all …]
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | context_switch.c | 164 struct actions { struct 213 static struct actions pipe_actions = { 252 static struct actions yield_actions = { 382 static struct actions futex_actions = { 418 struct actions *actions = &yield_actions; in main() local 442 actions = &pipe_actions; in main() 444 actions = &yield_actions; in main() 446 actions = &futex_actions; in main() 477 if (actions == &pipe_actions) in main() 479 else if (actions == &yield_actions) in main() [all …]
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmunlock.c | 45 int *actions); 50 int *actions); 89 int actions = 0; in dlmunlock_common() local 140 status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common() 142 status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common() 173 actions &= ~(DLM_UNLOCK_REMOVE_LOCK| in dlmunlock_common() 191 actions = 0; in dlmunlock_common() 207 if (actions & DLM_UNLOCK_REMOVE_LOCK) { in dlmunlock_common() 211 if (actions & DLM_UNLOCK_REGRANT_LOCK) { in dlmunlock_common() 215 if (actions & DLM_UNLOCK_CLEAR_CONVERT_TYPE) { in dlmunlock_common() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | ct_fs_smfs.c | 229 struct mlx5dr_action *actions[5]; in mlx5_ct_fs_smfs_ct_rule_add() local 247 actions[num_actions++] = smfs_rule->count_action; in mlx5_ct_fs_smfs_ct_rule_add() 248 actions[num_actions++] = attr->modify_hdr->fs_dr_action.dr_action; in mlx5_ct_fs_smfs_ct_rule_add() 249 actions[num_actions++] = fs_smfs->fwd_action; in mlx5_ct_fs_smfs_ct_rule_add() 264 rule = mlx5_smfs_rule_create(smfs_matcher->dr_matcher, spec, num_actions, actions, in mlx5_ct_fs_smfs_ct_rule_add() 305 struct mlx5dr_action *actions[3]; /* We only need to create 3 actions, see below. */ in mlx5_ct_fs_smfs_ct_rule_update() local 308 actions[0] = smfs_rule->count_action; in mlx5_ct_fs_smfs_ct_rule_update() 309 actions[1] = attr->modify_hdr->fs_dr_action.dr_action; in mlx5_ct_fs_smfs_ct_rule_update() 310 actions[2] = fs_smfs->fwd_action; in mlx5_ct_fs_smfs_ct_rule_update() 313 ARRAY_SIZE(actions), actions, spec->flow_context.flow_source); in mlx5_ct_fs_smfs_ct_rule_update()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | pat_arg.c | 39 bool mlx5hws_pat_require_reparse(__be64 *actions, u16 num_of_actions) in mlx5hws_pat_require_reparse() argument 45 action_id = MLX5_GET(set_action_in, &actions[i], action_type); in mlx5hws_pat_require_reparse() 54 field = MLX5_GET(set_action_in, &actions[i], field); in mlx5hws_pat_require_reparse() 59 field = MLX5_GET(copy_action_in, &actions[i], dst_field); in mlx5hws_pat_require_reparse() 102 __be64 actions[]) in mlx5hws_pat_compare_pattern() argument 111 MLX5_GET(set_action_in, &actions[i], action_type); in mlx5hws_pat_compare_pattern() 115 if (actions[i] != cur_actions[i]) in mlx5hws_pat_compare_pattern() 119 if ((__force __be32)actions[i] != in mlx5hws_pat_compare_pattern() 131 __be64 *actions) in mlx5hws_pat_find_cached_pattern() argument 139 actions)) in mlx5hws_pat_find_cached_pattern() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | fs_dr.c | 264 struct mlx5dr_action **actions; in mlx5_cmd_dr_create_fte() local 278 actions = kzalloc_objs(*actions, MLX5_FLOW_CONTEXT_ACTION_MAX); in mlx5_cmd_dr_create_fte() 279 if (!actions) { in mlx5_cmd_dr_create_fte() 328 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 345 actions[num_actions++] = in mlx5_cmd_dr_create_fte() 359 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 370 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 376 actions[num_actions++] = modify_hdr->fs_dr_action.dr_action; in mlx5_cmd_dr_create_fte() 386 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 396 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() [all …]
|
| /linux/net/sched/ |
| H A D | act_api.c | 252 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_action_offload_add_ex() local 271 err = tc_setup_action(&fl_action->action, actions, 0, extack); in tcf_action_offload_add_ex() 1126 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec() argument 1139 const struct tc_action *a = actions[i]; in tcf_action_exec() 1189 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy() argument 1195 tcf_act_for_each_action(i, a, actions) { in tcf_action_destroy() 1196 actions[i] = NULL; in tcf_action_destroy() 1212 static void tcf_action_put_many(struct tc_action *actions[]) in tcf_action_put_many() argument 1217 tcf_act_for_each_action(i, a, actions) { in tcf_action_put_many() 1224 static void tca_put_bound_many(struct tc_action *actions[], int init_res[]) in tca_put_bound_many() argument [all …]
|
| /linux/Documentation/fault-injection/ |
| H A D | notifier-error-inject.rst | 18 /sys/kernel/debug/notifier-error-inject/pm/actions/<notifier event>/error 29 # echo -12 > actions/PM_SUSPEND_PREPARE/error 37 /sys/kernel/debug/notifier-error-inject/memory/actions/<notifier event>/error 47 # echo -12 > actions/MEM_GOING_OFFLINE/error 55 /sys/kernel/debug/notifier-error-inject/pSeries-reconfig/actions/<notifier event>/error 68 /sys/kernel/debug/notifier-error-inject/netdev/actions/<notifier event>/error 85 # echo -22 > actions/NETDEV_CHANGEMTU/error
|
| /linux/net/openvswitch/ |
| H A D | actions.c | 92 const struct nlattr *actions, in add_deferred_actions() argument 101 da->actions = actions; in add_deferred_actions() 122 const struct nlattr *actions, int len, 863 const struct nlattr *actions, int actions_len, in output_userspace() argument 910 upcall.actions = actions; in output_userspace() 926 struct nlattr *actions = nla_data(attr); in dec_ttl_exception_handler() local 928 if (nla_len(actions)) in dec_ttl_exception_handler() 929 return clone_execute(dp, skb, key, 0, nla_data(actions), in dec_ttl_exception_handler() 930 nla_len(actions), true, false); in dec_ttl_exception_handler() 944 struct nlattr *actions; in sample() local [all …]
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_gsc_uc.c | 21 u32 actions; in gsc_work() local 27 actions = gsc->gsc_work_actions; in gsc_work() 31 if (actions & GSC_ACTION_FW_LOAD) { in gsc_work() 35 actions |= GSC_ACTION_SW_PROXY; in gsc_work() 58 if (actions & GSC_ACTION_SW_PROXY) { in gsc_work() 66 if (actions & GSC_ACTION_FW_LOAD) { in gsc_work() 78 if (actions & GSC_ACTION_FW_LOAD) { in gsc_work()
|
| /linux/arch/arm/probes/kprobes/ |
| H A D | Makefile | 5 obj-$(CONFIG_KPROBES) += core.o actions-common.o checkers-common.o 10 obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o 13 obj-$(CONFIG_KPROBES) += actions-arm.o checkers-arm.o
|
| /linux/tools/testing/selftests/memory-hotplug/ |
| H A D | mem-on-off-test.sh | 269 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error 279 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_ONLINE/error 289 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_ONLINE/error 295 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error 304 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 3008 struct popup_action actions[MAX_OPTIONS]; in evsel__hists_browse() local 3074 memset(actions, 0, sizeof(actions)); in evsel__hists_browse() 3157 actions->ms.sym = symbol__new_unresolved(bi->to.al_addr, bi->to.ms.map); in evsel__hists_browse() 3158 actions->ms.map = bi->to.ms.map; in evsel__hists_browse() 3160 actions->ms.sym = symbol__new_unresolved(browser->he_selection->ip, in evsel__hists_browse() 3162 actions->ms.map = browser->selection->map; in evsel__hists_browse() 3165 if (!actions->ms.sym) in evsel__hists_browse() 3176 actions->ms.map = browser->selection->map; in evsel__hists_browse() 3177 actions->ms.sym = browser->selection->sym; in evsel__hists_browse() 3180 do_annotate(browser, actions); in evsel__hists_browse() [all …]
|
| /linux/drivers/md/dm-vdo/ |
| H A D | action-manager.c | 56 struct action actions[2]; member 124 manager->actions[0].next = &manager->actions[1]; in vdo_make_action_manager() 125 manager->current_action = manager->actions[1].next = in vdo_make_action_manager() 126 &manager->actions[0]; in vdo_make_action_manager()
|
| /linux/Documentation/tools/rtla/ |
| H A D | common_options.txt | 71 Multiple --on-threshold actions may be specified, and they will be executed in 72 the order they are provided. If any action fails, subsequent actions in the list 75 Supported actions are: 94 Continue tracing after actions are executed instead of stopping. 114 Multiple --on-end actions can be specified, and they will be executed in the order 115 they are provided. If any action fails, subsequent actions in the list will not be 118 See the documentation for **--on-threshold** for the list of supported actions, with
|
| /linux/tools/testing/ktest/examples/bootconfigs/ |
| H A D | functiongraph.bconf | 7 actions = "traceon" 11 actions = "traceoff"
|
| /linux/Documentation/networking/devlink/ |
| H A D | devlink-reload.rst | 17 .. list-table:: Possible reload actions 46 command returns the list of actions which were actrually performed. 51 By default reload actions are not limited and driver implementation may 52 include reset or downtime as needed to perform the actions.
|
| /linux/arch/arm/probes/ |
| H A D | decode.c | 413 bool emulate, const union decode_action *actions, in probes_decode_insn() argument 477 return actions[action].decoder(insn, asi, h); in probes_decode_insn() 488 asi->insn_handler = actions[action].handler; in probes_decode_insn() 502 return actions[action].decoder(insn, asi, h); in probes_decode_insn() 504 asi->insn_handler = actions[action].handler; in probes_decode_insn()
|
| /linux/arch/parisc/kernel/ |
| H A D | processor.c | 194 struct irqaction actions[]; in processor_probe() 200 actions = kmalloc(sizeof(struct irqaction)*MAX_CPU_IRQ, GFP_ATOMIC); in processor_probe() 201 if (!actions) { in processor_probe() 203 actions = cpu_irq_actions[0]; in processor_probe() 206 cpu_irq_actions[cpuid] = actions; in processor_probe()
|