Searched refs:actions (Results 1 - 25 of 113) sorted by relevance

12345

/linux-master/arch/arm/probes/uprobes/
H A DMakefile2 obj-$(CONFIG_UPROBES) += core.o actions-arm.o
/linux-master/arch/arm/probes/kprobes/
H A DMakefile5 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-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c11 void *actions; member in struct:mod_hdr_key
29 return jhash(key->actions,
38 return memcmp(a->actions, b->actions,
85 key.actions = mod_hdr_acts->actions;
109 mh->key.actions = (void *)mh + sizeof(*mh);
110 memcpy(mh->key.actions, key.actions, actions_size);
120 mh->key.actions);
[all...]
H A Dmod_hdr.h18 void *actions; member in struct:mlx5e_tc_mod_hdr_acts
28 .actions = acts_arr, \
/linux-master/lib/
H A Dnotifier-error-inject.h17 struct notifier_err_inject_action actions[]; member in struct:notifier_err_inject
H A Dmemory-notifier-error-inject.c13 .actions = {
H A Dnetdev-notifier-error-inject.c13 .actions = {
H A Dpm-notifier-error-inject.c13 .actions = {
H A Dof-reconfig-notifier-error-inject.c13 .actions = {
H A Dnotifier-error-inject.c35 for (action = err_inject->actions; action->name; action++) {
63 actions_dir = debugfs_create_dir("actions", dir);
65 for (action = err_inject->actions; action->name; action++) {
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c164 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; local
442 actions = &pipe_actions;
444 actions = &yield_actions;
446 actions = &futex_actions;
477 if (actions
[all...]
/linux-master/net/openvswitch/
H A DMakefile9 actions.o \
H A Dactions.c39 const struct nlattr *actions; member in struct:deferred_action
127 const struct nlattr *actions,
137 da->actions = actions;
158 const struct nlattr *actions, int len,
956 const struct nlattr *actions, int actions_len,
1001 /* Include actions. */
1002 upcall.actions = actions;
1018 struct nlattr *actions local
125 add_deferred_actions(struct sk_buff *skb, const struct sw_flow_key *key, const struct nlattr *actions, const int actions_len) argument
954 output_userspace(struct datapath *dp, struct sk_buff *skb, struct sw_flow_key *key, const struct nlattr *attr, const struct nlattr *actions, int actions_len, uint32_t cutlen) argument
1036 struct nlattr *actions; local
1067 struct nlattr *actions; local
1223 const struct nlattr *actions, *cpl_arg; local
1517 clone_execute(struct datapath *dp, struct sk_buff *skb, struct sw_flow_key *key, u32 recirc_id, const struct nlattr *actions, int len, bool last, bool clone_flow_key) argument
1597 const struct nlattr *actions = da->actions; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsmfs.h30 size_t num_actions, struct mlx5dr_action *actions[],
H A Dsmfs.c52 size_t num_actions, struct mlx5dr_action *actions[],
60 return mlx5dr_rule_create(matcher, &value, num_actions, actions, flow_source);
51 mlx5_smfs_rule_create(struct mlx5dr_matcher *matcher, struct mlx5_flow_spec *spec, size_t num_actions, struct mlx5dr_action *actions[], u32 flow_source) argument
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c68 struct bnxt_tc_actions *actions,
78 actions->flags |= BNXT_TC_ACTION_FLAG_FWD;
79 actions->dst_dev = dev;
84 struct bnxt_tc_actions *actions,
89 actions->flags |= BNXT_TC_ACTION_FLAG_POP_VLAN;
92 actions->flags |= BNXT_TC_ACTION_FLAG_PUSH_VLAN;
93 actions->push_vlan_tci = htons(act->vlan.vid);
94 actions->push_vlan_tpid = act->vlan.proto;
103 struct bnxt_tc_actions *actions,
114 actions
67 bnxt_tc_parse_redir(struct bnxt *bp, struct bnxt_tc_actions *actions, const struct flow_action_entry *act) argument
83 bnxt_tc_parse_vlan(struct bnxt *bp, struct bnxt_tc_actions *actions, const struct flow_action_entry *act) argument
102 bnxt_tc_parse_tunnel_set(struct bnxt *bp, struct bnxt_tc_actions *actions, const struct flow_action_entry *act) argument
152 bnxt_fill_l2_rewrite_fields(struct bnxt_tc_actions *actions, u16 *eth_addr, u16 *eth_addr_mask) argument
183 bnxt_tc_parse_pedit(struct bnxt *bp, struct bnxt_tc_actions *actions, struct flow_action_entry *act, int act_idx, u8 *eth_addr, u8 *eth_addr_mask) argument
281 bnxt_tc_parse_actions(struct bnxt *bp, struct bnxt_tc_actions *actions, struct flow_action *flow_action, struct netlink_ext_ack *extack) argument
590 struct bnxt_tc_actions *actions = &flow->actions; local
[all...]
/linux-master/fs/ocfs2/dlm/
H A Ddlmunlock.c45 int *actions);
50 int *actions);
89 int actions = 0; local
140 status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions);
142 status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions);
171 * let the ast handle all of these actions */
173 actions &= ~(DLM_UNLOCK_REMOVE_LOCK|
181 /* must clear the actions because this unlock
184 mlog(0, "%s:%.*s: clearing actions, %s\n",
191 actions
525 dlm_get_cancel_actions(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, struct dlm_lockstatus *lksb, int *actions) argument
557 dlm_get_unlock_actions(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, struct dlm_lockstatus *lksb, int *actions) argument
[all...]
/linux-master/arch/arm/probes/
H A Ddecode-thumb.h88 bool emulate, const union decode_action *actions,
92 bool emulate, const union decode_action *actions,
/linux-master/drivers/pmdomain/
H A DMakefile2 obj-y += actions/
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_uc.c21 u32 actions; local
27 actions = gsc->gsc_work_actions;
31 if (actions & GSC_ACTION_FW_LOAD) {
35 actions |= GSC_ACTION_SW_PROXY;
58 if (actions & GSC_ACTION_SW_PROXY) {
66 if (actions & GSC_ACTION_FW_LOAD) {
78 if (actions & GSC_ACTION_FW_LOAD) {
/linux-master/tools/perf/
H A Dbuiltin-config.c26 enum actions { enum
28 } actions; variable in typeref:enum:actions
31 OPT_SET_UINT('l', "list", &actions,
194 switch (actions) {
/linux-master/drivers/pmdomain/actions/
H A Dowl-sps-helper.c13 #include <linux/soc/actions/owl-sps.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c271 struct mlx5dr_action **actions; local
285 actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX, sizeof(*actions),
287 if (!actions) {
319 /* The order of the actions are must to be keep, only the following
337 actions[num_actions++] = tmp_action;
353 actions[num_actions++] =
367 actions[num_actions++] = tmp_action;
378 actions[num_actions++] = tmp_action;
382 actions[num_action
[all...]
/linux-master/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh269 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-master/drivers/md/dm-vdo/
H A Daction-manager.c41 * @completion: The completion for performing actions.
43 * @actions: The two action slots.
49 * @initiator_thread_id: The ID of the thread on which actions may be initiated.
56 struct action actions[2]; member in struct:action_manager
92 * @zones: The number of zones to which actions will be applied.
94 * @initiator_thread_id: The thread on which actions may initiated.
124 manager->actions[0].next = &manager->actions[1];
125 manager->current_action = manager->actions[1].next =
126 &manager->actions[
[all...]

Completed in 412 milliseconds

12345