/Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 153 struct actions { struct 154 void (*setup)(int, int); 155 void *(*thread1)(void *); 156 void *(*thread2)(void *); 407 struct actions *actions = &yield_actions; in main() local
|
/Linux-v5.4/net/sched/ |
D | act_api.c | 647 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec() 699 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy() 720 struct tc_action *actions[] = { a, NULL }; in tcf_action_destroy_1() local 731 static void tcf_action_put_many(struct tc_action *actions[]) in tcf_action_put_many() 791 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], in tcf_action_dump() 957 struct tc_action *actions[], size_t *attr_size, in tcf_action_init() 1038 static int tca_get_fill(struct sk_buff *skb, struct tc_action *actions[], in tca_get_fill() 1074 struct tc_action *actions[], int event, in tcf_get_notify() 1214 static int tcf_action_delete(struct net *net, struct tc_action *actions[]) in tcf_action_delete() 1244 tcf_del_notify(struct net *net, struct nlmsghdr *n, struct tc_action *actions[], in tcf_del_notify() [all …]
|
/Linux-v5.4/Documentation/driver-api/ |
D | libata.rst | 887 Clearing error condition 896 Reset 989 Reconfigure transport
|
/Linux-v5.4/arch/arm/probes/ |
D | decode-thumb.c | 863 bool emulate, const union decode_action *actions, in thumb16_probes_decode_insn() 874 bool emulate, const union decode_action *actions, in thumb32_probes_decode_insn()
|
D | decode-arm.c | 721 bool emulate, const union decode_action *actions, in arm_probes_decode_insn()
|
D | decode.c | 413 bool emulate, const union decode_action *actions, in probes_decode_insn()
|
/Linux-v5.4/tools/perf/ |
D | builtin-config.c | 25 enum actions { enum 27 } actions; variable
|
/Linux-v5.4/fs/ocfs2/dlm/ |
D | dlmunlock.c | 91 int actions = 0; in dlmunlock_common() local 532 int *actions) in dlm_get_cancel_actions() 564 int *actions) in dlm_get_unlock_actions()
|
/Linux-v5.4/net/openvswitch/ |
D | actions.c | 37 const struct nlattr *actions; member 125 const struct nlattr *actions, in add_deferred_actions() 910 const struct nlattr *actions, int actions_len, in output_userspace() 969 struct nlattr *actions; in sample() local 1000 struct nlattr *actions; in clone() local 1147 const struct nlattr *actions, *cpl_arg; in execute_check_pkt_len() local 1368 const struct nlattr *actions, int len, in clone_execute() 1446 const struct nlattr *actions = da->actions; in process_deferred_actions() local
|
D | datapath.h | 119 const struct nlattr *actions; member
|
/Linux-v5.4/lib/ |
D | notifier-error-inject.h | 17 struct notifier_err_inject_action actions[]; member
|
D | asn1_decoder.c | 173 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder() local
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_rule.c | 544 struct mlx5dr_action *actions[]) in dr_rule_add_action_members() 1016 struct mlx5dr_action *actions[]) in dr_rule_create_rule_nic() 1137 struct mlx5dr_action *actions[]) in dr_rule_create_rule_fdb() 1168 struct mlx5dr_action *actions[]) in dr_rule_create_rule() 1227 struct mlx5dr_action *actions[]) in mlx5dr_rule_create()
|
D | mlx5dr.h | 155 struct mlx5dr_action *actions[]) { return NULL; } in mlx5dr_rule_create() 195 __be64 actions[]) { return NULL; } in mlx5dr_action_create_modify_header()
|
D | dr_action.c | 637 struct mlx5dr_action *actions[], in mlx5dr_actions_build_ste_arr() 1416 __be64 actions[], in dr_action_create_modify_action() 1481 __be64 actions[]) in mlx5dr_action_create_modify_header()
|
D | dr_cmd.c | 230 u64 *actions, in mlx5dr_cmd_alloc_modify_header()
|
D | fs_dr.c | 221 struct mlx5dr_action **actions; in mlx5_cmd_dr_create_fte() local
|
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 63 struct bnxt_tc_actions *actions, in bnxt_tc_parse_redir() 79 struct bnxt_tc_actions *actions, in bnxt_tc_parse_vlan() 98 struct bnxt_tc_actions *actions, in bnxt_tc_parse_tunnel_set() 115 struct bnxt_tc_actions *actions, in bnxt_tc_parse_actions() 391 struct bnxt_tc_actions *actions = &flow->actions; in bnxt_hwrm_cfa_flow_alloc() local
|
/Linux-v5.4/include/linux/ |
D | asn1_ber_bytecode.h | 24 const asn1_action_t *actions; member
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_dpipe.c | 934 struct devlink_dpipe_action *actions) in mlxsw_sp_dpipe_table_adj_match_action_prepare() 970 struct devlink_dpipe_action *actions) in mlxsw_sp_dpipe_table_adj_entry_prepare() 1148 struct devlink_dpipe_action actions[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_COUNT]; in mlxsw_sp_dpipe_table_adj_entries_dump() local
|
D | core_acl_flex_actions.c | 166 char *actions = set->ht_key.enc_actions; in mlxsw_afa_set_goto_set() local 177 char *actions = set->ht_key.enc_actions; in mlxsw_afa_set_next_set() local 637 char *actions; in mlxsw_afa_block_append_action() local
|
/Linux-v5.4/arch/arm/probes/kprobes/ |
D | core.c | 53 const union decode_action *actions; in arch_prepare_kprobe() local
|
/Linux-v5.4/arch/mips/paravirt/ |
D | paravirt-irq.c | 250 void irq_mbox_ipi(int cpu, unsigned int actions) in irq_mbox_ipi()
|
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/abm/ |
D | main.h | 74 u8 *actions; member
|
/Linux-v5.4/kernel/ |
D | taskstats.c | 63 enum actions { enum
|