/Linux-v5.15/arch/arm/boot/dts/ |
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-v5.15/arch/arm64/boot/dts/actions/ |
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 …]
|
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-v5.15/drivers/net/ethernet/broadcom/bnxt/ |
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-v5.15/Documentation/devicetree/bindings/serial/ |
D | actions,owl-uart.txt | 4 - compatible : "actions,s500-uart", "actions,owl-uart" for S500 5 "actions,s900-uart", "actions,owl-uart" for S900 13 compatible = "actions,s500-uart", "actions,owl-uart";
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
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() 84 key.actions = mod_hdr_acts->actions; in mlx5e_mod_hdr_attach() 108 mh->key.actions = (void *)mh + sizeof(*mh); in mlx5e_mod_hdr_attach() 109 memcpy(mh->key.actions, key.actions, actions_size); in mlx5e_mod_hdr_attach() 119 mh->key.actions); in mlx5e_mod_hdr_attach()
|
/Linux-v5.15/Documentation/devicetree/bindings/clock/ |
D | actions,owl-cmu.txt | 10 "actions,s900-cmu" 11 "actions,s700-cmu" 12 "actions,s500-cmu" 23 dt-bindings/clock/actions,s900-cmu.h or actions,s700-cmu.h or 24 actions,s500-cmu.h header and can be used in device tree sources. 37 compatible = "actions,s900-cmu"; 48 compatible = "actions,s900-uart", "actions,owl-uart";
|
/Linux-v5.15/tools/testing/selftests/powerpc/benchmarks/ |
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-v5.15/fs/ocfs2/dlm/ |
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-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | fs_dr.c | 237 struct mlx5dr_action **actions; in mlx5_cmd_dr_create_fte() local 251 actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX, sizeof(*actions), in mlx5_cmd_dr_create_fte() 253 if (!actions) { in mlx5_cmd_dr_create_fte() 303 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 311 actions[num_actions++] = in mlx5_cmd_dr_create_fte() 325 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 336 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 340 actions[num_actions++] = in mlx5_cmd_dr_create_fte() 350 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 360 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/timer/ |
D | actions,owl-timer.txt | 4 - compatible : "actions,s500-timer" for S500 5 "actions,s700-timer" for S700 6 "actions,s900-timer" for S900 16 compatible = "actions,s500-timer";
|
/Linux-v5.15/net/sched/ |
D | act_api.c | 717 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec() argument 730 const struct tc_action *a = actions[i]; in tcf_action_exec() 769 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy() argument 775 for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { in tcf_action_destroy() 776 a = actions[i]; in tcf_action_destroy() 777 actions[i] = NULL; in tcf_action_destroy() 794 static void tcf_action_put_many(struct tc_action *actions[]) in tcf_action_put_many() argument 799 struct tc_action *a = actions[i]; in tcf_action_put_many() 856 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], in tcf_action_dump() argument 863 for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { in tcf_action_dump() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/power/ |
D | actions,owl-sps.txt | 4 - compatible : "actions,s500-sps" for S500 5 "actions,s700-sps" for S700 6 "actions,s900-sps" for S900 18 compatible = "actions,s500-sps";
|
/Linux-v5.15/Documentation/fault-injection/ |
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-v5.15/net/openvswitch/ |
D | actions.c | 37 const struct nlattr *actions; member 125 const struct nlattr *actions, in add_deferred_actions() argument 135 da->actions = actions; in add_deferred_actions() 156 const struct nlattr *actions, int len, 908 const struct nlattr *actions, int actions_len, in output_userspace() argument 954 upcall.actions = actions; in output_userspace() 970 struct nlattr *actions = nla_data(attr); in dec_ttl_exception_handler() local 972 if (nla_len(actions)) in dec_ttl_exception_handler() 973 return clone_execute(dp, skb, key, 0, nla_data(actions), in dec_ttl_exception_handler() 974 nla_len(actions), true, false); in dec_ttl_exception_handler() [all …]
|
/Linux-v5.15/arch/arm/probes/kprobes/ |
D | Makefile | 2 obj-$(CONFIG_KPROBES) += core.o actions-common.o checkers-common.o 7 obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o 10 obj-$(CONFIG_KPROBES) += actions-arm.o checkers-arm.o
|
/Linux-v5.15/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 257 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error 267 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_ONLINE/error 275 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_ONLINE/error 283 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error 290 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error
|
/Linux-v5.15/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 263 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error 271 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error 279 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error 287 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error 292 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error
|
/Linux-v5.15/tools/testing/ktest/examples/bootconfigs/ |
D | functiongraph.bconf | 7 actions = "traceon" 11 actions = "traceoff"
|
/Linux-v5.15/tools/perf/ |
D | builtin-config.c | 25 enum actions { enum 27 } actions; variable 30 OPT_SET_UINT('l', "list", &actions, 192 switch (actions) { in cmd_config()
|
/Linux-v5.15/Documentation/networking/devlink/ |
D | devlink-reload.rst | 17 .. list-table:: Possible reload actions 37 command returns the list of actions which were actrually performed. 42 By default reload actions are not limited and driver implementation may 43 include reset or downtime as needed to perform the actions.
|
/Linux-v5.15/tools/perf/ui/browsers/ |
D | hists.c | 2960 struct popup_action actions[MAX_OPTIONS]; in evsel__hists_browse() local 3025 memset(actions, 0, sizeof(actions)); in evsel__hists_browse() 3108 actions->ms.sym = symbol__new_unresolved(bi->to.al_addr, bi->to.ms.map); in evsel__hists_browse() 3109 actions->ms.map = bi->to.ms.map; in evsel__hists_browse() 3111 actions->ms.sym = symbol__new_unresolved(browser->he_selection->ip, in evsel__hists_browse() 3113 actions->ms.map = browser->selection->map; in evsel__hists_browse() 3116 if (!actions->ms.sym) in evsel__hists_browse() 3127 actions->ms.map = browser->selection->map; in evsel__hists_browse() 3128 actions->ms.sym = browser->selection->sym; in evsel__hists_browse() 3131 do_annotate(browser, actions); in evsel__hists_browse() [all …]
|
/Linux-v5.15/arch/arm/probes/ |
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-v5.15/arch/parisc/kernel/ |
D | processor.c | 192 struct irqaction actions[]; in processor_probe() 198 actions = kmalloc(sizeof(struct irqaction)*MAX_CPU_IRQ, GFP_ATOMIC); in processor_probe() 199 if (!actions) { in processor_probe() 201 actions = cpu_irq_actions[0]; in processor_probe() 204 cpu_irq_actions[cpuid] = actions; in processor_probe()
|
/Linux-v5.15/include/net/ |
D | act_api.h | 177 void tcf_idr_insert_many(struct tc_action *actions[]); 186 int tcf_action_destroy(struct tc_action *actions[], int bind); 187 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, 191 struct tc_action *actions[], int init_res[], size_t *attr_size, 200 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], int bind,
|