actions 721 arch/arm/probes/decode-arm.c bool emulate, const union decode_action *actions, actions 727 arch/arm/probes/decode-arm.c emulate, actions, checkers); actions 65 arch/arm/probes/decode-arm.h const union decode_action *actions, actions 863 arch/arm/probes/decode-thumb.c bool emulate, const union decode_action *actions, actions 869 arch/arm/probes/decode-thumb.c emulate, actions, checkers); actions 874 arch/arm/probes/decode-thumb.c bool emulate, const union decode_action *actions, actions 880 arch/arm/probes/decode-thumb.c emulate, actions, checkers); actions 88 arch/arm/probes/decode-thumb.h bool emulate, const union decode_action *actions, actions 92 arch/arm/probes/decode-thumb.h bool emulate, const union decode_action *actions, actions 413 arch/arm/probes/decode.c bool emulate, const union decode_action *actions, actions 477 arch/arm/probes/decode.c return actions[action].decoder(insn, asi, h); actions 488 arch/arm/probes/decode.c asi->insn_handler = actions[action].handler; actions 502 arch/arm/probes/decode.c return actions[action].decoder(insn, asi, h); actions 504 arch/arm/probes/decode.c asi->insn_handler = actions[action].handler; actions 53 arch/arm/probes/kprobes/core.c const union decode_action *actions; actions 65 arch/arm/probes/kprobes/core.c actions = kprobes_t32_actions; actions 69 arch/arm/probes/kprobes/core.c actions = kprobes_t16_actions; actions 78 arch/arm/probes/kprobes/core.c actions = kprobes_arm_actions; actions 85 arch/arm/probes/kprobes/core.c switch ((*decode_insn)(insn, &p->ainsn, true, actions, checkers)) { actions 250 arch/mips/paravirt/paravirt-irq.c void irq_mbox_ipi(int cpu, unsigned int actions) actions 255 arch/mips/paravirt/paravirt-irq.c WARN_ON(actions >= (1 << MBOX_BITS_PER_CPU)); actions 257 arch/mips/paravirt/paravirt-irq.c mask = actions << (cpuid * MBOX_BITS_PER_CPU); actions 69 arch/mips/paravirt/paravirt-smp.c void irq_mbox_ipi(int cpu, unsigned int actions); actions 193 arch/parisc/kernel/processor.c struct irqaction actions[]; actions 199 arch/parisc/kernel/processor.c actions = kmalloc(sizeof(struct irqaction)*MAX_CPU_IRQ, GFP_ATOMIC); actions 200 arch/parisc/kernel/processor.c if (!actions) { actions 202 arch/parisc/kernel/processor.c actions = cpu_irq_actions[0]; actions 205 arch/parisc/kernel/processor.c cpu_irq_actions[cpuid] = actions; actions 63 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c struct bnxt_tc_actions *actions, actions 73 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->flags |= BNXT_TC_ACTION_FLAG_FWD; actions 74 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->dst_dev = dev; actions 79 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c struct bnxt_tc_actions *actions, actions 84 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->flags |= BNXT_TC_ACTION_FLAG_POP_VLAN; actions 87 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->flags |= BNXT_TC_ACTION_FLAG_PUSH_VLAN; actions 88 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->push_vlan_tci = htons(act->vlan.vid); actions 89 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->push_vlan_tpid = act->vlan.proto; actions 98 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c struct bnxt_tc_actions *actions, actions 109 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->tun_encap_key = *tun_key; actions 110 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->flags |= BNXT_TC_ACTION_FLAG_TUNNEL_ENCAP; actions 115 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c struct bnxt_tc_actions *actions, actions 129 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->flags |= BNXT_TC_ACTION_FLAG_DROP; actions 132 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c rc = bnxt_tc_parse_redir(bp, actions, act); actions 139 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c rc = bnxt_tc_parse_vlan(bp, actions, act); actions 144 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c rc = bnxt_tc_parse_tunnel_set(bp, actions, act); actions 149 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->flags |= BNXT_TC_ACTION_FLAG_TUNNEL_DECAP; actions 156 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c if (actions->flags & BNXT_TC_ACTION_FLAG_FWD) { actions 157 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c if (actions->flags & BNXT_TC_ACTION_FLAG_TUNNEL_ENCAP) { actions 159 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->dst_fid = bp->pf.fw_fid; actions 162 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->dst_fid = actions 163 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c bnxt_flow_get_dst_fid(bp, actions->dst_dev); actions 164 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c if (actions->dst_fid == BNXT_FID_INVALID) actions 303 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c return bnxt_tc_parse_actions(bp, &flow->actions, &rule->action); actions 391 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c struct bnxt_tc_actions *actions = &flow->actions; actions 404 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c if (actions->flags & BNXT_TC_ACTION_FLAG_TUNNEL_DECAP || actions 405 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c actions->flags & BNXT_TC_ACTION_FLAG_TUNNEL_ENCAP) { actions 470 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c if (actions->flags & BNXT_TC_ACTION_FLAG_DROP) { actions 473 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c if (actions->flags & BNXT_TC_ACTION_FLAG_FWD) { actions 475 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c req.dst_fid = cpu_to_le16(actions->dst_fid); actions 477 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c if (actions->flags & BNXT_TC_ACTION_FLAG_PUSH_VLAN) { actions 480 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c req.l2_rewrite_vlan_tpid = actions->push_vlan_tpid; actions 481 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c req.l2_rewrite_vlan_tci = actions->push_vlan_tci; actions 485 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c if (actions->flags & BNXT_TC_ACTION_FLAG_POP_VLAN) { actions 1128 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c struct ip_tunnel_key *encap_key = &flow->actions.tun_encap_key; actions 1172 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c if (flow->actions.flags & BNXT_TC_ACTION_FLAG_TUNNEL_DECAP) actions 1174 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c else if (flow->actions.flags & BNXT_TC_ACTION_FLAG_TUNNEL_ENCAP) actions 1183 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c if (flow->actions.flags & BNXT_TC_ACTION_FLAG_TUNNEL_DECAP) actions 1186 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c else if (flow->actions.flags & BNXT_TC_ACTION_FLAG_TUNNEL_ENCAP) actions 1230 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c if (flow->actions.flags & BNXT_TC_ACTION_FLAG_TUNNEL_DECAP) actions 113 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.h struct bnxt_tc_actions actions; actions 190 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c void *actions; actions 286 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c return jhash(key->actions, actions 296 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c return memcmp(a->actions, b->actions, a->num_actions * MLX5_MH_ACT_SZ); actions 360 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c key.actions = parse_attr->mod_hdr_actions; actions 387 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c mh->key.actions = (void *)mh + sizeof(*mh); actions 388 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c memcpy(mh->key.actions, key.actions, actions_size); actions 400 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c mh->key.actions); actions 2661 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c u32 actions, actions 2671 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c headers_v = get_match_headers_value(actions, spec); actions 2709 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c u32 actions; actions 2712 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c actions = flow->esw_attr->action; actions 2714 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c actions = flow->nic_attr->action; actions 2717 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c !((actions & MLX5_FLOW_CONTEXT_ACTION_DECAP) || actions 2718 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (actions & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) || actions 2719 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (actions & MLX5_FLOW_CONTEXT_ACTION_DROP))) actions 2722 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c if (actions & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR) actions 2724 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c flow_action, actions, actions 818 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c actions_in = MLX5_ADDR_OF(alloc_modify_header_context_in, in, actions); actions 637 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c struct mlx5dr_action *actions[], actions 664 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c action = actions[i]; actions 1415 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c __be64 actions[], actions 1448 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c actions, actions 1480 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c __be64 actions[]) actions 1500 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c actions, actions 230 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c u64 *actions, actions 249 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c p_actions = MLX5_ADDR_OF(alloc_modify_header_context_in, in, actions); actions 250 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c memcpy(p_actions, actions, num_of_actions * sizeof(u64)); actions 544 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c struct mlx5dr_action *actions[]) actions 554 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c action_mem->action = actions[i]; actions 1019 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c struct mlx5dr_action *actions[]) actions 1060 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c ret = mlx5dr_actions_build_ste_arr(matcher, nic_matcher, actions, actions 1140 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c struct mlx5dr_action *actions[]) actions 1151 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c num_actions, actions); actions 1156 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c num_actions, actions); actions 1171 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c struct mlx5dr_action *actions[]) actions 1188 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c ret = dr_rule_add_action_members(rule, num_actions, actions); actions 1196 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c num_actions, actions); actions 1201 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c num_actions, actions); actions 1207 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c num_actions, actions); actions 1230 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c struct mlx5dr_action *actions[]) actions 1237 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c rule = dr_rule_create_rule(matcher, value, num_actions, actions); actions 345 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h struct mlx5dr_action *actions[], actions 886 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h u64 *actions, actions 221 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c struct mlx5dr_action **actions; actions 234 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX, sizeof(*actions), actions 236 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c if (!actions) actions 242 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c kfree(actions); actions 260 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions[num_actions++] = tmp_action; actions 270 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions[num_actions++] = tmp_action; actions 285 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions[num_actions++] = tmp_action; actions 293 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions[num_actions++] = actions 307 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions[num_actions++] = tmp_action; actions 318 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions[num_actions++] = tmp_action; actions 322 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions[num_actions++] = actions 326 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions[num_actions++] = actions 349 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions[num_actions++] = tmp_action; actions 412 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions[num_actions++] = tmp_action; actions 420 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions[num_actions++] = term_action; actions 425 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c actions); actions 431 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c kfree(actions); actions 444 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c kfree(actions); actions 67 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h struct mlx5dr_action *actions[]); actions 103 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h __be64 actions[]); actions 155 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h struct mlx5dr_action *actions[]) { return NULL; } actions 195 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h __be64 actions[]) { return NULL; } actions 166 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c char *actions = set->ht_key.enc_actions; actions 168 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c mlxsw_afa_set_type_set(actions, MLXSW_AFA_SET_TYPE_GOTO); actions 169 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c mlxsw_afa_set_goto_g_set(actions, true); actions 170 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c mlxsw_afa_set_goto_binding_cmd_set(actions, cmd); actions 171 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c mlxsw_afa_set_goto_next_binding_set(actions, group_id); actions 177 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c char *actions = set->ht_key.enc_actions; actions 179 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c mlxsw_afa_set_type_set(actions, MLXSW_AFA_SET_TYPE_NEXT); actions 180 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c mlxsw_afa_set_next_action_set_ptr_set(actions, next_set_kvdl_index); actions 637 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c char *actions; actions 657 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c actions = block->cur_set->ht_key.enc_actions; actions 658 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c oneact = actions + block->cur_act_index * MLXSW_AFA_ONE_ACTION_LEN; actions 935 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c struct devlink_dpipe_action *actions) actions 955 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c action = &actions[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_DST_MAC]; actions 960 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c action = &actions[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_ERIF_PORT]; actions 971 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c struct devlink_dpipe_action *actions) actions 1010 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c action = &actions[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_DST_MAC]; actions 1019 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c action = &actions[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_ERIF_PORT]; actions 1149 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c struct devlink_dpipe_action actions[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_COUNT]; actions 1159 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c memset(actions, 0, MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_COUNT * actions 1160 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c sizeof(actions[0])); actions 1164 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c mlxsw_sp_dpipe_table_adj_match_action_prepare(matches, actions); actions 1167 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c action_values, actions); actions 115 drivers/net/ethernet/netronome/nfp/abm/ctrl.c if (abm->actions[id] == act) actions 127 drivers/net/ethernet/netronome/nfp/abm/ctrl.c abm->actions[id] = act; actions 485 drivers/net/ethernet/netronome/nfp/abm/main.c abm->actions = kvcalloc(abm->num_thresholds, sizeof(*abm->actions), actions 487 drivers/net/ethernet/netronome/nfp/abm/main.c if (!abm->actions) actions 511 drivers/net/ethernet/netronome/nfp/abm/main.c kvfree(abm->actions); actions 530 drivers/net/ethernet/netronome/nfp/abm/main.c kvfree(abm->actions); actions 74 drivers/net/ethernet/netronome/nfp/abm/main.h u8 *actions; actions 1047 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c struct tc_action **actions, *act; actions 1067 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c actions = kzalloc(nk * sizeof(*actions), GFP_KERNEL); actions 1068 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c if (!actions) { actions 1087 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c exts->actions = actions; actions 1091 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c actions[i] = &act[i]; actions 1117 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c kfree(actions); actions 449 drivers/usb/host/oxu210hp-hcd.c unsigned long actions; actions 692 drivers/usb/host/oxu210hp-hcd.c clear_bit(action, &oxu->actions); actions 698 drivers/usb/host/oxu210hp-hcd.c if (!test_and_set_bit(action, &oxu->actions)) { actions 2995 drivers/usb/host/oxu210hp-hcd.c if (test_bit(TIMER_ASYNC_OFF, &oxu->actions)) actions 72 fs/btrfs/ref-verify.c struct list_head actions; actions 251 fs/btrfs/ref-verify.c while (!list_empty(&be->actions)) { actions 252 fs/btrfs/ref-verify.c ra = list_first_entry(&be->actions, struct ref_action, actions 299 fs/btrfs/ref-verify.c INIT_LIST_HEAD(&be->actions); actions 657 fs/btrfs/ref-verify.c list_for_each_entry(ra, &be->actions, list) actions 766 fs/btrfs/ref-verify.c while (!list_empty(&be->actions)) { actions 769 fs/btrfs/ref-verify.c tmp = list_first_entry(&be->actions, struct ref_action, actions 883 fs/btrfs/ref-verify.c list_add_tail(&ra->list, &be->actions); actions 47 fs/ocfs2/dlm/dlmunlock.c int *actions); actions 52 fs/ocfs2/dlm/dlmunlock.c int *actions); actions 91 fs/ocfs2/dlm/dlmunlock.c int actions = 0; actions 142 fs/ocfs2/dlm/dlmunlock.c status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions); actions 144 fs/ocfs2/dlm/dlmunlock.c status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions); actions 175 fs/ocfs2/dlm/dlmunlock.c actions &= ~(DLM_UNLOCK_REMOVE_LOCK| actions 193 fs/ocfs2/dlm/dlmunlock.c actions = 0; actions 209 fs/ocfs2/dlm/dlmunlock.c if (actions & DLM_UNLOCK_REMOVE_LOCK) { actions 213 fs/ocfs2/dlm/dlmunlock.c if (actions & DLM_UNLOCK_REGRANT_LOCK) { actions 217 fs/ocfs2/dlm/dlmunlock.c if (actions & DLM_UNLOCK_CLEAR_CONVERT_TYPE) { actions 248 fs/ocfs2/dlm/dlmunlock.c if (actions & DLM_UNLOCK_FREE_LOCK) { actions 250 fs/ocfs2/dlm/dlmunlock.c BUG_ON(!(actions & DLM_UNLOCK_REMOVE_LOCK)); actions 257 fs/ocfs2/dlm/dlmunlock.c if (actions & DLM_UNLOCK_CALL_AST) actions 532 fs/ocfs2/dlm/dlmunlock.c int *actions) actions 539 fs/ocfs2/dlm/dlmunlock.c *actions = (DLM_UNLOCK_CALL_AST | actions 544 fs/ocfs2/dlm/dlmunlock.c *actions = (DLM_UNLOCK_CALL_AST | actions 551 fs/ocfs2/dlm/dlmunlock.c *actions = DLM_UNLOCK_CALL_AST; actions 555 fs/ocfs2/dlm/dlmunlock.c *actions = 0; actions 564 fs/ocfs2/dlm/dlmunlock.c int *actions) actions 572 fs/ocfs2/dlm/dlmunlock.c *actions = 0; actions 576 fs/ocfs2/dlm/dlmunlock.c *actions = (DLM_UNLOCK_FREE_LOCK | actions 24 include/linux/asn1_ber_bytecode.h const asn1_action_t *actions; actions 5545 include/linux/mlx5/mlx5_ifc.h union mlx5_ifc_set_action_in_add_action_in_auto_bits actions[0]; actions 298 include/linux/ti_wilink_st.h u8 actions[0]; actions 174 include/net/act_api.h int tcf_action_destroy(struct tc_action *actions[], int bind); actions 175 include/net/act_api.h int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, actions 179 include/net/act_api.h struct tc_action *actions[], size_t *attr_size, actions 186 include/net/act_api.h int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], int bind, actions 193 include/net/pkt_cls.h struct tc_action **actions; actions 210 include/net/pkt_cls.h exts->actions = kcalloc(TCA_ACT_MAX_PRIO, sizeof(struct tc_action *), actions 212 include/net/pkt_cls.h if (!exts->actions) actions 244 include/net/pkt_cls.h for (i = 0; i < TCA_ACT_MAX_PRIO && ((a) = (exts)->actions[i]); i++) actions 260 include/net/pkt_cls.h struct tc_action *a = exts->actions[i]; actions 300 include/net/pkt_cls.h return tcf_action_exec(skb, exts->actions, exts->nr_actions, res); actions 395 init/initramfs.c static __initdata int (*actions[])(void) = { actions 411 init/initramfs.c while (!actions[state]()) actions 9355 kernel/events/core.c static const enum perf_addr_filter_action_t actions[] = { actions 9380 kernel/events/core.c filter->action = actions[token]; actions 266 kernel/irq/irqdesc.c IRQ_ATTR_RO(actions); actions 364 kernel/trace/trace_events_hist.c struct action_data *actions[HIST_ACTIONS_MAX]; actions 1877 kernel/trace/trace_events_hist.c struct action_data *data = hist_data->actions[i]; actions 3764 kernel/trace/trace_events_hist.c struct action_data *data = hist_data->actions[i]; actions 4917 kernel/trace/trace_events_hist.c struct action_data *data = hist_data->actions[i]; actions 4972 kernel/trace/trace_events_hist.c hist_data->actions[hist_data->n_actions++] = data; actions 4985 kernel/trace/trace_events_hist.c data = hist_data->actions[i]; actions 5012 kernel/trace/trace_events_hist.c struct action_data *data = hist_data->actions[i]; actions 5085 kernel/trace/trace_events_hist.c struct action_data *data = hist_data->actions[i]; actions 5086 kernel/trace/trace_events_hist.c struct action_data *data_test = hist_data_test->actions[i]; actions 5140 kernel/trace/trace_events_hist.c struct action_data *data = hist_data->actions[i]; actions 5347 kernel/trace/trace_events_hist.c data = hist_data->actions[i]; actions 173 lib/asn1_decoder.c const asn1_action_t *actions = decoder->actions; actions 346 lib/asn1_decoder.c ret = actions[act](context, hdr, tag, data + dp, len); actions 439 lib/asn1_decoder.c ret = actions[act](context, hdr, 0, data + tdp, len); actions 454 lib/asn1_decoder.c ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); actions 13 lib/memory-notifier-error-inject.c .actions = { actions 13 lib/netdev-notifier-error-inject.c .actions = { actions 35 lib/notifier-error-inject.c for (action = err_inject->actions; action->name; action++) { actions 65 lib/notifier-error-inject.c for (action = err_inject->actions; action->name; action++) { actions 17 lib/notifier-error-inject.h struct notifier_err_inject_action actions[]; actions 13 lib/of-reconfig-notifier-error-inject.c .actions = { actions 13 lib/pm-notifier-error-inject.c .actions = { actions 37 net/openvswitch/actions.c const struct nlattr *actions; actions 125 net/openvswitch/actions.c const struct nlattr *actions, actions 135 net/openvswitch/actions.c da->actions = actions; actions 156 net/openvswitch/actions.c const struct nlattr *actions, int len, actions 912 net/openvswitch/actions.c const struct nlattr *actions, int actions_len, actions 952 net/openvswitch/actions.c upcall.actions = actions; actions 971 net/openvswitch/actions.c struct nlattr *actions; actions 980 net/openvswitch/actions.c actions = nla_next(sample_arg, &rem); actions 990 net/openvswitch/actions.c return clone_execute(dp, skb, key, 0, actions, rem, last, actions 1002 net/openvswitch/actions.c struct nlattr *actions; actions 1010 net/openvswitch/actions.c actions = nla_next(clone_arg, &rem); actions 1012 net/openvswitch/actions.c return clone_execute(dp, skb, key, 0, actions, rem, last, actions 1149 net/openvswitch/actions.c const struct nlattr *actions, *cpl_arg; actions 1164 net/openvswitch/actions.c actions = nla_next(cpl_arg, &rem); actions 1170 net/openvswitch/actions.c actions = nla_next(cpl_arg, &rem); actions 1171 net/openvswitch/actions.c actions = nla_next(actions, &rem); actions 1175 net/openvswitch/actions.c return clone_execute(dp, skb, key, 0, nla_data(actions), actions 1176 net/openvswitch/actions.c nla_len(actions), last, clone_flow_key); actions 1370 net/openvswitch/actions.c const struct nlattr *actions, int len, actions 1393 net/openvswitch/actions.c if (actions) { /* Sample action */ actions 1398 net/openvswitch/actions.c actions, len); actions 1410 net/openvswitch/actions.c da = add_deferred_actions(skb, key, actions, len); actions 1412 net/openvswitch/actions.c if (!actions) { /* Recirc action */ actions 1423 net/openvswitch/actions.c if (actions) { /* Sample action */ actions 1448 net/openvswitch/actions.c const struct nlattr *actions = da->actions; actions 1451 net/openvswitch/actions.c if (actions) actions 1452 net/openvswitch/actions.c do_execute_actions(dp, skb, key, actions, actions_len); actions 1479 net/openvswitch/actions.c acts->actions, acts->actions_len); actions 477 net/openvswitch/datapath.c err = ovs_nla_put_actions(upcall_info->actions, actions 783 net/openvswitch/datapath.c err = ovs_nla_put_actions(sf_acts->actions, actions 119 net/openvswitch/datapath.h const struct nlattr *actions; actions 194 net/openvswitch/flow.h struct nlattr actions[]; actions 51 net/openvswitch/flow_netlink.c static bool actions_may_change_flow(const struct nlattr *actions) actions 56 net/openvswitch/flow_netlink.c nla_for_each_nested(nla, actions, rem) { actions 2290 net/openvswitch/flow_netlink.c nla_for_each_attr(a, sf_acts->actions, sf_acts->actions_len, rem) { actions 2323 net/openvswitch/flow_netlink.c int next_offset = offsetof(struct sw_flow_actions, actions) + actions 2344 net/openvswitch/flow_netlink.c memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len); actions 2400 net/openvswitch/flow_netlink.c struct nlattr *a = (struct nlattr *) ((unsigned char *)sfa->actions + actions 2418 net/openvswitch/flow_netlink.c const struct nlattr *probability, *actions; actions 2437 net/openvswitch/flow_netlink.c actions = attrs[OVS_SAMPLE_ATTR_ACTIONS]; actions 2438 net/openvswitch/flow_netlink.c if (!actions || (nla_len(actions) && nla_len(actions) < NLA_HDRLEN)) actions 2457 net/openvswitch/flow_netlink.c arg.exec = last || !actions_may_change_flow(actions); actions 2465 net/openvswitch/flow_netlink.c err = __ovs_nla_copy_actions(net, actions, key, sfa, actions 3242 net/openvswitch/flow_netlink.c struct nlattr *actions; actions 3250 net/openvswitch/flow_netlink.c actions = nla_next(sample_arg, &rem); actions 3263 net/openvswitch/flow_netlink.c err = ovs_nla_put_actions(actions, rem, skb); actions 647 net/sched/act_api.c int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, actions 660 net/sched/act_api.c const struct tc_action *a = actions[i]; actions 699 net/sched/act_api.c int tcf_action_destroy(struct tc_action *actions[], int bind) actions 705 net/sched/act_api.c for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { actions 706 net/sched/act_api.c a = actions[i]; actions 707 net/sched/act_api.c actions[i] = NULL; actions 720 net/sched/act_api.c struct tc_action *actions[] = { a, NULL }; actions 722 net/sched/act_api.c return tcf_action_destroy(actions, bind); actions 731 net/sched/act_api.c static void tcf_action_put_many(struct tc_action *actions[]) actions 736 net/sched/act_api.c struct tc_action *a = actions[i]; actions 791 net/sched/act_api.c int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], actions 798 net/sched/act_api.c for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { actions 799 net/sched/act_api.c a = actions[i]; actions 957 net/sched/act_api.c struct tc_action *actions[], size_t *attr_size, actions 981 net/sched/act_api.c actions[i - 1] = act; actions 988 net/sched/act_api.c tcf_action_destroy(actions, bind); actions 1038 net/sched/act_api.c static int tca_get_fill(struct sk_buff *skb, struct tc_action *actions[], actions 1059 net/sched/act_api.c if (tcf_action_dump(skb, actions, bind, ref) < 0) actions 1074 net/sched/act_api.c struct tc_action *actions[], int event, actions 1082 net/sched/act_api.c if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, event, actions 1214 net/sched/act_api.c static int tcf_action_delete(struct net *net, struct tc_action *actions[]) actions 1218 net/sched/act_api.c for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { actions 1219 net/sched/act_api.c struct tc_action *a = actions[i]; actions 1227 net/sched/act_api.c actions[i] = NULL; actions 1244 net/sched/act_api.c tcf_del_notify(struct net *net, struct nlmsghdr *n, struct tc_action *actions[], actions 1255 net/sched/act_api.c if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, RTM_DELACTION, actions 1263 net/sched/act_api.c ret = tcf_action_delete(net, actions); actions 1285 net/sched/act_api.c struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; actions 1307 net/sched/act_api.c actions[i - 1] = act; actions 1313 net/sched/act_api.c ret = tcf_get_notify(net, portid, n, actions, event, extack); actions 1315 net/sched/act_api.c ret = tcf_del_notify(net, n, actions, portid, attr_size, extack); actions 1321 net/sched/act_api.c tcf_action_put_many(actions); actions 1326 net/sched/act_api.c tcf_add_notify(struct net *net, struct nlmsghdr *n, struct tc_action *actions[], actions 1337 net/sched/act_api.c if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, n->nlmsg_flags, actions 1357 net/sched/act_api.c struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; actions 1361 net/sched/act_api.c actions, &attr_size, true, extack); actions 1368 net/sched/act_api.c ret = tcf_add_notify(net, n, actions, portid, attr_size, extack); actions 1370 net/sched/act_api.c tcf_action_put_many(actions); actions 3000 net/sched/cls_api.c if (exts->actions) { actions 3001 net/sched/cls_api.c tcf_action_destroy(exts->actions, TCA_ACT_UNBIND); actions 3002 net/sched/cls_api.c kfree(exts->actions); actions 3027 net/sched/cls_api.c exts->actions[0] = act; actions 3034 net/sched/cls_api.c exts->actions, &attr_size, actions 3070 net/sched/cls_api.c return exts->actions[0]; actions 3090 net/sched/cls_api.c if (tcf_action_dump(skb, exts->actions, 0, 0) < 0) actions 1476 scripts/kconfig/qconf.cc optionMenu->addActions(optGroup->actions()); actions 27 tools/perf/builtin-config.c } actions; actions 30 tools/perf/builtin-config.c OPT_SET_UINT('l', "list", &actions, actions 192 tools/perf/builtin-config.c switch (actions) { actions 2837 tools/perf/ui/browsers/hists.c struct popup_action actions[MAX_OPTIONS]; actions 2898 tools/perf/ui/browsers/hists.c memset(actions, 0, sizeof(actions)); actions 2945 tools/perf/ui/browsers/hists.c actions->ms.map = browser->selection->map; actions 2946 tools/perf/ui/browsers/hists.c actions->ms.sym = browser->selection->sym; actions 2947 tools/perf/ui/browsers/hists.c do_annotate(browser, actions); actions 2953 tools/perf/ui/browsers/hists.c actions->ms.map = map; actions 2954 tools/perf/ui/browsers/hists.c do_zoom_dso(browser, actions); actions 2963 tools/perf/ui/browsers/hists.c actions->thread = thread; actions 2964 tools/perf/ui/browsers/hists.c do_zoom_thread(browser, actions); actions 2967 tools/perf/ui/browsers/hists.c actions->socket = socked_id; actions 2968 tools/perf/ui/browsers/hists.c do_zoom_socket(browser, actions); actions 2983 tools/perf/ui/browsers/hists.c actions->thread = NULL; actions 2984 tools/perf/ui/browsers/hists.c actions->ms.sym = NULL; actions 2985 tools/perf/ui/browsers/hists.c do_run_script(browser, actions); actions 2990 tools/perf/ui/browsers/hists.c key = do_switch_data(browser, actions); actions 3057 tools/perf/ui/browsers/hists.c actions->ms.map = map; actions 3065 tools/perf/ui/browsers/hists.c do_zoom_dso(browser, actions); actions 3067 tools/perf/ui/browsers/hists.c do_zoom_thread(browser, actions); actions 3069 tools/perf/ui/browsers/hists.c do_zoom_socket(browser, actions); actions 3112 tools/perf/ui/browsers/hists.c &actions[nr_options], actions 3118 tools/perf/ui/browsers/hists.c &actions[nr_options], actions 3124 tools/perf/ui/browsers/hists.c &actions[nr_options], actions 3130 tools/perf/ui/browsers/hists.c nr_options += add_thread_opt(browser, &actions[nr_options], actions 3132 tools/perf/ui/browsers/hists.c nr_options += add_dso_opt(browser, &actions[nr_options], actions 3134 tools/perf/ui/browsers/hists.c nr_options += add_map_opt(browser, &actions[nr_options], actions 3138 tools/perf/ui/browsers/hists.c nr_options += add_socket_opt(browser, &actions[nr_options], actions 3148 tools/perf/ui/browsers/hists.c &actions[nr_options], actions 3163 tools/perf/ui/browsers/hists.c &actions[nr_options], actions 3169 tools/perf/ui/browsers/hists.c nr_options += add_script_opt(browser, &actions[nr_options], actions 3171 tools/perf/ui/browsers/hists.c nr_options += add_res_sample_opt(browser, &actions[nr_options], actions 3175 tools/perf/ui/browsers/hists.c nr_options += add_res_sample_opt(browser, &actions[nr_options], actions 3179 tools/perf/ui/browsers/hists.c nr_options += add_res_sample_opt(browser, &actions[nr_options], actions 3183 tools/perf/ui/browsers/hists.c nr_options += add_switch_opt(browser, &actions[nr_options], actions 3186 tools/perf/ui/browsers/hists.c nr_options += add_exit_opt(browser, &actions[nr_options], actions 3196 tools/perf/ui/browsers/hists.c act = &actions[choice]; actions 202 tools/testing/selftests/powerpc/benchmarks/context_switch.c static struct actions pipe_actions = { actions 241 tools/testing/selftests/powerpc/benchmarks/context_switch.c static struct actions yield_actions = { actions 371 tools/testing/selftests/powerpc/benchmarks/context_switch.c static struct actions futex_actions = { actions 407 tools/testing/selftests/powerpc/benchmarks/context_switch.c struct actions *actions = &yield_actions; actions 431 tools/testing/selftests/powerpc/benchmarks/context_switch.c actions = &pipe_actions; actions 433 tools/testing/selftests/powerpc/benchmarks/context_switch.c actions = &yield_actions; actions 435 tools/testing/selftests/powerpc/benchmarks/context_switch.c actions = &futex_actions; actions 466 tools/testing/selftests/powerpc/benchmarks/context_switch.c if (actions == &pipe_actions) actions 468 tools/testing/selftests/powerpc/benchmarks/context_switch.c else if (actions == &yield_actions) actions 482 tools/testing/selftests/powerpc/benchmarks/context_switch.c actions->setup(cpu1, cpu2); actions 484 tools/testing/selftests/powerpc/benchmarks/context_switch.c start_fn(actions->thread1, NULL, cpu1); actions 485 tools/testing/selftests/powerpc/benchmarks/context_switch.c start_fn(actions->thread2, NULL, cpu2); actions 2964 tools/testing/selftests/seccomp/seccomp_bpf.c __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, actions 2971 tools/testing/selftests/seccomp/seccomp_bpf.c ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[0]); actions 2980 tools/testing/selftests/seccomp/seccomp_bpf.c for (i = 0; i < ARRAY_SIZE(actions); i++) { actions 2981 tools/testing/selftests/seccomp/seccomp_bpf.c ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[i]); actions 2984 tools/testing/selftests/seccomp/seccomp_bpf.c actions[i]);