Searched refs:target (Results 101 - 125 of 1558) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/netfilter_arp/
H A Darpt_mangle.h18 int target; member in struct:arpt_mangle
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_vclk.h31 void meson_vclk_setup(struct meson_drm *priv, unsigned int target,
/linux-master/net/bridge/netfilter/
H A Debt_redirect.c34 return info->target;
42 if (BASE_CHAIN && info->target == EBT_RETURN)
51 if (ebt_invalid_target(info->target))
62 .target = ebt_redirect_tg,
H A Debt_dnat.c50 return info->target;
58 return info->target;
66 if (BASE_CHAIN && info->target == EBT_RETURN)
76 if (ebt_invalid_target(info->target))
87 .target = ebt_dnat_tg,
H A Debt_snat.c29 if (!(info->target & NAT_ARP_BIT) &&
43 return info->target | ~EBT_VERDICT_BITS;
51 tmp = info->target | ~EBT_VERDICT_BITS;
57 tmp = info->target | EBT_VERDICT_BITS;
69 .target = ebt_snat_tg,
/linux-master/include/linux/
H A Dsurface_acpi_notify.h20 * @target: Target ID of the event source.
28 u8 target; member in struct:san_dgpu_event
H A Dregset.h81 * @target: thread being examined
94 typedef int user_regset_active_fn(struct task_struct *target,
97 typedef int user_regset_get2_fn(struct task_struct *target,
103 * @target: thread being examined
117 typedef int user_regset_set_fn(struct task_struct *target,
124 * @target: thread being examined
143 typedef int user_regset_writeback_fn(struct task_struct *target,
176 * wait_task_inactive() on. (The target thread always might wake up for
300 extern int regset_get(struct task_struct *target,
304 extern int regset_get_alloc(struct task_struct *target,
[all...]
/linux-master/net/nfc/
H A Ddigital_technology.c165 struct nfc_target *target);
218 struct nfc_target *target = arg; local
241 rc = digital_target_found(ddev, target, NFC_PROTO_ISO14443);
245 kfree(target);
252 struct nfc_target *target)
265 target);
275 struct nfc_target *target = arg; local
302 rc = digital_in_send_sdd_req(ddev, target);
309 target->sel_res = sel_res;
316 rc = digital_in_send_rats(ddev, target);
251 digital_in_send_rats(struct nfc_digital_dev *ddev, struct nfc_target *target) argument
341 digital_in_send_sel_req(struct nfc_digital_dev *ddev, struct nfc_target *target, struct digital_sdd_res *sdd_res) argument
390 struct nfc_target *target = arg; local
442 digital_in_send_sdd_req(struct nfc_digital_dev *ddev, struct nfc_target *target) argument
479 struct nfc_target *target = NULL; local
578 struct nfc_target *target = arg; local
612 digital_in_send_attrib_req(struct nfc_digital_dev *ddev, struct nfc_target *target, struct digital_sensb_res *sensb_res) argument
648 struct nfc_target *target = NULL; local
747 struct nfc_target target; local
844 struct nfc_target *target = NULL; local
[all...]
/linux-master/include/xen/
H A Dballoon.h11 /* We aim for 'current allocation' == 'target allocation'. */
27 void balloon_set_new_target(unsigned long target);
/linux-master/fs/jffs2/
H A Djffs2_fs_i.h45 /* The target path if this is the inode of a symlink */
46 unsigned char *target; member in struct:jffs2_inode_info
/linux-master/net/ipv4/netfilter/
H A Darpt_mangle.c10 MODULE_DESCRIPTION("arptables arp payload mangle target");
13 target(struct sk_buff *skb, const struct xt_action_param *par) function
55 return mangle->target;
66 if (mangle->target != NF_DROP && mangle->target != NF_ACCEPT &&
67 mangle->target != XT_CONTINUE)
75 .target = target,
/linux-master/tools/perf/util/
H A Dbpf_counter.h15 struct target;
20 struct target *target);
41 int bpf_counter__load(struct evsel *evsel, struct target *target);
53 struct target *target __maybe_unused)
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_strncmp.c62 char *target; local
65 sz = sizeof(ctx.skel->rodata->target);
67 fprintf(stderr, "invalid string size (target %zu, src %zu)\n",
81 target = ctx.skel->rodata->target;
83 target[i] = '1' + random() % 9;
84 target[sz - 1] = '\0';
88 memcpy(ctx.skel->bss->str, target, args.cmp_str_len);
90 /* Make bss->str < rodata->target */
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c23 int regset_fpregs_active(struct task_struct *target, const struct user_regset *regset) argument
28 int regset_xregset_fpregs_active(struct task_struct *target, const struct user_regset *regset) argument
53 * Invalidate cached FPU registers before modifying the stopped target
56 * This forces the target task on resume to restore the FPU registers from
71 int xfpregs_get(struct task_struct *target, const struct user_regset *regset, argument
74 struct fpu *fpu = &target->thread.fpu;
86 copy_xstate_to_uabi_buf(to, target, XSTATE_COPY_FX);
90 int xfpregs_set(struct task_struct *target, const struct user_regset *regset, argument
94 struct fpu *fpu = &target->thread.fpu;
130 int xstateregs_get(struct task_struct *target, cons argument
142 xstateregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
179 ssp_active(struct task_struct *target, const struct user_regset *regset) argument
187 ssp_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
212 ssp_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
400 fpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
431 fpregs_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...]
/linux-master/drivers/thermal/
H A Dgov_step_wise.c43 next_target = instance->target;
94 old_target = instance->target;
95 instance->target = get_target_state(instance, trend, throttle);
96 dev_dbg(&instance->cdev->device, "old_target=%d, target=%d\n",
97 old_target, (int)instance->target);
99 if (instance->initialized && old_target == instance->target)
103 instance->target != THERMAL_NO_TARGET) {
108 instance->target == THERMAL_NO_TARGET) {
H A Dthermal_helpers.c171 unsigned long target = 0; local
175 dev_dbg(&cdev->device, "zone%d->target=%lu\n",
176 instance->tz->id, instance->target);
177 if (instance->target == THERMAL_NO_TARGET)
179 if (instance->target > target)
180 target = instance->target;
183 thermal_cdev_set_cur_state(cdev, target);
185 trace_cdev_update(cdev, target);
[all...]
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dpsci_test.c76 struct kvm_vcpu **target)
87 *target = aarch64_vcpu_add(vm, 1, &init, guest_code);
109 "unexpected target cpu pc: %lx (expected: %lx)",
112 "unexpected target context id: %lx (expected: %lx)",
134 struct kvm_vcpu *source, *target; local
139 vm = setup_vm(guest_test_cpu_on, &source, &target);
142 * make sure the target is already off when executing the test.
144 vcpu_power_off(target);
146 vcpu_get_reg(target, KVM_ARM64_SYS_REG(SYS_MPIDR_EL1), &target_mpidr);
153 assert_vcpu_reset(target);
75 setup_vm(void *guest_code, struct kvm_vcpu **source, struct kvm_vcpu **target) argument
171 struct kvm_vcpu *source, *target; local
[all...]
/linux-master/arch/riscv/kernel/
H A Dptrace.c33 static int riscv_gpr_get(struct task_struct *target, argument
37 return membuf_write(&to, task_pt_regs(target),
41 static int riscv_gpr_set(struct task_struct *target, argument
48 regs = task_pt_regs(target);
53 static int riscv_fpr_get(struct task_struct *target, argument
57 struct __riscv_d_ext_state *fstate = &target->thread.fstate;
59 if (target == current)
67 static int riscv_fpr_set(struct task_struct *target, argument
73 struct __riscv_d_ext_state *fstate = &target->thread.fstate;
88 static int riscv_vr_get(struct task_struct *target, argument
121 riscv_vr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
312 compat_riscv_gpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
324 compat_riscv_gpr_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...]
/linux-master/net/nfc/nci/
H A Dntf.c203 struct nfc_target *target,
233 pr_err("the target found does not have the desired protocol\n");
240 target->sens_res = nfca_poll->sens_res;
241 target->sel_res = nfca_poll->sel_res;
242 target->nfcid1_len = nfca_poll->nfcid1_len;
243 if (target->nfcid1_len > ARRAY_SIZE(target->nfcid1))
245 if (target->nfcid1_len > 0) {
246 memcpy(target->nfcid1, nfca_poll->nfcid1,
247 target
202 nci_add_new_protocol(struct nci_dev *ndev, struct nfc_target *target, __u8 rf_protocol, __u8 rf_tech_and_mode, const void *params) argument
290 struct nfc_target *target; local
472 struct nfc_target *target; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_links.c113 static void test_tc_links_before_target(int target) argument
128 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc1, target),
130 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc2, target),
132 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc3, target),
134 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc4, target),
150 assert_mprog_count(target, 0);
160 assert_mprog_count(target, 1);
170 assert_mprog_count(target, 2);
179 err = bpf_prog_query_opts(loopback, target, &optq);
226 assert_mprog_count(target,
267 test_tc_links_after_target(int target) argument
421 test_tc_links_revision_target(int target) argument
521 test_tc_chain_classic(int target, bool chain_tc_old) argument
627 test_tc_links_replace_target(int target) argument
853 test_tc_links_invalid_target(int target) argument
1165 test_tc_links_prepend_target(int target) argument
1321 test_tc_links_append_target(int target) argument
1477 test_tc_links_dev_cleanup_target(int target) argument
1575 test_tc_chain_mixed(int target) argument
1679 test_tc_links_ingress(int target, bool chain_tc_old, bool tcx_teardown_first) argument
1790 test_tc_links_dev_mixed(int target) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h205 int htc_init(struct htc_target *target);
206 int htc_connect_service(struct htc_target *target,
209 int htc_send(struct htc_target *target, struct sk_buff *skb);
210 int htc_send_epid(struct htc_target *target, struct sk_buff *skb,
212 void htc_stop(struct htc_target *target);
213 void htc_start(struct htc_target *target);
214 void htc_sta_drain(struct htc_target *target, u8 idx);
225 int ath9k_htc_hw_init(struct htc_target *target,
228 void ath9k_htc_hw_deinit(struct htc_target *target, bool hot_unplug);
/linux-master/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_public.h239 target_cfg2400_t target
249 target_cfg2400_t target
260 target_cfg2400_t target
273 target_cfg2400_t target,
285 target_cfg2400_t target
295 target_cfg2400_t target
308 target_cfg2400_t target
323 target_cfg2400_t target
329 target_cfg2400_t target
/linux-master/tools/perf/bench/
H A Devlist-open-close.c39 .target = {
54 OPT_BOOLEAN('a', "all-cpus", &opts.target.system_wide, "system-wide collection from all CPUs"),
55 OPT_STRING('C', "cpu", &opts.target.cpu_list, "cpu", "list of cpus where to open events"),
56 OPT_STRING('p', "pid", &opts.target.pid, "pid", "record events on existing process id"),
57 OPT_STRING('t', "tid", &opts.target.tid, "tid", "record events on existing thread id"),
58 OPT_STRING('u', "uid", &opts.target.uid_str, "user", "user to profile"),
59 OPT_BOOLEAN(0, "per-thread", &opts.target.per_thread, "use per-thread mmaps"),
100 ret = evlist__create_maps(evlist, &opts.target);
237 err = target__validate(&opts.target);
239 target__strerror(&opts.target, er
[all...]
/linux-master/drivers/of/
H A Doverlay.c27 * struct target - info about current target node as recursing through overlay
34 * into. When recursing to the next level of the overlay subtree, the target
37 * subtree does not exist at the same level in the live devicetree, target->np
41 struct target { struct
49 * @target: target of the overlay operation
53 struct device_node *target; member in struct:fragment
99 struct target *target, cons
300 add_changeset_property(struct overlay_changeset *ovcs, struct target *target, struct property *overlay_prop, bool is_symbols_prop) argument
405 add_changeset_node(struct overlay_changeset *ovcs, struct target *target, struct device_node *node) argument
477 build_changeset_next_level(struct overlay_changeset *ovcs, struct target *target, const struct device_node *overlay_node) argument
509 build_changeset_symbols_node(struct overlay_changeset *ovcs, struct target *target, const struct device_node *overlay_symbols_node) argument
635 struct target target; local
[all...]
/linux-master/tools/testing/selftests/timers/
H A Dnanosleep.c103 struct timespec now, target, rel; local
108 target = timespec_add(now, ns);
110 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL))
114 if (!in_order(target, now))
122 target = timespec_add(now, ns);
126 if (!in_order(target, now))

Completed in 213 milliseconds

1234567891011>>