/kernel/linux/linux-6.6/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() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 67 struct bnxt_tc_actions *actions, in bnxt_tc_parse_redir() 77 actions->flags |= BNXT_TC_ACTION_FLAG_FWD; in bnxt_tc_parse_redir() 78 actions->dst_dev = dev; in bnxt_tc_parse_redir() 83 struct bnxt_tc_actions *actions, in bnxt_tc_parse_vlan() 88 actions->flags |= BNXT_TC_ACTION_FLAG_POP_VLAN; in bnxt_tc_parse_vlan() 91 actions->flags |= BNXT_TC_ACTION_FLAG_PUSH_VLAN; in bnxt_tc_parse_vlan() 92 actions->push_vlan_tci = htons(act->vlan.vid); in bnxt_tc_parse_vlan() 93 actions->push_vlan_tpid = act->vlan.proto; in bnxt_tc_parse_vlan() 102 struct bnxt_tc_actions *actions, in bnxt_tc_parse_tunnel_set() 113 actions in bnxt_tc_parse_tunnel_set() 66 bnxt_tc_parse_redir(struct bnxt *bp, struct bnxt_tc_actions *actions, const struct flow_action_entry *act) bnxt_tc_parse_redir() argument 82 bnxt_tc_parse_vlan(struct bnxt *bp, struct bnxt_tc_actions *actions, const struct flow_action_entry *act) bnxt_tc_parse_vlan() argument 101 bnxt_tc_parse_tunnel_set(struct bnxt *bp, struct bnxt_tc_actions *actions, const struct flow_action_entry *act) bnxt_tc_parse_tunnel_set() argument 151 bnxt_fill_l2_rewrite_fields(struct bnxt_tc_actions *actions, u16 *eth_addr, u16 *eth_addr_mask) bnxt_fill_l2_rewrite_fields() argument 182 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) bnxt_tc_parse_pedit() argument 280 bnxt_tc_parse_actions(struct bnxt *bp, struct bnxt_tc_actions *actions, struct flow_action *flow_action, struct netlink_ext_ack *extack) bnxt_tc_parse_actions() argument 587 struct bnxt_tc_actions *actions = &flow->actions; bnxt_hwrm_cfa_flow_alloc() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 68 struct bnxt_tc_actions *actions, in bnxt_tc_parse_redir() 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() 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() 114 actions in bnxt_tc_parse_tunnel_set() 67 bnxt_tc_parse_redir(struct bnxt *bp, struct bnxt_tc_actions *actions, const struct flow_action_entry *act) bnxt_tc_parse_redir() argument 83 bnxt_tc_parse_vlan(struct bnxt *bp, struct bnxt_tc_actions *actions, const struct flow_action_entry *act) bnxt_tc_parse_vlan() argument 102 bnxt_tc_parse_tunnel_set(struct bnxt *bp, struct bnxt_tc_actions *actions, const struct flow_action_entry *act) bnxt_tc_parse_tunnel_set() argument 152 bnxt_fill_l2_rewrite_fields(struct bnxt_tc_actions *actions, u16 *eth_addr, u16 *eth_addr_mask) bnxt_fill_l2_rewrite_fields() 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) bnxt_tc_parse_pedit() argument 281 bnxt_tc_parse_actions(struct bnxt *bp, struct bnxt_tc_actions *actions, struct flow_action *flow_action, struct netlink_ext_ack *extack) bnxt_tc_parse_actions() argument 590 struct bnxt_tc_actions *actions = &flow->actions; bnxt_hwrm_cfa_flow_alloc() local [all...] |
/kernel/linux/linux-5.10/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() 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() [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmunlock.c | 47 int *actions); 52 int *actions); 91 int actions = 0; in dlmunlock_common() local 142 status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common() 144 status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common() 173 * let the ast handle all of these actions */ in dlmunlock_common() 175 actions &= ~(DLM_UNLOCK_REMOVE_LOCK| in dlmunlock_common() 183 /* must clear the actions because this unlock in dlmunlock_common() 186 mlog(0, "%s:%.*s: clearing actions, %s\n", in dlmunlock_common() 193 actions in dlmunlock_common() 528 dlm_get_cancel_actions(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, struct dlm_lockstatus *lksb, int *actions) dlm_get_cancel_actions() argument 560 dlm_get_unlock_actions(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, struct dlm_lockstatus *lksb, int *actions) dlm_get_unlock_actions() argument [all...] |
/kernel/linux/linux-6.6/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() 171 * let the ast handle all of these actions */ in dlmunlock_common() 173 actions &= ~(DLM_UNLOCK_REMOVE_LOCK| in dlmunlock_common() 181 /* must clear the actions because this unlock in dlmunlock_common() 184 mlog(0, "%s:%.*s: clearing actions, %s\n", in dlmunlock_common() 191 actions in dlmunlock_common() 525 dlm_get_cancel_actions(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, struct dlm_lockstatus *lksb, int *actions) dlm_get_cancel_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) dlm_get_unlock_actions() argument [all...] |
/kernel/linux/linux-5.10/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 in main() [all...] |
/kernel/linux/linux-6.6/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 in main() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | fs_dr.c | 231 struct mlx5dr_action **actions; in mlx5_cmd_dr_create_fte() local 245 actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX, sizeof(*actions), in mlx5_cmd_dr_create_fte() 247 if (!actions) { in mlx5_cmd_dr_create_fte() 279 /* The order of the actions are must to be keep, only the following in mlx5_cmd_dr_create_fte() 296 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 304 actions[num_actions++] = in mlx5_cmd_dr_create_fte() 318 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 329 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 333 actions[num_action in mlx5_cmd_dr_create_fte() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_api.c | 115 /* XXX: For standalone actions, we don't need a RCU grace period either, because 116 * actions are always connected to filters and filters are already destroyed in 117 * RCU callbacks, so after a RCU grace period actions are already disconnected 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() 274 "Failed to setup tc actions for offload"); in tcf_action_offload_add_ex() 619 NL_SET_ERR_MSG(extack, "Unable to flush all TC actions"); in tcf_del_walker() 796 /* Set cpustats according to actions flags. */ in tcf_idr_create_from_flags() 815 /* Check if action with specified index exists. If actions is found, increments 817 * error pointer (to prevent concurrent users from inserting actions wit 1053 tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, int nr_actions, struct tcf_result *res) tcf_action_exec() argument 1115 tcf_action_destroy(struct tc_action *actions[], int bind) tcf_action_destroy() argument 1140 tcf_action_put_many(struct tc_action *actions[]) tcf_action_put_many() argument 1207 tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], int bind, int ref, bool terse) tcf_action_dump() argument 1277 tcf_idr_insert_many(struct tc_action *actions[]) tcf_idr_insert_many() argument 1427 tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla, struct nlattr *est, struct tc_action *actions[], int init_res[], size_t *attr_size, u32 flags, u32 fl_flags, struct netlink_ext_ack *extack) tcf_action_init() argument 1575 tca_get_fill(struct sk_buff *skb, struct tc_action *actions[], u32 portid, u32 seq, u16 flags, int event, int bind, int ref, struct netlink_ext_ack *extack) tca_get_fill() argument 1615 tcf_get_notify(struct net *net, u32 portid, struct nlmsghdr *n, struct tc_action *actions[], int event, struct netlink_ext_ack *extack) tcf_get_notify() argument 1754 tcf_action_delete(struct net *net, struct tc_action *actions[]) tcf_action_delete() argument 1787 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { tcf_reoffload_del_notify() local 1874 tcf_del_notify(struct net *net, struct nlmsghdr *n, struct tc_action *actions[], u32 portid, size_t attr_size, struct netlink_ext_ack *extack) tcf_del_notify() argument 1913 struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; tca_action_gd() local 1954 tcf_add_notify(struct net *net, struct nlmsghdr *n, struct tc_action *actions[], u32 portid, size_t attr_size, struct netlink_ext_ack *extack) tcf_add_notify() argument 1981 struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; tcf_action_add() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | fs_dr.c | 264 struct mlx5dr_action **actions; in mlx5_cmd_dr_create_fte() local 278 actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX, sizeof(*actions), in mlx5_cmd_dr_create_fte() 280 if (!actions) { in mlx5_cmd_dr_create_fte() 312 /* The order of the actions are must to be keep, only the following in mlx5_cmd_dr_create_fte() 330 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 346 actions[num_actions++] = in mlx5_cmd_dr_create_fte() 360 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 371 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 375 actions[num_action in mlx5_cmd_dr_create_fte() [all...] |
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
H A 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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_api.c | 96 /* XXX: For standalone actions, we don't need a RCU grace period either, because 97 * actions are always connected to filters and filters are already destroyed in 98 * RCU callbacks, so after a RCU grace period actions are already disconnected 337 NL_SET_ERR_MSG(extack, "Unable to flush all TC actions"); in tcf_del_walker() 487 /* Set cpustats according to actions flags. */ in tcf_idr_create_from_flags() 506 /* Check if action with specified index exists. If actions is found, increments 508 * error pointer (to prevent concurrent users from inserting actions with same 675 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec() argument 679 u32 jmp_ttl = TCA_ACT_MAX_PRIO; /*matches actions per filter */ in tcf_action_exec() 688 const struct tc_action *a = actions[ in tcf_action_exec() 736 tcf_action_destroy(struct tc_action *actions[], int bind) tcf_action_destroy() argument 761 tcf_action_put_many(struct tc_action *actions[]) tcf_action_put_many() argument 851 tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], int bind, int ref, bool terse) tcf_action_dump() argument 919 tcf_idr_insert_many(struct tc_action *actions[]) tcf_idr_insert_many() argument 1060 tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla, struct nlattr *est, char *name, int ovr, int bind, struct tc_action *actions[], int init_res[], size_t *attr_size, bool rtnl_held, struct netlink_ext_ack *extack) tcf_action_init() argument 1187 tca_get_fill(struct sk_buff *skb, struct tc_action *actions[], u32 portid, u32 seq, u16 flags, int event, int bind, int ref) tca_get_fill() argument 1222 tcf_get_notify(struct net *net, u32 portid, struct nlmsghdr *n, struct tc_action *actions[], int event, struct netlink_ext_ack *extack) tcf_get_notify() argument 1363 tcf_action_delete(struct net *net, struct tc_action *actions[]) tcf_action_delete() argument 1393 tcf_del_notify(struct net *net, struct nlmsghdr *n, struct tc_action *actions[], u32 portid, size_t attr_size, struct netlink_ext_ack *extack) tcf_del_notify() argument 1434 struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; tca_action_gd() local 1475 tcf_add_notify(struct net *net, struct nlmsghdr *n, struct tc_action *actions[], u32 portid, size_t attr_size, struct netlink_ext_ack *extack) tcf_add_notify() argument 1506 struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; tcf_action_add() local [all...] |
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | actions.c | 36 const struct nlattr *actions; member 124 const struct nlattr *actions, in add_deferred_actions() 134 da->actions = actions; in add_deferred_actions() 155 const struct nlattr *actions, int len, 943 const struct nlattr *actions, int actions_len, in output_userspace() 982 /* Include actions. */ in output_userspace() 983 upcall.actions = actions; in output_userspace() 999 struct nlattr *actions in dec_ttl_exception_handler() local 122 add_deferred_actions(struct sk_buff *skb, const struct sw_flow_key *key, const struct nlattr *actions, const int actions_len) add_deferred_actions() argument 941 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) output_userspace() argument 1017 struct nlattr *actions; sample() local 1048 struct nlattr *actions; clone() local 1196 const struct nlattr *actions, *cpl_arg; execute_check_pkt_len() local 1481 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) clone_execute() argument 1561 const struct nlattr *actions = da->actions; process_deferred_actions() local [all...] |
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 39 const struct nlattr *actions; member 127 const struct nlattr *actions, in add_deferred_actions() 137 da->actions = actions; in add_deferred_actions() 158 const struct nlattr *actions, int len, 949 const struct nlattr *actions, int actions_len, in output_userspace() 994 /* Include actions. */ in output_userspace() 995 upcall.actions = actions; in output_userspace() 1011 struct nlattr *actions in dec_ttl_exception_handler() local 125 add_deferred_actions(struct sk_buff *skb, const struct sw_flow_key *key, const struct nlattr *actions, const int actions_len) add_deferred_actions() argument 947 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) output_userspace() argument 1029 struct nlattr *actions; sample() local 1060 struct nlattr *actions; clone() local 1216 const struct nlattr *actions, *cpl_arg; execute_check_pkt_len() local 1518 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) clone_execute() argument 1598 const struct nlattr *actions = da->actions; process_deferred_actions() local [all...] |
/kernel/linux/linux-6.6/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() 79 if (actions & GSC_ACTION_FW_LOAD) { in gsc_work()
|
/kernel/linux/linux-5.10/tools/testing/selftests/cpu-hotplug/ |
H A 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
|
/kernel/linux/linux-5.10/tools/testing/selftests/memory-hotplug/ |
H A 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 288 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-config.c | 25 enum actions { enum 27 } actions; variable 30 OPT_SET_UINT('l', "list", &actions, 192 switch (actions) { in cmd_config()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-config.c | 26 enum actions { enum 28 } actions; variable 31 OPT_SET_UINT('l', "list", &actions, 194 switch (actions) { in cmd_config()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 2953 struct popup_action actions[MAX_OPTIONS]; in perf_evsel__hists_browse() local 3018 memset(actions, 0, sizeof(actions)); in perf_evsel__hists_browse() 3101 actions->ms.sym = symbol__new_unresolved(bi->to.al_addr, bi->to.ms.map); in perf_evsel__hists_browse() 3102 actions->ms.map = bi->to.ms.map; in perf_evsel__hists_browse() 3104 actions->ms.sym = symbol__new_unresolved(browser->he_selection->ip, in perf_evsel__hists_browse() 3106 actions->ms.map = browser->selection->map; in perf_evsel__hists_browse() 3109 if (!actions->ms.sym) in perf_evsel__hists_browse() 3120 actions->ms.map = browser->selection->map; in perf_evsel__hists_browse() 3121 actions in perf_evsel__hists_browse() [all...] |
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 2954 struct popup_action actions[MAX_OPTIONS]; in evsel__hists_browse() local 3019 memset(actions, 0, sizeof(actions)); in evsel__hists_browse() 3102 actions->ms.sym = symbol__new_unresolved(bi->to.al_addr, bi->to.ms.map); in evsel__hists_browse() 3103 actions->ms.map = bi->to.ms.map; in evsel__hists_browse() 3105 actions->ms.sym = symbol__new_unresolved(browser->he_selection->ip, in evsel__hists_browse() 3107 actions->ms.map = browser->selection->map; in evsel__hists_browse() 3110 if (!actions->ms.sym) in evsel__hists_browse() 3121 actions->ms.map = browser->selection->map; in evsel__hists_browse() 3122 actions in evsel__hists_browse() [all...] |
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A 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()
|