Searched refs:action (Results 101 - 125 of 1443) sorted by relevance

1234567891011>>

/linux-master/scripts/
H A Dasn1_compiler.c291 struct action { struct
292 struct action *next;
297 static struct action *action_list;
304 struct action *action; member in struct:token
685 struct action *action; member in struct:element
857 struct action *action, **ppaction; local
1083 fprintf(stderr, "%s:%d: Token '%s' is not an action functio
1295 struct action *action; local
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dqos_conf.c120 static int nfp_policer_validate(const struct flow_action *action, argument
127 "Offload not supported when exceed action is not drop");
135 "Offload not supported when conform action is not continue or ok");
142 "Offload not supported when conform action is not pipe or ok");
148 !flow_action_is_last_entry(action, act)) {
150 "Offload not supported when conform action is ok, but action is not last");
169 struct flow_action_entry *paction = &flow->rule->action.entries[0];
170 u32 action_num = flow->rule->action.num_entries;
172 struct flow_action_entry *action local
621 nfp_flower_setup_meter_entry(struct nfp_app *app, const struct flow_action_entry *action, enum nfp_meter_op op, u32 meter_id) argument
700 struct flow_action_entry *action = NULL; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v1.c276 * are part of the action, so they both set as part of STE init
537 u8 *action,
545 action,
553 action,
604 u8 *action; local
611 action = MLX5_ADDR_OF(ste_mask_and_match_v1, *last_ste, action);
612 memset(action, 0, MLX5_FLD_SZ_BYTES(ste_mask_and_match_v1, action));
630 u8 *action local
536 dr_ste_v1_set_rewrite_actions(u8 *hw_ste_p, u8 *action, u16 num_of_actions, u32 rewrite_pattern, u32 rewrite_args, u8 *action_data) argument
786 u8 *action = MLX5_ADDR_OF(ste_match_bwc_v1, last_ste, action); local
2232 dr_ste_v1_alloc_modify_hdr_ptrn_arg(struct mlx5dr_action *action) argument
2267 dr_ste_v1_free_modify_hdr_ptrn_arg(struct mlx5dr_action *action) argument
[all...]
/linux-master/security/integrity/ima/
H A Dima_policy.c100 int action; member in struct:ima_rule_entry
137 * written in terms of .action, .func, .mask, .fsmagic, .uid, .gid,
148 {.action = DONT_MEASURE, .fsmagic = PROC_SUPER_MAGIC, .flags = IMA_FSMAGIC},
149 {.action = DONT_MEASURE, .fsmagic = SYSFS_MAGIC, .flags = IMA_FSMAGIC},
150 {.action = DONT_MEASURE, .fsmagic = DEBUGFS_MAGIC, .flags = IMA_FSMAGIC},
151 {.action = DONT_MEASURE, .fsmagic = TMPFS_MAGIC, .flags = IMA_FSMAGIC},
152 {.action = DONT_MEASURE, .fsmagic = DEVPTS_SUPER_MAGIC, .flags = IMA_FSMAGIC},
153 {.action = DONT_MEASURE, .fsmagic = BINFMTFS_MAGIC, .flags = IMA_FSMAGIC},
154 {.action = DONT_MEASURE, .fsmagic = SECURITYFS_MAGIC, .flags = IMA_FSMAGIC},
155 {.action
744 int action = 0, actmask = flags | (flags << 1); local
[all...]
/linux-master/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c78 struct sigaction action = {}; local
83 action.sa_flags = SA_SIGINFO | SA_NODEFER;
84 action.sa_sigaction = sigtrap_handler;
85 sigemptyset(&action.sa_mask);
86 ASSERT_EQ(sigaction(SIGTRAP, &action, &self->oldact), 0);
231 struct sigaction action = {}; local
235 action.sa_flags = SA_SIGINFO | SA_NODEFER;
236 action.sa_sigaction = sigtrap_handler;
237 sigemptyset(&action.sa_mask);
238 if (sigaction(SIGTRAP, &action, NUL
[all...]
/linux-master/kernel/sched/
H A Dwait_bit.c42 wait_bit_action_f *action, unsigned mode)
49 ret = (*action)(&wbq_entry->key, mode);
59 wait_bit_action_f *action, unsigned mode)
64 return __wait_on_bit(wq_head, &wq_entry, action, mode);
69 void *word, int bit, wait_bit_action_f *action,
77 return __wait_on_bit(wq_head, &wq_entry, action, mode);
83 wait_bit_action_f *action, unsigned mode)
90 ret = action(&wbq_entry->key, mode);
112 wait_bit_action_f *action, unsigned mode)
117 return __wait_on_bit_lock(wq_head, &wq_entry, action, mod
41 __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned mode) argument
58 out_of_line_wait_on_bit(void *word, int bit, wait_bit_action_f *action, unsigned mode) argument
68 out_of_line_wait_on_bit_timeout( void *word, int bit, wait_bit_action_f *action, unsigned mode, unsigned long timeout) argument
82 __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned mode) argument
111 out_of_line_wait_on_bit_lock(void *word, int bit, wait_bit_action_f *action, unsigned mode) argument
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_rtp.c112 static void rtp_add_sr_entry(const struct xe_rtp_action *action, argument
118 .reg = action->reg,
119 .clr_bits = action->clr_bits,
120 .set_bits = action->set_bits,
121 .read_mask = action->read_mask,
132 const struct xe_rtp_action *action; local
139 for (i = 0, action = &entry->actions[0]; i < entry->n_actions; action++, i++) {
141 (action->flags & XE_RTP_ACTION_FLAG_ENGINE_BASE))
146 rtp_add_sr_entry(action, g
[all...]
H A Dxe_guc_hwconfig.c19 u32 action[] = { local
26 return xe_guc_mmio_send(guc, action, ARRAY_SIZE(action));
/linux-master/arch/um/os-Linux/
H A Dsignal.c222 struct sigaction action; local
226 action.sa_sigaction = hard_handler;
229 sigemptyset(&action.sa_mask);
230 sigaddset(&action.sa_mask, SIGIO);
231 sigaddset(&action.sa_mask, SIGWINCH);
232 sigaddset(&action.sa_mask, SIGALRM);
237 if (sigismember(&action.sa_mask, sig))
240 action.sa_flags = flags;
241 action.sa_restorer = NULL;
242 if (sigaction(sig, &action, NUL
[all...]
H A Dmain.c52 struct sigaction action; local
55 sigemptyset(&action.sa_mask);
63 action.sa_flags = SA_RESETHAND | SA_NODEFER;
64 action.sa_restorer = NULL;
65 action.sa_handler = last_ditch_exit;
66 if (sigaction(sig, &action, NULL) < 0) {
/linux-master/kernel/irq/
H A Dchip.c24 WARN_ONCE(1, "Chained irq %d should not call an action\n", irq);
29 * Chained handlers should never call action on their IRQ. This default
30 * action will emit warning if such thing happens.
464 struct irqaction *action; local
473 action = desc->action;
474 if (unlikely(!action || irqd_irq_disabled(&desc->irq_data))) {
485 for_each_action_of_desc(desc, action)
486 action_ret |= action->thread_fn(action
754 struct irqaction *action = desc->action; local
927 struct irqaction *action = desc->action; local
970 struct irqaction *action = desc->action; local
[all...]
/linux-master/arch/mips/kernel/
H A Dsmp-bmips.c63 static void bmips43xx_send_ipi_single(int cpu, unsigned int action);
64 static void bmips5000_send_ipi_single(int cpu, unsigned int action);
289 static void bmips5000_send_ipi_single(int cpu, unsigned int action) argument
291 write_c0_brcm_action(ACTION_SET_IPI(cpu, action == SMP_CALL_FUNCTION));
296 int action = irq - IPI0_IRQ; local
298 write_c0_brcm_action(ACTION_CLR_IPI(smp_processor_id(), action));
300 if (action == 0)
309 unsigned int action)
314 bmips5000_send_ipi_single(i, action);
324 * same spinlock is used to protect the action mask
308 bmips5000_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
330 bmips43xx_send_ipi_single(int cpu, unsigned int action) argument
344 int action, cpu = irq - IPI0_IRQ; local
360 bmips43xx_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
[all...]
/linux-master/include/trace/events/
H A Dpower.h249 TP_PROTO(const char *action, int val, bool start),
251 TP_ARGS(action, val, start),
254 __field(const char *, action)
260 __entry->action = action;
265 TP_printk("%s[%u] %s", __entry->action, (unsigned int)__entry->val,
429 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
431 TP_ARGS(action, prev_value, curr_value),
434 __field( enum pm_qos_req_action, action )
440 __entry->action
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nffw.h75 u8 action, u8 token, u64 off, void *buf, size_t len);
79 u8 action, u8 token, u64 off, u32 *value);
83 u8 action, u8 token, u64 off, u64 *value);
87 u8 action, u8 token, u64 off, void *buf, size_t len);
91 u8 action, u8 token, u64 off, u32 value);
95 u8 action, u8 token, u64 off, u64 value);
/linux-master/include/rdma/
H A Duverbs_std_types.h114 static inline void uverbs_flow_action_fill_action(struct ib_flow_action *action, argument
119 atomic_set(&action->usecnt, 0);
120 action->device = ib_dev;
121 action->type = type;
122 action->uobject = uobj;
123 uobj->object = action;
/linux-master/tools/testing/selftests/net/
H A Dbareudp.sh403 action tunnel_key set src_ip 192.0.2.21 dst_ip 192.0.2.22 id 0 \
404 action mirred egress redirect dev bareudp_ns1
407 action tunnel_key set src_ip 192.0.2.22 dst_ip 192.0.2.21 id 0 \
408 action mirred egress redirect dev bareudp_ns2
416 action tunnel_key set src_ip 192.0.2.21 dst_ip 192.0.2.22 id 0 \
417 action mirred egress redirect dev bareudp_ns1
420 action tunnel_key set src_ip 192.0.2.22 dst_ip 192.0.2.21 id 0 \
421 action mirred egress redirect dev bareudp_ns2
432 action tunnel_key set src_ip 192.0.2.21 dst_ip 192.0.2.22 id 0 \
433 action mirre
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dtestmode.c18 u8 action; member in struct:mt7921_tm_cmd
37 .action = req->action,
48 if (req->action == TM_SWITCH_MODE) {
89 .action = req->action,
/linux-master/include/net/
H A Dflow_offload.h191 * tc pedit action. Legacy TCA_PEDIT_KEY_EX_HDR_TYPE_NETWORK is mapped to
293 int action; member in struct:flow_action_entry::__anon2718::__anon2726
331 struct flow_action_cookie *user_cookie; /* user defined action cookie */
339 static inline bool flow_action_has_entries(const struct flow_action *action) argument
341 return action->num_entries;
345 * flow_offload_has_one_action() - check if exactly one action is present
346 * @action: tc filter flow offload action
348 * Return: true if exactly one action is present.
350 static inline bool flow_offload_has_one_action(const struct flow_action *action) argument
355 flow_action_is_last_entry(const struct flow_action *action, const struct flow_action_entry *entry) argument
367 flow_action_mixed_hw_stats_check(const struct flow_action *action, struct netlink_ext_ack *extack) argument
388 flow_action_first_entry_get(const struct flow_action *action) argument
395 __flow_action_hw_stats_check(const struct flow_action *action, struct netlink_ext_ack *extack, bool check_allow_bit, enum flow_action_hw_stats_bit allow_bit) argument
425 flow_action_hw_stats_check(const struct flow_action *action, struct netlink_ext_ack *extack, enum flow_action_hw_stats_bit allow_bit) argument
433 flow_action_basic_hw_stats_check(const struct flow_action *action, struct netlink_ext_ack *extack) argument
441 struct flow_action action; member in struct:flow_rule
679 struct flow_action action; member in struct:flow_offload_action
[all...]
/linux-master/drivers/input/misc/
H A Drave-sp-pwrbutton.c23 unsigned long action, void *data)
27 const u8 event = rave_sp_action_unpack_event(action);
28 const u8 value = rave_sp_action_unpack_value(action);
22 rave_sp_power_button_event(struct notifier_block *nb, unsigned long action, void *data) argument
/linux-master/drivers/cpufreq/
H A Dhighbank-cpufreq.c34 unsigned long action, void *hclk)
39 if (action == PRE_RATE_CHANGE) {
44 } else if (action == POST_RATE_CHANGE) {
33 hb_cpufreq_clk_notify(struct notifier_block *nb, unsigned long action, void *hclk) argument
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_matchall.c11 if (!flow_offload_has_one_action(&f->rule->action)) {
13 "Only once action per filter is supported");
17 act = &f->rule->action.entries[0];
20 return lan966x_police_port_add(port, &f->rule->action, act,
32 "Unsupported action");
68 "Unsupported action");
/linux-master/include/linux/platform_data/
H A Dmlxreg.h57 * enum mlxreg_hotplug_device_action - hotplug device action required for
64 * @MLXREG_HOTPLUG_DEVICE_NO_ACTION: no connectivity action is required;
82 int (*user_handler)(void *handle, enum mlxreg_hotplug_kind kind, u8 action);
93 * @action: action to be performed upon event receiving;
107 enum mlxreg_hotplug_device_action action; member in struct:mlxreg_hotplug_device
109 int (*user_handler)(void *handle, enum mlxreg_hotplug_kind kind, u8 action);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_hwconfig.c37 u32 action[] = { local
45 ret = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action), NULL, 0);
/linux-master/arch/mips/dec/
H A Decc-berr.c63 int action = MIPS_BE_FATAL; local
74 return action;
97 action = MIPS_BE_FIXUP;
150 action = MIPS_BE_DISCARD;
183 if (action != MIPS_BE_FIXUP)
187 if (action != MIPS_BE_FIXUP && erraddr & KN0X_EAR_ECCERR)
190 return action;
202 int action = dec_ecc_be_backend(regs, 0, 1); local
204 if (action == MIPS_BE_DISCARD)
/linux-master/arch/mips/sgi-ip30/
H A Dip30-smp.c46 static void ip30_smp_send_ipi_single(int cpu, u32 action) argument
50 switch (action) {
58 panic("IP30: Unknown action value in %s!\n", __func__);
67 static void ip30_smp_send_ipi_mask(const struct cpumask *mask, u32 action) argument
72 ip30_smp_send_ipi_single(i, action);

Completed in 603 milliseconds

1234567891011>>