Searched refs:target (Results 226 - 250 of 1558) sorted by relevance

1234567891011>>

/linux-master/drivers/net/bonding/
H A Dbond_options.c33 static int bond_option_arp_ip_target_add(struct bonding *bond, __be32 target);
34 static int bond_option_arp_ip_target_rem(struct bonding *bond, __be32 target);
751 * @bond: target bond device
792 * @bond: target bond device
818 * @bond: target bond device
1016 int *target)
1033 *target = value / bond->params.miimon;
1036 *target * bond->params.miimon);
1114 __be32 target,
1124 targets[slot] = target;
1013 _bond_option_delay_set(struct bonding *bond, const struct bond_opt_value *newval, const char *name, int *target) argument
1113 _bond_options_arp_ip_target_set(struct bonding *bond, int slot, __be32 target, unsigned long last_rx) argument
1128 _bond_option_arp_ip_target_add(struct bonding *bond, __be32 target) argument
1158 bond_option_arp_ip_target_add(struct bonding *bond, __be32 target) argument
1163 bond_option_arp_ip_target_rem(struct bonding *bond, __be32 target) argument
1214 __be32 target; local
1237 _bond_options_ns_ip6_target_set(struct bonding *bond, int slot, struct in6_addr *target, unsigned long last_rx) argument
1264 struct in6_addr *target = (struct in6_addr *)newval->extra; local
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c68 static void sym_print_nego_msg(struct sym_hcb *np, int target, char *label, u_char *msg) argument
70 struct sym_tcb *tp = &np->target[target];
902 struct sym_tcb *tp = &np->target[i];
1408 struct sym_tcb *tp = &np->target[cp->target];
1454 sym_print_nego_msg(np, cp->target,
1645 struct sym_tcb *tp = &np->target[cp->target];
1871 * Fill in target structur
1931 sym_settrans(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
2062 sym_setwide(struct sym_hcb *np, int target, u_char wide) argument
2091 sym_setsync(struct sym_hcb *np, int target, u_char ofs, u_char per, u_char div, u_char fak) argument
2124 sym_setpprot(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
2965 sym_dequeue_from_squeue(struct sym_hcb *np, int i, int target, int lun, int task) argument
3186 sym_clear_tasks(struct sym_hcb *np, int cam_status, int target, int lun, int task) argument
3275 int target=-1, lun=-1, task; local
3947 int target = cp->target; local
4060 sym_ppr_nego_check(struct sym_hcb *np, int req, int target) argument
4199 int target = cp->target; local
4376 u_char target = INB(np, nc_sdid) & 0x0f; local
5271 sym_reset_scsi_target(struct sym_hcb *np, int target) argument
5805 int target; local
[all...]
H A Dsym_nvram.h97 } target[16]; member in struct:Symbios_nvram
141 } target[16]; member in struct:Tekram_nvram
184 void sym_nvram_setup_target (struct sym_tcb *tp, int target, struct sym_nvram *nvp);
/linux-master/include/linux/
H A Dconfigfs.h210 int (*allow_link)(struct config_item *src, struct config_item *target);
211 void (*drop_link)(struct config_item *src, struct config_item *target);
251 struct config_item *target);
252 void configfs_undepend_item(struct config_item *target);
257 * NOTE: First parameter is a caller's subsystem, not target's.
262 struct config_item *target);
265 static inline void configfs_undepend_item_unlocked(struct config_item *target) argument
267 configfs_undepend_item(target);
/linux-master/arch/arm64/kernel/
H A Dalternative.c49 * Check if the target PC is within an alternative block.
67 unsigned long target; local
69 target = (unsigned long)altinsnptr + offset;
76 if (branch_insn_requires_update(alt, target)) {
77 offset = target - (unsigned long)insnptr;
82 unsigned long target; local
90 target = align_down(altinsnptr, SZ_4K) + orig_offset;
91 new_offset = target - align_down(insnptr, SZ_4K);
/linux-master/scripts/
H A Dmarkup_oops.pl37 my $target = "0";
159 $target = $1;
162 $target = $1;
183 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset");
184 my $decodestop = Math::BigInt->from_hex("0x$target") + 8192;
185 if ($target eq "0") {
206 $vmaoffset = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt->from_hex("0x$func_offset");
219 my ($address, $target) = @_;
221 my $ta = "0x".$target;
242 if (InRange($1, $target)) {
[all...]
/linux-master/net/vmw_vsock/
H A Dvmci_transport_notify_qstate.c160 size_t target, bool *data_ready_now)
164 if (vsock_stream_has_data(vsk) >= target) {
181 size_t target, bool *space_avail_now)
203 size_t target,
212 if (PKT_FIELD(vsk, write_notify_min_window) < target + 1) {
213 PKT_FIELD(vsk, write_notify_min_window) = target + 1;
235 size_t target,
255 size_t target,
391 size_t target,
159 vmci_transport_notify_pkt_poll_in(struct sock *sk, size_t target, bool *data_ready_now) argument
180 vmci_transport_notify_pkt_poll_out(struct sock *sk, size_t target, bool *space_avail_now) argument
201 vmci_transport_notify_pkt_recv_init( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
233 vmci_transport_notify_pkt_recv_pre_block( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
253 vmci_transport_notify_pkt_recv_post_dequeue( struct sock *sk, size_t target, ssize_t copied, bool data_read, struct vmci_transport_recv_notify_data *data) argument
389 vmci_transport_notify_pkt_recv_pre_dequeue( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) argument
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem_evict.c320 * @target: range (and color) to evict for
323 * This function will try to evict vmas that overlap the target node.
330 struct drm_mm_node *target,
335 u64 start = target->start;
336 u64 end = start + target->size;
344 trace_i915_gem_evict_node(vm, target, flags);
390 if (node->start + node->size == target->start) {
391 if (node->color == target->color)
394 if (node->start == target->start + target
328 i915_gem_evict_for_node(struct i915_address_space *vm, struct i915_gem_ww_ctx *ww, struct drm_mm_node *target, unsigned int flags) argument
[all...]
/linux-master/Documentation/target/
H A Dtarget-export-device4 # create a very simple LIO iSCSI target with a file or block device
13 Export a block device or a file as an iSCSI target with a single LUN
37 CORE_DIR=$CONFIGFS/target/core
38 ISCSI_DIR=$CONFIGFS/target/iscsi
40 # Load the target modules and mount the config file system
61 # Create an iSCSI target and a target portal group (TPG)
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusernv04.c97 if (dmaobj->base.target == NV_MEM_TARGET_VM) {
100 dmaobj->base.target = NV_MEM_TARGET_PCI;
105 switch (dmaobj->base.target) {
/linux-master/arch/csky/kernel/
H A Dptrace.c77 static int gpr_get(struct task_struct *target, argument
81 struct pt_regs *regs = task_pt_regs(target);
84 regs->tls = task_thread_info(target)->tp_value;
89 static int gpr_set(struct task_struct *target, argument
102 regs.sr = (regs.sr & BIT(0)) | (task_pt_regs(target)->sr & ~BIT(0));
104 regs.dcsr = task_pt_regs(target)->dcsr;
106 task_thread_info(target)->tp_value = regs.tls;
108 *task_pt_regs(target) = regs;
113 static int fpr_get(struct task_struct *target, argument
117 struct user_fp *regs = (struct user_fp *)&target
137 fpr_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/tools/perf/util/
H A Dsideband_evlist.c97 int evlist__start_sb_thread(struct evlist *evlist, struct target *target) argument
104 if (evlist__create_maps(evlist, target))
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_strncmp.c21 * Compare str and target after making str[i] != target[i].
22 * When exp is -1, make str[i] < target[i] and delta = -1.
33 memcpy(str, skel->rodata->target, nr);
71 memcpy(skel->bss->str, skel->rodata->target, sizeof(skel->bss->str));
76 memcpy(skel->bss->str, skel->rodata->target, sizeof(skel->bss->str));
H A Dtc_netkit.c257 static void serial_test_tc_netkit_multi_links_target(int mode, int target) argument
277 target), 0, "tc1_attach_type");
279 target), 0, "tc2_attach_type");
290 assert_mprog_count_ifindex(ifindex, target, 0);
304 assert_mprog_count_ifindex(ifindex, target, 1);
313 err = bpf_prog_query_opts(ifindex, target, &optq);
345 assert_mprog_count_ifindex(ifindex, target, 2);
351 err = bpf_prog_query_opts(ifindex, target, &optq);
373 assert_mprog_count_ifindex(ifindex, target, 0);
385 static void serial_test_tc_netkit_multi_opts_target(int mode, int target) argument
610 serial_test_tc_netkit_neigh_links_target(int mode, int target) argument
[all...]
/linux-master/arch/arc/kernel/
H A Djump_label.c46 static inline u32 arc_gen_branch(jump_label_t pc, jump_label_t target) argument
50 u32 u_offset = target - pcl;
91 instr = arc_gen_branch(entry->code, entry->target);
H A Dptrace.c102 static int genregs_get(struct task_struct *target, argument
106 const struct pt_regs *ptregs = task_pt_regs(target);
107 const struct callee_regs *cregs = task_callee_regs(target);
148 membuf_store(&to, target->thread.fault_address); // efa
151 stop_pc_val = target->thread.fault_address;
161 static int genregs_set(struct task_struct *target, argument
166 const struct pt_regs *ptregs = task_pt_regs(target);
167 const struct callee_regs *cregs = task_callee_regs(target);
241 static int arcv2regs_get(struct task_struct *target, argument
245 const struct pt_regs *regs = task_pt_regs(target);
259 arcv2regs_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/intel/int340x_thermal/
H A Dacpi_thermal_rel.h29 acpi_handle target; member in struct:art
47 acpi_handle target; member in struct:trt
62 acpi_handle target; member in struct:psvt
/linux-master/security/apparmor/
H A Dipc.c104 const struct cred *target_cred, struct aa_label *target,
112 return xcheck_labels(sender, target, profile,
113 profile_signal_perm(subj_cred, profile, target,
103 aa_may_signal(const struct cred *subj_cred, struct aa_label *sender, const struct cred *target_cred, struct aa_label *target, int sig) argument
/linux-master/tools/perf/tests/
H A Dtask-exit.c5 #include "target.h"
48 struct target target = { local
83 err = evlist__prepare_workload(evlist, &target, argv, false, workload_exec_failed_signal);
/linux-master/arch/riscv/kernel/
H A Dftrace.c66 static int __ftrace_modify_call(unsigned long hook_pos, unsigned long target, argument
73 make_call_ra(hook_pos, target, call);
75 make_call_t0(hook_pos, target, call);
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c464 if (!info->orig || !info->target ||
467 if (!info->orig->has_conns_grp || !info->target->has_conns_grp)
470 /* first link orig->target */
473 &info->target->dev.kobj,
478 /* second link target->orig */
479 ret = sysfs_add_link_to_group(&info->target->dev.kobj,
491 info->target->nr_links++;
502 if (!info->orig || !info->target ||
510 sysfs_remove_link_from_group(&info->target->dev.kobj,
515 info->target
534 coresight_make_links(struct coresight_device *orig, struct coresight_connection *conn, struct coresight_device *target) argument
[all...]
/linux-master/drivers/bus/
H A Dmvebu-mbus.c14 * specific device. Devices are identified by a tuple (target,
61 * DDR target is the same on all platforms.
199 u32 *size, u8 *target, u8 *attr,
217 if (target)
218 *target = (ctrlreg & WIN_CTRL_TGT_MASK) >> WIN_CTRL_TGT_SHIFT;
270 u8 target, u8 attr)
327 phys_addr_t remap, u8 target,
347 (target << WIN_CTRL_TGT_SHIFT) |
372 phys_addr_t remap, u8 target,
385 target, att
197 mvebu_mbus_read_window(struct mvebu_mbus_state *mbus, int win, int *enabled, u64 *base, u32 *size, u8 *target, u8 *attr, u64 *remap) argument
268 mvebu_mbus_window_conflicts(struct mvebu_mbus_state *mbus, phys_addr_t base, size_t size, u8 target, u8 attr) argument
325 mvebu_mbus_setup_window(struct mvebu_mbus_state *mbus, int win, phys_addr_t base, size_t size, phys_addr_t remap, u8 target, u8 attr) argument
370 mvebu_mbus_alloc_window(struct mvebu_mbus_state *mbus, phys_addr_t base, size_t size, phys_addr_t remap, u8 target, u8 attr) argument
877 mvebu_mbus_add_window_remap_by_id(unsigned int target, unsigned int attribute, phys_addr_t base, size_t size, phys_addr_t remap) argument
894 mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute, phys_addr_t base, size_t size) argument
931 mvebu_mbus_get_dram_win_info(phys_addr_t phyaddr, u8 *target, u8 *attr) argument
960 mvebu_mbus_get_io_win_info(phys_addr_t phyaddr, u32 *size, u8 *target, u8 *attr) argument
1163 mbus_dt_setup_win(struct mvebu_mbus_state *mbus, u32 base, u32 size, u8 target, u8 attr) argument
1195 u8 target, attr; local
[all...]
/linux-master/arch/sparc/kernel/
H A Djump_label.c19 s32 off = (s32)entry->target - (s32)entry->code;
29 /* WDISP19 - target is . + immed << 2 */
33 /* WDISP22 - target is . + immed << 2 */
/linux-master/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.h2 #include <target/target_core_base.h>
41 /* FC lport target portal group tag for TCM */
/linux-master/drivers/target/
H A Dtarget_core_ua.h5 #include <target/target_core_base.h>

Completed in 172 milliseconds

1234567891011>>