Searched refs:target (Results 1 - 25 of 1558) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dtc_flower_scale.sh12 local target=5631
15 echo $target
17 echo $((target + 1))
H A Drouter_scale.sh7 local target
9 target=$(devlink_resource_size_get kvd hash_single)
12 target=$((target * 85 / 100))
14 target=$((target + 1))
17 echo $target
H A Dmirror_gre_scale.sh7 local target
9 target=$(devlink_resource_size_get span_agents)
12 echo $target
14 echo $((target + 1))
H A Dtc_police_scale.sh7 local target
9 target=$(devlink_resource_size_get global_policers single_rate_policers)
12 echo $target
14 echo $((target + 1))
H A Dport_scale.sh7 local target
9 target=$(devlink_resource_size_get physical_ports)
12 echo $target
14 echo $((target + 1))
H A Drif_mac_profile_scale.sh7 local target
9 target=$(devlink_resource_size_get rif_mac_profiles)
12 echo $target
14 echo $((target + 1))
H A Dport_range_scale.sh7 local target
9 target=$(devlink_resource_size_get port_range_registers)
12 echo $target
14 echo $((target + 1))
H A Drif_counter_scale.sh9 local target
27 target=$((max_rifs < max_cnts ? max_rifs : max_cnts))
30 echo $target
32 echo $((target + 1))
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Drouter_scale.sh7 local target
9 target=$(devlink_resource_size_get kvd)
12 target=$((target * 85 / 100))
14 target=$((target + 1))
17 echo $target
H A Dmirror_gre_scale.sh7 local target
9 target=$(devlink_resource_size_get span_agents)
12 echo $target
14 echo $((target + 1))
H A Dtc_police_scale.sh7 local target
9 target=$(devlink_resource_size_get global_policers single_rate_policers)
12 echo $target
14 echo $((target + 1))
H A Dport_scale.sh7 local target
9 target=$(devlink_resource_size_get physical_ports)
12 echo $target
14 echo $((target + 1))
H A Drif_mac_profile_scale.sh7 local target
9 target=$(devlink_resource_size_get rif_mac_profiles)
12 echo $target
14 echo $((target + 1))
H A Dport_range_scale.sh7 local target
9 target=$(devlink_resource_size_get port_range_registers)
12 echo $target
14 echo $((target + 1))
H A Drif_counter_scale.sh9 local target
27 target=$((max_rifs < max_cnts ? max_rifs : max_cnts))
30 echo $target
32 echo $((target + 1))
/linux-master/tools/perf/util/
H A Dtarget.h8 struct target { struct
55 enum target_errno target__validate(struct target *target);
56 enum target_errno target__parse_uid(struct target *target);
58 int target__strerror(struct target *target, int errnum, char *buf, size_t buflen);
60 static inline bool target__has_task(struct target *target) argument
62 return target
65 target__has_cpu(struct target *target) argument
70 target__none(struct target *target) argument
75 target__enable_on_exec(struct target *target) argument
86 target__has_per_thread(struct target *target) argument
91 target__uses_dummy_map(struct target *target) argument
[all...]
H A Dtarget.c3 * Helper functions for handling target threads/cpus
8 #include "target.h"
17 enum target_errno target__validate(struct target *target) argument
21 if (target->pid)
22 target->tid = target->pid;
25 if (target->tid && target->cpu_list) {
26 target
97 target__parse_uid(struct target *target) argument
148 target__strerror(struct target *target, int errnum, char *buf, size_t buflen) argument
[all...]
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_redirect.h7 int target; member in struct:ebt_redirect_info
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h28 static inline int ath6kl_htc_wait_target(struct htc_target *target) argument
30 return target->dev->ar->htc_ops->wait_target(target);
33 static inline int ath6kl_htc_start(struct htc_target *target) argument
35 return target->dev->ar->htc_ops->start(target);
38 static inline int ath6kl_htc_conn_service(struct htc_target *target, argument
42 return target->dev->ar->htc_ops->conn_service(target, req, resp);
45 static inline int ath6kl_htc_tx(struct htc_target *target, argument
51 ath6kl_htc_stop(struct htc_target *target) argument
56 ath6kl_htc_cleanup(struct htc_target *target) argument
61 ath6kl_htc_flush_txep(struct htc_target *target, enum htc_endpoint_id endpoint, u16 tag) argument
68 ath6kl_htc_flush_rx_buf(struct htc_target *target) argument
73 ath6kl_htc_activity_changed(struct htc_target *target, enum htc_endpoint_id endpoint, bool active) argument
81 ath6kl_htc_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint) argument
87 ath6kl_htc_add_rxbuf_multiple(struct htc_target *target, struct list_head *pktq) argument
93 ath6kl_htc_credit_setup(struct htc_target *target, struct ath6kl_htc_credit_info *info) argument
[all...]
/linux-master/mm/damon/
H A Dmodules-common.c15 * @targetp: Pointer to save the point to the newly created target
21 struct damon_target *target; local
32 target = damon_new_target();
33 if (!target) {
37 damon_add_target(ctx, target);
40 *targetp = target;
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-vsx.c21 int fpr_get(struct task_struct *target, const struct user_regset *regset, argument
27 flush_fp_to_thread(target);
31 buf[i] = target->thread.TS_FPR(i);
32 buf[32] = target->thread.fp_state.fpscr;
49 int fpr_set(struct task_struct *target, const struct user_regset *regset, argument
56 flush_fp_to_thread(target);
59 buf[i] = target->thread.TS_FPR(i);
60 buf[32] = target->thread.fp_state.fpscr;
68 target->thread.TS_FPR(i) = buf[i];
69 target
79 vsr_active(struct task_struct *target, const struct user_regset *regset) argument
97 vsr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
126 vsr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
[all...]
H A Dptrace-spe.c19 int evr_active(struct task_struct *target, const struct user_regset *regset) argument
21 flush_spe_to_thread(target);
22 return target->thread.used_spe ? regset->n : 0;
25 int evr_get(struct task_struct *target, const struct user_regset *regset, argument
28 flush_spe_to_thread(target);
30 membuf_write(&to, &target->thread.evr, sizeof(target->thread.evr));
35 return membuf_write(&to, &target->thread.acc,
39 int evr_set(struct task_struct *target, const struct user_regset *regset, argument
45 flush_spe_to_thread(target);
[all...]
/linux-master/lib/
H A Dsyscall.c8 static int collect_syscall(struct task_struct *target, struct syscall_info *info) argument
13 if (!try_get_task_stack(target)) {
20 regs = task_pt_regs(target);
22 put_task_stack(target);
29 info->data.nr = syscall_get_nr(target, regs);
31 syscall_get_arguments(target, regs, args);
40 put_task_stack(target);
46 * @target: thread to examine
53 * If @target is blocked in a system call, returns zero with @info.data.nr
57 * call is still in progress. Note we may get this result if @target
69 task_current_syscall(struct task_struct *target, struct syscall_info *info) argument
[all...]
/linux-master/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c12 struct addr_map_symbol target = { local
20 ops->target.addr = strtoull(c, &endptr, 16);
34 ops->target.name = strdup(name);
37 if (ops->target.name == NULL)
40 target.addr = map__objdump_2mem(map, ops->target.addr);
42 if (maps__find_ams(ms->maps, &target) == 0 &&
43 map__rip_2objdump(target.ms.map, map__map_ip(target.ms.map, target
58 struct addr_map_symbol target = { local
[all...]
/linux-master/drivers/nvme/
H A DMakefile5 obj-y += target/

Completed in 153 milliseconds

1234567891011>>