Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 178 of 178) sorted by relevance

/linux-4.1.27/drivers/nfc/microread/
Dmicroread.c484 struct nfc_target *targets; in microread_target_discovered() local
489 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in microread_target_discovered()
490 if (targets == NULL) { in microread_target_discovered()
495 targets->hci_reader_gate = gate; in microread_target_discovered()
499 targets->supported_protocols = in microread_target_discovered()
501 targets->sens_res = in microread_target_discovered()
503 targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; in microread_target_discovered()
504 targets->nfcid1_len = skb->data[MICROREAD_EMCF_A_LEN]; in microread_target_discovered()
505 if (targets->nfcid1_len > sizeof(targets->nfcid1)) { in microread_target_discovered()
509 memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A_UID], in microread_target_discovered()
[all …]
/linux-4.1.27/lib/raid6/
DMakefile36 targets += int1.c
41 targets += int2.c
46 targets += int4.c
51 targets += int8.c
56 targets += int16.c
61 targets += int32.c
67 targets += altivec1.c
73 targets += altivec2.c
79 targets += altivec4.c
85 targets += altivec8.c
[all …]
/linux-4.1.27/arch/mips/boot/
DMakefile32 targets := vmlinux.ecoff macro
38 targets += vmlinux.bin
44 targets += vmlinux.srec
78 targets += uImage
79 targets += uImage.bin
80 targets += uImage.bz2
81 targets += uImage.gz
82 targets += uImage.lzma
83 targets += uImage.lzo
/linux-4.1.27/arch/metag/boot/
DMakefile15 targets += vmlinux.bin
16 targets += uImage
17 targets += uImage.gz
18 targets += uImage.bz2
19 targets += uImage.xz
20 targets += uImage.lzo
21 targets += uImage.bin
/linux-4.1.27/arch/x86/realmode/rm/
DMakefile29 targets += $(realmode-y)
39 targets += pasyms.h
43 targets += realmode.lds
49 targets += realmode.elf
55 targets += realmode.bin
63 targets += realmode.relocs
/linux-4.1.27/arch/ia64/hp/sim/boot/
DMakefile11 targets-$(CONFIG_IA64_HP_SIM) += bootloader
12 targets := vmlinux.bin vmlinux.gz $(targets-y) macro
17 vmlinux.gz: $(obj)/vmlinux.gz $(addprefix $(obj)/,$(targets-y))
/linux-4.1.27/Documentation/networking/
Dnfc.txt15 - Polling for targets;
26 PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets.
60 * start_poll - setup the device to poll for targets
62 * activate_target - select and initialize one of the targets found
78 * NFC_CMD_START_POLL - setup a specific device to polling for targets
80 * NFC_CMD_GET_TARGET - dump the list of targets found by a specific device
84 * NFC_EVENT_TARGETS_FOUND - reports START_POLL results when 1 or more targets
87 The user must call START_POLL to poll for NFC targets, passing the desired NFC
93 If the polling operation finds one or more targets, the event TARGETS_FOUND is
95 all targets found by such device. Each reply message has target attributes with
[all …]
Dnetconsole.txt81 remote logging targets to be dynamically added, removed, or have their
83 [ Note that the parameters of netconsole targets that were specified/created
98 Note that newly created targets have default parameter values (as mentioned
120 disabled targets (i.e. if "enabled" is 0).
Dbonding.txt253 fashion, all replies from the ARP targets will be received on
262 arp_interval is > 0. These are the targets of the ARP request
263 sent to determine the health of the link to the targets.
267 maximum number of targets that can be specified is 16. The
331 bonding hosts are concurrently issuing ARPs to one or more targets
1195 queried targets, e.g.,
1199 is the proper syntax to specify multiple targets. When specifying
1446 To add ARP targets:
1810 be useful in a High Availability setup to have several targets to
1816 Multiple ARP targets must be separated by commas as follows:
[all …]
Dfilter.txt194 encoded. jt and jf are two 8 bit wide jump targets, one for condition
655 - Conditional jt/jf targets replaced with jt/fall-through:
Dip-sysctl.txt812 icmp_ratemask (see below) to specific targets.
816 of ICMP packets sent on all targets.
/linux-4.1.27/scripts/
DMakefile.modpost115 targets += $(modules:.ko=.mod.o)
126 targets += $(modules)
141 targets := $(wildcard $(sort $(targets)))
142 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
DMakefile.headersinst108 targets += $(install-file)
118 targets += $(check-file)
129 targets := $(wildcard $(sort $(targets)))
131 $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
DMakefile.fwinst65 targets := $(wildcard $(sort $(targets)))
66 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
DMakefile.build18 targets :=
296 targets += $(real-objs-y) $(real-objs-m) $(lib-y)
297 targets += $(extra-y) $(MAKECMDGOALS) $(always)
339 targets += $(builtin-target)
365 targets += $(lib-target)
395 targets += $(multi-used-y) $(multi-used-m)
417 targets := $(wildcard $(sort $(targets)))
418 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
DKbuild.include242 # PHONY targets skipped in both cases.
276 # (6) - due to target not in $(targets)
277 # (1) PHONY targets are always build
284 # (6) No dir/.target.cmd file and target not listed in $(targets)
293 $(if $(filter $@, $(targets)), \
295 - due to $(notdir $@) not in $$(targets) \
DMakefile.clean39 $(always) $(targets) $(clean-files) \
DMakefile.lib76 targets := $(addprefix $(obj)/,$(targets))
DMakefile.host127 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/linux-4.1.27/arch/x86/purgatory/
DMakefile3 targets += $(purgatory-y)
7 targets += purgatory.ro
19 targets += kexec-purgatory.c
/linux-4.1.27/arch/hexagon/kernel/
Dsmp.c239 struct cpumask targets; in smp_send_stop() local
240 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop()
241 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop()
242 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
/linux-4.1.27/arch/x86/vdso/
DMakefile32 targets += vdso.lds $(vobjs-y)
39 targets += $(vdso_img_cfiles)
40 targets += $(vdso_img_sodbg)
116 targets += vdsox32.lds $(vobjx32s-y)
141 targets += vdso32/vdso32.lds
142 targets += vdso32/note.o vdso32/vclock_gettime.o $(vdso32.so-y:%=vdso32/%.o)
143 targets += vdso32/vclock_gettime.o
/linux-4.1.27/net/nfc/
Dcore.c284 if (dev->targets[i].idx == target_idx) in nfc_find_target()
285 return &dev->targets[i]; in nfc_find_target()
776 struct nfc_target *targets, int n_targets) in nfc_targets_found() argument
783 targets[i].idx = dev->target_next_idx++; in nfc_targets_found()
796 kfree(dev->targets); in nfc_targets_found()
797 dev->targets = NULL; in nfc_targets_found()
799 if (targets) { in nfc_targets_found()
800 dev->targets = kmemdup(targets, in nfc_targets_found()
804 if (!dev->targets) { in nfc_targets_found()
842 tg = &dev->targets[i]; in nfc_target_lost()
[all …]
Dnetlink.c158 rc = nfc_genl_send_target(skb, &dev->targets[i], cb, in nfc_genl_dump_targets()
/linux-4.1.27/net/nfc/hci/
Dcore.c281 struct nfc_target *targets; in nfc_hci_target_discovered() local
289 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in nfc_hci_target_discovered()
290 if (targets == NULL) in nfc_hci_target_discovered()
310 targets->supported_protocols = in nfc_hci_target_discovered()
312 if (targets->supported_protocols == 0xffffffff) { in nfc_hci_target_discovered()
317 targets->sens_res = be16_to_cpu(*(__be16 *)atqa_skb->data); in nfc_hci_target_discovered()
318 targets->sel_res = sak_skb->data[0]; in nfc_hci_target_discovered()
330 memcpy(targets->nfcid1, uid_skb->data, uid_skb->len); in nfc_hci_target_discovered()
331 targets->nfcid1_len = uid_skb->len; in nfc_hci_target_discovered()
335 targets); in nfc_hci_target_discovered()
[all …]
/linux-4.1.27/arch/arc/kernel/
Dsmp.c257 struct cpumask targets; in smp_send_stop() local
258 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop()
259 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop()
260 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop()
/linux-4.1.27/arch/s390/kernel/vdso32/
DMakefile7 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg macro
18 $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_31)
19 $(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_31)
/linux-4.1.27/arch/s390/kernel/vdso64/
DMakefile7 targets := $(obj-vdso64) vdso64.so vdso64.so.dbg macro
18 $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_64)
19 $(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_64)
/linux-4.1.27/arch/mips/boot/compressed/
DMakefile32 targets := head.o decompress.o string.o dbg.o uart-16550.o uart-alchemy.o macro
47 targets += vmlinux.bin
59 targets += vmlinux.bin.z
63 targets += piggy.o
/linux-4.1.27/arch/metag/boot/dts/
DMakefile15 targets += dtbs
16 targets += $(dtb-y)
/linux-4.1.27/arch/x86/boot/
DMakefile21 targets := vmlinux.bin setup.bin setup.elf bzImage macro
22 targets += fdimage fdimage144 fdimage288 image.iso mtools.conf
39 targets += $(setup-y)
52 targets += cpustr.h
85 targets += voffset.h
94 targets += zoffset.h
/linux-4.1.27/arch/s390/boot/
DMakefile11 targets := image macro
12 targets += bzImage
/linux-4.1.27/drivers/block/aoe/
Daoedev.c217 tt = d->targets; in aoedev_downdev()
284 t = d->targets; in freedev()
378 kfree(doomed->targets); in flush()
459 d->targets = kcalloc(NTARGETS, sizeof(*d->targets), GFP_ATOMIC); in aoedev_by_aoeaddr()
460 if (!d->targets) { in aoedev_by_aoeaddr()
475 d->tgt = d->targets; in aoedev_by_aoeaddr()
Daoecmd.c258 if (!d->targets || !d->targets[0]) { in newframe()
265 if (tt >= &d->targets[d->ntargets] || !*tt) in newframe()
266 tt = d->targets; in newframe()
737 for (i = good = 0; i < d->ntargets && d->targets[i]; ++i) in count_targets()
738 if (d->targets[i]->taint == 0) in count_targets()
1078 t = d->targets; in gettgt()
1492 tt = kcalloc(newn, sizeof(*d->targets), GFP_ATOMIC); in grow_targets()
1495 memmove(tt, d->targets, sizeof(*d->targets) * oldn); in grow_targets()
1496 d->tgt = tt + (d->tgt - d->targets); in grow_targets()
1497 kfree(d->targets); in grow_targets()
[all …]
Daoeblk.c52 struct aoetgt *t = d->targets[0]; in aoedisk_show_mac()
71 t = d->targets; in aoedisk_show_netif()
131 t = d->targets; in aoedisk_debugfs_show()
Daoe.h182 struct aoetgt **targets; member
/linux-4.1.27/arch/arc/boot/
DMakefile1 targets := vmlinux.bin vmlinux.bin.gz uImage macro
18 targets += uImage uImage.bin uImage.gz
/linux-4.1.27/scripts/mod/
DMakefile35 targets += $(devicetable-offsets-file) devicetable-offsets.s
48 targets += elfconfig.h
/linux-4.1.27/arch/s390/boot/compressed/
DMakefile7 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 macro
8 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
9 targets += misc.o piggy.o sizes.h head.o
/linux-4.1.27/arch/frv/boot/
DMakefile11 targets := Image zImage bootpImage macro
34 targets: $(obj)/Image target
/linux-4.1.27/Documentation/powerpc/
Dbootwrapper.txt5 PowerPC image targets compresses and wraps the kernel image (vmlinux) with
11 Makefile in that directory has targets for all the available image types.
22 Currently, the following image format targets exist:
78 simpleImage.virtex405-* targets will add the
80 that the dts file for virtex405 targets should be
110 Two special targets called 'zImage' and 'zImage.initrd' also exist. These
111 targets build all the default images as selected by the kernel configuration.
113 (arch/powerpc/boot/Makefile) by adding targets to the $image-y variable. Look
114 at the Makefile to see which default image targets are available.
/linux-4.1.27/
DKbuild39 targets := kernel/bounds.s
56 targets += arch/$(SRCARCH)/kernel/asm-offsets.s
72 targets += missing-syscalls
DMakefile485 no-dot-config-targets := clean mrproper distclean \
490 config-targets := 0
491 mixed-targets := 0
494 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),)
495 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),)
502 config-targets := 1
504 mixed-targets := 1
509 ifeq ($(mixed-targets),1)
526 ifeq ($(config-targets),1)
1580 targets := $(wildcard $(sort $(targets))) macro
[all …]
DCREDITS3432 D: mandocs and mandocs_install build targets
/linux-4.1.27/arch/nios2/boot/
DMakefile15 targets += vmlinux.bin vmlinux.gz vmImage
48 targets += $(dtb-y)
/linux-4.1.27/arch/sh/kernel/vsyscall/
DMakefile7 targets += $(foreach F,trapa,vsyscall-$F.o vsyscall-$F.so)
8 targets += vsyscall-note.o vsyscall.lds
/linux-4.1.27/kernel/time/
DMakefile21 targets += hz.bc
28 targets += timeconst.h
/linux-4.1.27/Documentation/scsi/
Daic79xx.txt260 Definition: Global tag depth for all targets on all busses.
269 per controller basis. Both controllers and targets
276 specifies a tag depth of 8 for targets 4 and 5
278 specifies a tag depth of 32 for targets 1,2,7-15
279 All other targets retain the default depth.
283 specifies a tag depth of 32 for targets 0 and 2
284 All other targets retain the default depth.
298 enables read streaming for targets 0 and 6.
299 disables read streaming for targets 1-5,7-15.
300 All other targets retain the default read
[all …]
Daic7xxx.txt257 Definition: Global tag depth for all targets on all busses.
266 per controller basis. Both controllers and targets
273 specifies a tag depth of 8 for targets 4 and 5
275 specifies a tag depth of 32 for targets 1,2,7-15
276 All other targets retain the default depth.
280 specifies a tag depth of 32 for targets 0 and 2
281 All other targets retain the default depth.
Daha152x.txt22 RECONNECT allow targets to disconnect from the bus (0/1; default 1 [on])
86 allow targets to disconnect for first and second controller
Dbnx2fc.txt38 discovery and log into the targets.
Dosd.txt24 platform, both for the in-kernel initiator as well as connected targets. It
Dncr53c8xx.txt442 apply to all targets of the SCSI chain (except the controller).
709 - all other logical units (all targets, all controllers) -> 10 commands.
1088 If defined, targets are allowed to disconnect.
1107 Max number of targets per host.
1271 Will enable fast synchronous data transfer negotiation for all targets.
1325 Generally SCSI targets do not reset the SCSI BUS, although any
Dsym53c8xx_2.txt303 apply to all targets of the SCSI chain (except the controller).
651 Generally SCSI targets do not reset the SCSI BUS, although any
DChangeLog.lpfc119 to timeout ABTS's on bad targets and allow the driver to have an
704 sg_reset for bus and three attached targets.
1107 give driver time to rediscover targets before the midlayer
1383 * Add support for 256 targets and 256 LUNs
/linux-4.1.27/arch/x86/boot/compressed/
DMakefile21 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ macro
64 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs
100 targets += piggy.S
/linux-4.1.27/drivers/md/
Ddm-table.c43 struct dm_target *targets; member
178 t->targets = n_targets; in alloc_targets()
242 struct dm_target *tgt = t->targets + i; in dm_table_destroy()
492 prev = &table->targets[table->num_targets - 1]; in adjoin()
675 dm_device_name(t->md), t->targets->type->name); in dm_table_add_target()
681 tgt = t->targets + t->num_targets; in dm_table_add_target()
840 tgt = t->targets + i; in dm_table_set_type()
955 tgt = t->targets + i; in dm_table_alloc_md_mempools()
1172 return t->targets + index; in dm_table_get_target()
1195 return &t->targets[(KEYS_PER_NODE * n) + k]; in dm_table_find_target()
[all …]
DKconfig246 Some bio locking schemes used by other device-mapper targets
/linux-4.1.27/drivers/net/bonding/
Dbond_options.c910 __be32 *targets = bond->params.arp_targets; in _bond_options_arp_ip_target_set() local
917 targets[slot] = target; in _bond_options_arp_ip_target_set()
923 __be32 *targets = bond->params.arp_targets; in _bond_option_arp_ip_target_add() local
932 if (bond_get_targets_ip(targets, target) != -1) { /* dup */ in _bond_option_arp_ip_target_add()
938 ind = bond_get_targets_ip(targets, 0); /* first free slot */ in _bond_option_arp_ip_target_add()
958 __be32 *targets = bond->params.arp_targets; in bond_option_arp_ip_target_rem() local
970 ind = bond_get_targets_ip(targets, target); in bond_option_arp_ip_target_rem()
977 if (ind == 0 && !targets[1] && bond->params.arp_interval) in bond_option_arp_ip_target_rem()
984 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++) in bond_option_arp_ip_target_rem()
988 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++) in bond_option_arp_ip_target_rem()
[all …]
Dbond_netlink.c450 struct nlattr *targets; in bond_fill_info() local
477 targets = nla_nest_start(skb, IFLA_BOND_ARP_IP_TARGET); in bond_fill_info()
478 if (!targets) in bond_fill_info()
490 nla_nest_end(skb, targets); in bond_fill_info()
492 nla_nest_cancel(skb, targets); in bond_fill_info()
Dbond_main.c2328 __be32 *targets = bond->params.arp_targets, addr; in bond_arp_send_all() local
2331 for (i = 0; i < BOND_MAX_ARP_TARGETS && targets[i]; i++) { in bond_arp_send_all()
2332 netdev_dbg(bond->dev, "basa: target %pI4\n", &targets[i]); in bond_arp_send_all()
2336 rt = ip_route_output(dev_net(bond->dev), targets[i], 0, in bond_arp_send_all()
2345 &targets[i]); in bond_arp_send_all()
2346 bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], in bond_arp_send_all()
2364 &targets[i], rt->dst.dev ? rt->dst.dev->name : "NULL"); in bond_arp_send_all()
2370 addr = bond_confirm_addr(rt->dst.dev, targets[i], 0); in bond_arp_send_all()
2372 bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], in bond_arp_send_all()
/linux-4.1.27/arch/sparc/boot/
DMakefile10 targets := tftpboot.img image zImage vmlinux.aout macro
57 targets += uImage
/linux-4.1.27/scripts/kconfig/
Dmconf.c360 struct menu **targets; member
379 data->targets[k] = pos->target; in update_text()
435 struct menu *targets[JUMP_NB]; in search_conf() local
439 .targets = targets, in search_conf()
453 conf(targets[i]->parent, targets[i]); in search_conf()
DMakefile79 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
81 PHONY += $(simple-targets)
83 $(simple-targets): $(obj)/conf
/linux-4.1.27/drivers/scsi/
Dinitio.c650 host->targets[i].flags = *flags & ~(TCF_SYNC_DONE | TCF_WDTR_DONE); in initio_init()
651 if (host->targets[i].flags & TCF_EN_255) in initio_init()
652 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init()
654 host->targets[i].drv_flags = 0; in initio_init()
655 host->targets[i].js_period = 0; in initio_init()
656 host->targets[i].sconfig0 = host->sconf1; in initio_init()
657 host->targets[i].heads = *heads++; in initio_init()
658 if (host->targets[i].heads == 255) in initio_init()
659 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init()
661 host->targets[i].drv_flags = 0; in initio_init()
[all …]
Dinitio.h537 struct target_control targets[MAX_TARGETS]; /* 78 */ member
DKconfig323 (the "initiator") and "targets". Architecturally, the iSCSI driver
1219 bool "not allow targets to disconnect"
1225 not allow targets to disconnect is not reasonable if there is more
1470 each with one or more targets, each with one or more logical units.
/linux-4.1.27/Documentation/ia64/
DREADME36 o Hardly any performance tuning has been done. Obvious targets
38 obvious targets include making sure we don't flush the TLB
/linux-4.1.27/kernel/
DMakefile106 targets += config_data.gz
111 targets += config_data.h
150 targets += $(obj)/x509_certificate_list
154 targets += $(obj)/.x509.list
/linux-4.1.27/tools/build/
DMakefile.build123 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS)))
124 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
DBuild.include54 # PHONY targets skipped in both cases.
/linux-4.1.27/arch/x86/um/vdso/
DMakefile20 targets += vdso.so vdso.so.dbg vdso.lds $(vobjs-y)
52 targets += vdso-syms.lds
/linux-4.1.27/arch/score/boot/
DMakefile9 targets := vmlinux.bin macro
/linux-4.1.27/arch/xtensa/kernel/
Dsmp.c382 struct cpumask targets; in smp_send_stop() local
384 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop()
385 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop()
386 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop()
/linux-4.1.27/drivers/of/unittest-data/
DMakefile3 targets += testcases.dtb testcases.dtb.S
/linux-4.1.27/arch/m32r/boot/
DMakefile8 targets := zImage macro
/linux-4.1.27/Documentation/device-mapper/
Dpersistent-data.txt4 The more-sophisticated device-mapper targets require complex metadata
6 different targets were rolling their own data structures, for example:
18 targets. It's currently used by the thin-provisioning target and an
Ddm-queue-length.txt4 dm-queue-length is a path selector module for device-mapper targets,
Ddm-log.txt4 RAID targets to track regions of the disk that are not consistent.
Ddm-service-time.txt4 dm-service-time is a path selector module for device-mapper targets,
Dthin-provisioning.txt4 This document describes a collection of device-mapper targets that
31 These targets are very much still in the EXPERIMENTAL state. Please
58 - Function calls from the thin targets
Dswitch.txt42 device onto different targets. However in this architecture the LUN is
Dsnapshot.txt22 There are three dm targets available:
/linux-4.1.27/arch/arc/boot/dts/
DMakefile9 targets += $(builtindtb-y).dtb
/linux-4.1.27/net/nfc/nci/
Dntf.c278 target = &ndev->targets[i]; in nci_add_new_target()
294 target = &ndev->targets[ndev->n_targets]; in nci_add_new_target()
310 memset(ndev->targets, 0, in nci_clear_target_list()
374 nfc_targets_found(ndev->nfc_dev, ndev->targets, in nci_rf_discover_ntf_packet()
457 target = &ndev->targets[ndev->n_targets]; in nci_target_auto_activated()
471 nfc_targets_found(ndev->nfc_dev, ndev->targets, ndev->n_targets); in nci_target_auto_activated()
Dcore.c706 if (ndev->targets[i].idx == target->idx) { in nci_activate_target()
707 nci_target = &ndev->targets[i]; in nci_activate_target()
/linux-4.1.27/arch/mn10300/boot/
DMakefile13 targets := vmlinux.bin zImage macro
/linux-4.1.27/arch/arm64/boot/
DMakefile17 targets := Image Image.gz macro
/linux-4.1.27/arch/unicore32/boot/
DMakefile14 targets := Image zImage uImage macro
/linux-4.1.27/arch/nios2/boot/compressed/
DMakefile5 targets := vmlinux head.o misc.o piggy.o vmlinux.lds macro
/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_api.c587 struct ep11_target_dev *targets; member
595 for (n = 0; n < dev_list.targets_num; n++, dev_list.targets++) { in is_desired_ep11dev()
596 if ((AP_QID_DEVICE(dev_qid) == dev_list.targets->ap_id) && in is_desired_ep11dev()
597 (AP_QID_QUEUE(dev_qid) == dev_list.targets->dom_id)) { in is_desired_ep11dev()
611 .targets = NULL, in zcrypt_send_ep11_cprb()
620 ep11_dev_list.targets = kcalloc((unsigned short) in zcrypt_send_ep11_cprb()
624 if (!ep11_dev_list.targets) in zcrypt_send_ep11_cprb()
627 if (copy_from_user(ep11_dev_list.targets, in zcrypt_send_ep11_cprb()
629 xcrb->targets, xcrb->targets_num * in zcrypt_send_ep11_cprb()
/linux-4.1.27/arch/cris/boot/
DMakefile12 targets := Image macro
/linux-4.1.27/arch/tile/kernel/vdso/
DMakefile8 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds macro
101 targets += $(obj-vdso32) vdso32.so vdso32.so.dbg
/linux-4.1.27/drivers/md/persistent-data/
DKconfig8 device-mapper targets such as the thin provisioning target.
/linux-4.1.27/arch/mn10300/boot/compressed/
DMakefile5 targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o macro
/linux-4.1.27/arch/sh/boot/romimage/
DMakefile7 targets := vmlinux head.o zeropage.bin piggy.o macro
/linux-4.1.27/arch/cris/boot/compressed/
DMakefile26 targets := vmlinux piggy.gz decompress.o decompress.bin macro
/linux-4.1.27/security/tomoyo/
DMakefile3 targets += builtin-policy.h
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt39 --- 6.6 Building non-kbuild targets
81 any built-in or modular targets.
746 Kbuild knows targets listed in $(hostprogs-y), $(hostprogs-m), $(always),
747 $(extra-y) and $(targets). They are all deleted during "make clean".
816 a few targets.
824 init-* core* drivers-* net-* libs-* and build all targets.
1048 There are no rules for naming architecture-specific targets,
1049 but executing "make help" will list all relevant targets.
1072 --- 6.6 Building non-kbuild targets
1076 extra-y specifies additional targets created in the current
[all …]
Dmodules.txt106 targets are available.
131 List the available targets for external modules.
180 Additional functionality, such as test targets, can be included
198 # Module specific targets
230 # Module specific targets
258 # Module specific targets
Dkbuild.txt195 For tags/TAGS/cscope targets, you can specify more than one arch
Dkconfig.txt3 Use "make help" to list all of the possible configuration targets.
/linux-4.1.27/include/net/nfc/
Dnfc.h171 struct nfc_target *targets; member
277 struct nfc_target *targets, int ntargets);
Dnci_core.h226 struct nfc_target targets[NCI_MAX_DISCOVERED_TARGETS]; member
/linux-4.1.27/arch/microblaze/boot/
DMakefile5 targets := linux.bin linux.bin.gz linux.bin.ub simpleImage.% macro
/linux-4.1.27/arch/ia64/kernel/
DMakefile.gate3 targets += gate.so gate-syms.o
/linux-4.1.27/security/selinux/
DMakefile23 targets += flask.h av_permissions.h
/linux-4.1.27/arch/um/kernel/
DMakefile28 targets := config.c config.tmp macro
/linux-4.1.27/usr/
DMakefile59 targets := initramfs_data.cpio.gz initramfs_data.cpio.bz2 \ macro
/linux-4.1.27/arch/powerpc/kernel/vdso64/
DMakefile7 targets := $(obj-vdso64) vdso64.so vdso64.so.dbg macro
/linux-4.1.27/arch/m32r/boot/compressed/
DMakefile7 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 \ macro
/linux-4.1.27/arch/powerpc/kernel/vdso32/
DMakefile14 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg macro
/linux-4.1.27/arch/unicore32/boot/compressed/
DMakefile38 targets := vmlinux vmlinux.lds font.o font.c head.o misc.o \ macro
/linux-4.1.27/arch/cris/boot/rescue/
DMakefile22 targets := rescue.o rescue.bin macro
/linux-4.1.27/arch/arm64/kernel/vdso/
DMakefile11 targets := $(obj-vdso) vdso.so vdso.so.dbg macro
/linux-4.1.27/arch/avr32/boot/images/
DMakefile22 targets += uImage uImage.srec
/linux-4.1.27/include/net/
Dbonding.h633 static inline int bond_get_targets_ip(__be32 *targets, __be32 ip) in bond_get_targets_ip() argument
638 if (targets[i] == ip) in bond_get_targets_ip()
640 else if (targets[i] == 0) in bond_get_targets_ip()
/linux-4.1.27/arch/x86/syscalls/
DMakefile64 targets += $(uapisyshdr-y) $(syshdr-y)
/linux-4.1.27/drivers/net/wan/
DMakefile57 targets += wanxlfw.inc
/linux-4.1.27/arch/x86/kernel/cpu/
DMakefile66 targets += capflags.c
/linux-4.1.27/arch/arm/boot/
DMakefile28 targets := Image zImage xipImage bootpImage uImage macro
/linux-4.1.27/arch/s390/include/uapi/asm/
Dzcrypt.h209 uint64_t targets; member
/linux-4.1.27/arch/microblaze/
DKconfig.platform4 # Platform selection Kconfig menu for MicroBlaze targets
/linux-4.1.27/arch/arm/vdso/
DMakefile6 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds macro
/linux-4.1.27/mm/
Dvmscan.c2124 unsigned long targets[NR_LRU_LISTS]; in shrink_lruvec() local
2135 memcpy(targets, nr, sizeof(nr)); in shrink_lruvec()
2190 unsigned long scan_target = targets[LRU_INACTIVE_ANON] + in shrink_lruvec()
2191 targets[LRU_ACTIVE_ANON] + 1; in shrink_lruvec()
2195 unsigned long scan_target = targets[LRU_INACTIVE_FILE] + in shrink_lruvec()
2196 targets[LRU_ACTIVE_FILE] + 1; in shrink_lruvec()
2210 nr_scanned = targets[lru] - nr[lru]; in shrink_lruvec()
2211 nr[lru] = targets[lru] * (100 - percentage) / 100; in shrink_lruvec()
2215 nr_scanned = targets[lru] - nr[lru]; in shrink_lruvec()
2216 nr[lru] = targets[lru] * (100 - percentage) / 100; in shrink_lruvec()
Dmemcontrol.c132 unsigned long targets[MEM_CGROUP_NTARGETS]; member
906 next = __this_cpu_read(memcg->stat->targets[target]); in mem_cgroup_event_ratelimit()
922 __this_cpu_write(memcg->stat->targets[target], next); in mem_cgroup_event_ratelimit()
/linux-4.1.27/arch/sh/boot/compressed/
DMakefile7 targets := vmlinux vmlinux.bin vmlinux.bin.gz \ macro
/linux-4.1.27/arch/blackfin/boot/
DMakefile9 targets := uImage uImage.bin uImage.bz2 uImage.gz uImage.lzma uImage.lzo uImage.xip macro
/linux-4.1.27/arch/um/drivers/
DMakefile24 targets := pcap_kern.o pcap_user.o vde_kern.o vde_user.o macro
/linux-4.1.27/net/ipv4/netfilter/
DKconfig215 # `filter', generic and specific targets
251 # NAT + specific targets: nf_conntrack
301 # mangle + specific targets
349 # raw + specific targets
/linux-4.1.27/arch/sh/boot/
DMakefile29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ macro
/linux-4.1.27/drivers/scsi/ibmvscsi/
Dibmvfc.c560 list_for_each_entry(tgt, &vhost->targets, queue) in ibmvfc_link_down()
593 list_for_each_entry(tgt, &vhost->targets, queue) in ibmvfc_init_host()
917 list_for_each_entry(tgt, &vhost->targets, queue) in __ibmvfc_get_target()
1508 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_relogin()
1767 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_bsg_plogi()
2682 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_handle_async()
3888 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_alloc_target()
3914 list_add_tail(&tgt->queue, &vhost->targets); in ibmvfc_alloc_target()
4188 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_dev_init_to_do()
4219 list_for_each_entry(tgt, &vhost->targets, queue) in __ibmvfc_work_to_do()
[all …]
Dibmvfc.h697 struct list_head targets; member
/linux-4.1.27/Documentation/
Dkselftest.txt42 possible targets.
Dkernel-doc-nano-HOWTO.txt145 The targets 'xmldocs', 'psdocs', 'pdfdocs', and 'htmldocs' are used
Dkernel-parameters.txt2269 osd-targets. Please see:
3930 targets for exploits that can control RIP.
/linux-4.1.27/arch/alpha/boot/
DMakefile12 targets := vmlinux.gz vmlinux \ macro
/linux-4.1.27/Documentation/arm/
Dmem_alignment3 configured in for SA11x0 based targets. According to Alan Cox, this is a
/linux-4.1.27/arch/arm/boot/compressed/
DMakefile96 targets := vmlinux vmlinux.lds \ macro
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dmsm-hsusb.txt34 "alt_core" Protocol engine clock for targets with asynchronous
/linux-4.1.27/drivers/scsi/arm/
DKconfig28 targets on the Acorn SCSI card.
/linux-4.1.27/Documentation/infiniband/
Duser_verbs.txt46 I/O targets be kept resident at the same physical address. The
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dvm.txt6 struct kvm_device_attr as other devices, but targets VM-wide settings
/linux-4.1.27/Documentation/DocBook/
DMakefile40 targets += $(DOCBOOKS)
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt3 QEMU's arm-softmmu and aarch64-softmmu emulation / virtualization targets
/linux-4.1.27/arch/arm/kernel/
Dasm-offsets.c36 #error Sorry, your compiler targets APCS-26 but this kernel requires APCS-32
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfsroot.txt204 syslinux is to use the zdisk or bzdisk make targets which use zimage
205 and bzimage images respectively. Both targets accept the
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/
Domap-mailbox.txt49 - ti,mbox-num-users: Number of targets (processor devices) that the mailbox
/linux-4.1.27/firmware/
DMakefile230 targets := $(fw-shipped-) $(patsubst $(obj)/%,%, \ macro
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt25 Existing TCM targets run in the kernel. TCMU (TCM in Userspace)
26 allows userspace programs to be written which act as iSCSI targets.
/linux-4.1.27/arch/powerpc/platforms/85xx/
DKconfig258 using a QEMU machine that targets a specific board, such as
/linux-4.1.27/net/bridge/netfilter/
DKconfig158 # targets
/linux-4.1.27/arch/powerpc/boot/
DMakefile189 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a)
/linux-4.1.27/drivers/nfc/st21nfca/
Dst21nfca_dep.c552 target = hdev->ndev->targets; in st21nfca_im_send_atr_req()
/linux-4.1.27/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c576 struct psb_intel_sdvo_set_target_input_args targets = {0}; in psb_intel_sdvo_set_target_input() local
579 &targets, sizeof(targets)); in psb_intel_sdvo_set_target_input()
/linux-4.1.27/Documentation/virtual/kvm/
Dppc-pv.txt198 available on all targets.
/linux-4.1.27/net/netfilter/
DKconfig604 # alphabetically ordered list of targets
606 comment "Xtables targets"
702 targets, which enable the user to change the
784 tristate '"SNAT and DNAT" targets support'
787 This option enables the SNAT and DNAT targets.
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.reg1391 * for all targets that have a value other than 0 in the lower four
1409 * Bit vector of targets that have ULTRA enabled as set by
1422 * Bit vector of targets that have disconnection disabled as set by
Daic79xx_core.c8215 int targets; in ahd_search_qinfifo() local
8309 targets = 0; in ahd_search_qinfifo()
8314 targets++; in ahd_search_qinfifo()
8315 if (targets > AHD_NUM_TARGETS) in ahd_search_qinfifo()
Daic79xx.reg1720 * Bitmask of observed targets on the bus.
Daic7xxx.seq52 * After starting the selection hardware, we check for reconnecting targets
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_sdvo.c636 struct intel_sdvo_set_target_input_args targets = {0}; in intel_sdvo_set_target_input() local
639 &targets, sizeof(targets)); in intel_sdvo_set_target_input()
/linux-4.1.27/net/ipv6/netfilter/
DKconfig206 # The targets
/linux-4.1.27/Documentation/power/
Dpm_qos_interface.txt94 maintained along with the aggregated targets of resume latency and active
/linux-4.1.27/Documentation/sh/
Dnew-machine.txt263 Architecture specific targets (sh):
/linux-4.1.27/net/sched/
DKconfig627 tristate "IPtables targets"
630 Say Y here to be able to invoke iptables targets after successful
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s449 // prepare the targets
/linux-4.1.27/arch/m68k/
DKconfig.machine131 are incompatible with all other m68k targets (including Sun 3x!).
/linux-4.1.27/arch/powerpc/
DKconfig665 List additional targets to be built by the bootwrapper here (separated
666 by spaces). This is useful for targets that depend of device tree
/linux-4.1.27/drivers/net/
DKconfig189 bool "Dynamic reconfiguration of logging targets"
/linux-4.1.27/drivers/nfc/
Dpn533.c1900 dev->nfc_dev->targets[0].idx, in pn533_poll_dep_complete()
2356 dev->nfc_dev->targets[0].idx, in pn533_in_dep_link_up_complete()
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt588 <cmd_per_lun> times the number of SCSI targets (LUNs) you have
625 use tagged queuing for targets that support it. Default: currently
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME125 this can become unwieldy when potential mount targets include many
368 targets) it is recommended that you specify this option for
/linux-4.1.27/Documentation/filesystems/
Dntfs.txt345 If you are mirroring to multiple devices you can specify further targets at the
Dcoda.txt610 targets ViceFid and cfs_lookup_out.vtype the coda_vtype giving the
/linux-4.1.27/drivers/i2c/busses/
DKconfig700 tristate "I2C bus support for Philips PNX and NXP LPC targets"
/linux-4.1.27/drivers/watchdog/
DKconfig491 on QCOM chipsets. Currently supported targets are the MSM8960,
/linux-4.1.27/lib/
DKconfig.debug1674 bool "Build targets in Documentation/ tree"