/linux-4.1.27/drivers/nfc/microread/ |
D | microread.c | 484 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/ |
D | Makefile | 36 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/ |
D | Makefile | 32 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/ |
D | Makefile | 15 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/ |
D | Makefile | 29 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/ |
D | Makefile | 11 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/ |
D | nfc.txt | 15 - 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 …]
|
D | netconsole.txt | 81 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).
|
D | bonding.txt | 253 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 …]
|
D | filter.txt | 194 encoded. jt and jf are two 8 bit wide jump targets, one for condition 655 - Conditional jt/jf targets replaced with jt/fall-through:
|
D | ip-sysctl.txt | 812 icmp_ratemask (see below) to specific targets. 816 of ICMP packets sent on all targets.
|
/linux-4.1.27/scripts/ |
D | Makefile.modpost | 115 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))
|
D | Makefile.headersinst | 108 targets += $(install-file) 118 targets += $(check-file) 129 targets := $(wildcard $(sort $(targets))) 131 $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | Makefile.fwinst | 65 targets := $(wildcard $(sort $(targets))) 66 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | Makefile.build | 18 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))
|
D | Kbuild.include | 242 # 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) \
|
D | Makefile.clean | 39 $(always) $(targets) $(clean-files) \
|
D | Makefile.lib | 76 targets := $(addprefix $(obj)/,$(targets))
|
D | Makefile.host | 127 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
|
/linux-4.1.27/arch/x86/purgatory/ |
D | Makefile | 3 targets += $(purgatory-y) 7 targets += purgatory.ro 19 targets += kexec-purgatory.c
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | smp.c | 239 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/ |
D | Makefile | 32 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/ |
D | core.c | 284 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 …]
|
D | netlink.c | 158 rc = nfc_genl_send_target(skb, &dev->targets[i], cb, in nfc_genl_dump_targets()
|
/linux-4.1.27/net/nfc/hci/ |
D | core.c | 281 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/ |
D | smp.c | 257 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/ |
D | Makefile | 7 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/ |
D | Makefile | 7 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/ |
D | Makefile | 32 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/ |
D | Makefile | 15 targets += dtbs 16 targets += $(dtb-y)
|
/linux-4.1.27/arch/x86/boot/ |
D | Makefile | 21 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/ |
D | Makefile | 11 targets := image macro 12 targets += bzImage
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoedev.c | 217 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()
|
D | aoecmd.c | 258 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 …]
|
D | aoeblk.c | 52 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()
|
D | aoe.h | 182 struct aoetgt **targets; member
|
/linux-4.1.27/arch/arc/boot/ |
D | Makefile | 1 targets := vmlinux.bin vmlinux.bin.gz uImage macro 18 targets += uImage uImage.bin uImage.gz
|
/linux-4.1.27/scripts/mod/ |
D | Makefile | 35 targets += $(devicetable-offsets-file) devicetable-offsets.s 48 targets += elfconfig.h
|
/linux-4.1.27/arch/s390/boot/compressed/ |
D | Makefile | 7 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/ |
D | Makefile | 11 targets := Image zImage bootpImage macro 34 targets: $(obj)/Image target
|
/linux-4.1.27/Documentation/powerpc/ |
D | bootwrapper.txt | 5 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/ |
D | Kbuild | 39 targets := kernel/bounds.s 56 targets += arch/$(SRCARCH)/kernel/asm-offsets.s 72 targets += missing-syscalls
|
D | Makefile | 485 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 …]
|
D | CREDITS | 3432 D: mandocs and mandocs_install build targets
|
/linux-4.1.27/arch/nios2/boot/ |
D | Makefile | 15 targets += vmlinux.bin vmlinux.gz vmImage 48 targets += $(dtb-y)
|
/linux-4.1.27/arch/sh/kernel/vsyscall/ |
D | Makefile | 7 targets += $(foreach F,trapa,vsyscall-$F.o vsyscall-$F.so) 8 targets += vsyscall-note.o vsyscall.lds
|
/linux-4.1.27/kernel/time/ |
D | Makefile | 21 targets += hz.bc 28 targets += timeconst.h
|
/linux-4.1.27/Documentation/scsi/ |
D | aic79xx.txt | 260 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 …]
|
D | aic7xxx.txt | 257 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.
|
D | aha152x.txt | 22 RECONNECT allow targets to disconnect from the bus (0/1; default 1 [on]) 86 allow targets to disconnect for first and second controller
|
D | bnx2fc.txt | 38 discovery and log into the targets.
|
D | osd.txt | 24 platform, both for the in-kernel initiator as well as connected targets. It
|
D | ncr53c8xx.txt | 442 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
|
D | sym53c8xx_2.txt | 303 apply to all targets of the SCSI chain (except the controller). 651 Generally SCSI targets do not reset the SCSI BUS, although any
|
D | ChangeLog.lpfc | 119 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/ |
D | Makefile | 21 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/ |
D | dm-table.c | 43 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 …]
|
D | Kconfig | 246 Some bio locking schemes used by other device-mapper targets
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_options.c | 910 __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 …]
|
D | bond_netlink.c | 450 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()
|
D | bond_main.c | 2328 __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/ |
D | Makefile | 10 targets := tftpboot.img image zImage vmlinux.aout macro 57 targets += uImage
|
/linux-4.1.27/scripts/kconfig/ |
D | mconf.c | 360 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()
|
D | Makefile | 79 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \ 81 PHONY += $(simple-targets) 83 $(simple-targets): $(obj)/conf
|
/linux-4.1.27/drivers/scsi/ |
D | initio.c | 650 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 …]
|
D | initio.h | 537 struct target_control targets[MAX_TARGETS]; /* 78 */ member
|
D | Kconfig | 323 (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/ |
D | README | 36 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/ |
D | Makefile | 106 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/ |
D | Makefile.build | 123 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS))) 124 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | Build.include | 54 # PHONY targets skipped in both cases.
|
/linux-4.1.27/arch/x86/um/vdso/ |
D | Makefile | 20 targets += vdso.so vdso.so.dbg vdso.lds $(vobjs-y) 52 targets += vdso-syms.lds
|
/linux-4.1.27/arch/score/boot/ |
D | Makefile | 9 targets := vmlinux.bin macro
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | smp.c | 382 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/ |
D | Makefile | 3 targets += testcases.dtb testcases.dtb.S
|
/linux-4.1.27/arch/m32r/boot/ |
D | Makefile | 8 targets := zImage macro
|
/linux-4.1.27/Documentation/device-mapper/ |
D | persistent-data.txt | 4 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
|
D | dm-queue-length.txt | 4 dm-queue-length is a path selector module for device-mapper targets,
|
D | dm-log.txt | 4 RAID targets to track regions of the disk that are not consistent.
|
D | dm-service-time.txt | 4 dm-service-time is a path selector module for device-mapper targets,
|
D | thin-provisioning.txt | 4 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
|
D | switch.txt | 42 device onto different targets. However in this architecture the LUN is
|
D | snapshot.txt | 22 There are three dm targets available:
|
/linux-4.1.27/arch/arc/boot/dts/ |
D | Makefile | 9 targets += $(builtindtb-y).dtb
|
/linux-4.1.27/net/nfc/nci/ |
D | ntf.c | 278 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()
|
D | core.c | 706 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/ |
D | Makefile | 13 targets := vmlinux.bin zImage macro
|
/linux-4.1.27/arch/arm64/boot/ |
D | Makefile | 17 targets := Image Image.gz macro
|
/linux-4.1.27/arch/unicore32/boot/ |
D | Makefile | 14 targets := Image zImage uImage macro
|
/linux-4.1.27/arch/nios2/boot/compressed/ |
D | Makefile | 5 targets := vmlinux head.o misc.o piggy.o vmlinux.lds macro
|
/linux-4.1.27/drivers/s390/crypto/ |
D | zcrypt_api.c | 587 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/ |
D | Makefile | 12 targets := Image macro
|
/linux-4.1.27/arch/tile/kernel/vdso/ |
D | Makefile | 8 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/ |
D | Kconfig | 8 device-mapper targets such as the thin provisioning target.
|
/linux-4.1.27/arch/mn10300/boot/compressed/ |
D | Makefile | 5 targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o macro
|
/linux-4.1.27/arch/sh/boot/romimage/ |
D | Makefile | 7 targets := vmlinux head.o zeropage.bin piggy.o macro
|
/linux-4.1.27/arch/cris/boot/compressed/ |
D | Makefile | 26 targets := vmlinux piggy.gz decompress.o decompress.bin macro
|
/linux-4.1.27/security/tomoyo/ |
D | Makefile | 3 targets += builtin-policy.h
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 39 --- 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 …]
|
D | modules.txt | 106 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
|
D | kbuild.txt | 195 For tags/TAGS/cscope targets, you can specify more than one arch
|
D | kconfig.txt | 3 Use "make help" to list all of the possible configuration targets.
|
/linux-4.1.27/include/net/nfc/ |
D | nfc.h | 171 struct nfc_target *targets; member 277 struct nfc_target *targets, int ntargets);
|
D | nci_core.h | 226 struct nfc_target targets[NCI_MAX_DISCOVERED_TARGETS]; member
|
/linux-4.1.27/arch/microblaze/boot/ |
D | Makefile | 5 targets := linux.bin linux.bin.gz linux.bin.ub simpleImage.% macro
|
/linux-4.1.27/arch/ia64/kernel/ |
D | Makefile.gate | 3 targets += gate.so gate-syms.o
|
/linux-4.1.27/security/selinux/ |
D | Makefile | 23 targets += flask.h av_permissions.h
|
/linux-4.1.27/arch/um/kernel/ |
D | Makefile | 28 targets := config.c config.tmp macro
|
/linux-4.1.27/usr/ |
D | Makefile | 59 targets := initramfs_data.cpio.gz initramfs_data.cpio.bz2 \ macro
|
/linux-4.1.27/arch/powerpc/kernel/vdso64/ |
D | Makefile | 7 targets := $(obj-vdso64) vdso64.so vdso64.so.dbg macro
|
/linux-4.1.27/arch/m32r/boot/compressed/ |
D | Makefile | 7 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 \ macro
|
/linux-4.1.27/arch/powerpc/kernel/vdso32/ |
D | Makefile | 14 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg macro
|
/linux-4.1.27/arch/unicore32/boot/compressed/ |
D | Makefile | 38 targets := vmlinux vmlinux.lds font.o font.c head.o misc.o \ macro
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | Makefile | 22 targets := rescue.o rescue.bin macro
|
/linux-4.1.27/arch/arm64/kernel/vdso/ |
D | Makefile | 11 targets := $(obj-vdso) vdso.so vdso.so.dbg macro
|
/linux-4.1.27/arch/avr32/boot/images/ |
D | Makefile | 22 targets += uImage uImage.srec
|
/linux-4.1.27/include/net/ |
D | bonding.h | 633 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/ |
D | Makefile | 64 targets += $(uapisyshdr-y) $(syshdr-y)
|
/linux-4.1.27/drivers/net/wan/ |
D | Makefile | 57 targets += wanxlfw.inc
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | Makefile | 66 targets += capflags.c
|
/linux-4.1.27/arch/arm/boot/ |
D | Makefile | 28 targets := Image zImage xipImage bootpImage uImage macro
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | zcrypt.h | 209 uint64_t targets; member
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig.platform | 4 # Platform selection Kconfig menu for MicroBlaze targets
|
/linux-4.1.27/arch/arm/vdso/ |
D | Makefile | 6 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds macro
|
/linux-4.1.27/mm/ |
D | vmscan.c | 2124 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()
|
D | memcontrol.c | 132 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/ |
D | Makefile | 7 targets := vmlinux vmlinux.bin vmlinux.bin.gz \ macro
|
/linux-4.1.27/arch/blackfin/boot/ |
D | Makefile | 9 targets := uImage uImage.bin uImage.bz2 uImage.gz uImage.lzma uImage.lzo uImage.xip macro
|
/linux-4.1.27/arch/um/drivers/ |
D | Makefile | 24 targets := pcap_kern.o pcap_user.o vde_kern.o vde_user.o macro
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | Kconfig | 215 # `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/ |
D | Makefile | 29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ macro
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 560 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 …]
|
D | ibmvfc.h | 697 struct list_head targets; member
|
/linux-4.1.27/Documentation/ |
D | kselftest.txt | 42 possible targets.
|
D | kernel-doc-nano-HOWTO.txt | 145 The targets 'xmldocs', 'psdocs', 'pdfdocs', and 'htmldocs' are used
|
D | kernel-parameters.txt | 2269 osd-targets. Please see: 3930 targets for exploits that can control RIP.
|
/linux-4.1.27/arch/alpha/boot/ |
D | Makefile | 12 targets := vmlinux.gz vmlinux \ macro
|
/linux-4.1.27/Documentation/arm/ |
D | mem_alignment | 3 configured in for SA11x0 based targets. According to Alan Cox, this is a
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | Makefile | 96 targets := vmlinux vmlinux.lds \ macro
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | msm-hsusb.txt | 34 "alt_core" Protocol engine clock for targets with asynchronous
|
/linux-4.1.27/drivers/scsi/arm/ |
D | Kconfig | 28 targets on the Acorn SCSI card.
|
/linux-4.1.27/Documentation/infiniband/ |
D | user_verbs.txt | 46 I/O targets be kept resident at the same physical address. The
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | vm.txt | 6 struct kvm_device_attr as other devices, but targets VM-wide settings
|
/linux-4.1.27/Documentation/DocBook/ |
D | Makefile | 40 targets += $(DOCBOOKS)
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 3 QEMU's arm-softmmu and aarch64-softmmu emulation / virtualization targets
|
/linux-4.1.27/arch/arm/kernel/ |
D | asm-offsets.c | 36 #error Sorry, your compiler targets APCS-26 but this kernel requires APCS-32
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 204 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/ |
D | omap-mailbox.txt | 49 - ti,mbox-num-users: Number of targets (processor devices) that the mailbox
|
/linux-4.1.27/firmware/ |
D | Makefile | 230 targets := $(fw-shipped-) $(patsubst $(obj)/%,%, \ macro
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 25 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/ |
D | Kconfig | 258 using a QEMU machine that targets a specific board, such as
|
/linux-4.1.27/net/bridge/netfilter/ |
D | Kconfig | 158 # targets
|
/linux-4.1.27/arch/powerpc/boot/ |
D | Makefile | 189 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a)
|
/linux-4.1.27/drivers/nfc/st21nfca/ |
D | st21nfca_dep.c | 552 target = hdev->ndev->targets; in st21nfca_im_send_atr_req()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo.c | 576 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/ |
D | ppc-pv.txt | 198 available on all targets.
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 604 # 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/ |
D | aic7xxx.reg | 1391 * 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
|
D | aic79xx_core.c | 8215 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()
|
D | aic79xx.reg | 1720 * Bitmask of observed targets on the bus.
|
D | aic7xxx.seq | 52 * After starting the selection hardware, we check for reconnecting targets
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_sdvo.c | 636 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/ |
D | Kconfig | 206 # The targets
|
/linux-4.1.27/Documentation/power/ |
D | pm_qos_interface.txt | 94 maintained along with the aggregated targets of resume latency and active
|
/linux-4.1.27/Documentation/sh/ |
D | new-machine.txt | 263 Architecture specific targets (sh):
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 627 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/ |
D | g98.fuc0s | 449 // prepare the targets
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.machine | 131 are incompatible with all other m68k targets (including Sun 3x!).
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 665 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/ |
D | Kconfig | 189 bool "Dynamic reconfiguration of logging targets"
|
/linux-4.1.27/drivers/nfc/ |
D | pn533.c | 1900 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/ |
D | kernel-options.txt | 588 <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/ |
D | README | 125 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/ |
D | ntfs.txt | 345 If you are mirroring to multiple devices you can specify further targets at the
|
D | coda.txt | 610 targets ViceFid and cfs_lookup_out.vtype the coda_vtype giving the
|
/linux-4.1.27/drivers/i2c/busses/ |
D | Kconfig | 700 tristate "I2C bus support for Philips PNX and NXP LPC targets"
|
/linux-4.1.27/drivers/watchdog/ |
D | Kconfig | 491 on QCOM chipsets. Currently supported targets are the MSM8960,
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 1674 bool "Build targets in Documentation/ tree"
|