Searched refs:targets (Results 1 - 200 of 322) sorted by relevance

12

/linux-4.1.27/lib/raid6/
H A 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
91 targets += neon1.c
97 targets += neon2.c
103 targets += neon4.c
109 targets += neon8.c
114 targets += tilegx8.c
122 targets += tables.c
/linux-4.1.27/arch/metag/boot/dts/
H A DMakefile15 targets += dtbs
16 targets += $(dtb-y)
/linux-4.1.27/arch/metag/boot/
H A 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/mips/boot/
H A 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/ia64/hp/sim/boot/
H A 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/arch/arc/boot/dts/
H A DMakefile9 targets += $(builtindtb-y).dtb
/linux-4.1.27/arch/s390/boot/
H A DMakefile11 targets := image macro
12 targets += bzImage
/linux-4.1.27/arch/x86/realmode/rm/
H A 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/x86/purgatory/
H A DMakefile3 targets += $(purgatory-y)
7 targets += purgatory.ro
19 targets += kexec-purgatory.c
/linux-4.1.27/arch/sh/kernel/vsyscall/
H A DMakefile6 # Teach kbuild about targets
7 targets += $(foreach F,trapa,vsyscall-$F.o vsyscall-$F.so)
8 targets += vsyscall-note.o vsyscall.lds
/linux-4.1.27/drivers/nfc/microread/
H A Dmicroread.c484 struct nfc_target *targets; microread_target_discovered() local
489 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); microread_target_discovered()
490 if (targets == NULL) { microread_target_discovered()
495 targets->hci_reader_gate = gate; microread_target_discovered()
499 targets->supported_protocols = microread_target_discovered()
501 targets->sens_res = microread_target_discovered()
503 targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; microread_target_discovered()
504 targets->nfcid1_len = skb->data[MICROREAD_EMCF_A_LEN]; microread_target_discovered()
505 if (targets->nfcid1_len > sizeof(targets->nfcid1)) { microread_target_discovered()
509 memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A_UID], microread_target_discovered()
510 targets->nfcid1_len); microread_target_discovered()
513 targets->supported_protocols = microread_target_discovered()
515 targets->sens_res = microread_target_discovered()
517 targets->sel_res = skb->data[MICROREAD_EMCF_A3_SAK]; microread_target_discovered()
518 targets->nfcid1_len = skb->data[MICROREAD_EMCF_A3_LEN]; microread_target_discovered()
519 if (targets->nfcid1_len > sizeof(targets->nfcid1)) { microread_target_discovered()
523 memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A3_UID], microread_target_discovered()
524 targets->nfcid1_len); microread_target_discovered()
527 targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK; microread_target_discovered()
528 memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_B_UID], 4); microread_target_discovered()
529 targets->nfcid1_len = 4; microread_target_discovered()
532 targets->supported_protocols = NFC_PROTO_JEWEL_MASK; microread_target_discovered()
533 targets->sens_res = microread_target_discovered()
535 memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_T1_UID], 4); microread_target_discovered()
536 targets->nfcid1_len = 4; microread_target_discovered()
539 targets->supported_protocols = NFC_PROTO_FELICA_MASK; microread_target_discovered()
540 memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_T3_UID], 8); microread_target_discovered()
541 targets->nfcid1_len = 8; microread_target_discovered()
548 r = nfc_targets_found(hdev->ndev, targets, 1); microread_target_discovered()
551 kfree(targets); microread_target_discovered()
/linux-4.1.27/kernel/time/
H A DMakefile21 targets += hz.bc
28 targets += timeconst.h
/linux-4.1.27/scripts/mod/
H A DMakefile35 targets += $(devicetable-offsets-file) devicetable-offsets.s
48 targets += elfconfig.h
/linux-4.1.27/include/uapi/linux/netfilter/
H A Dxt_TPROXY.h8 * mutliple targets in the same rule. */
H A Dx_tables.h81 /* CONTINUE verdict for targets */
/linux-4.1.27/arch/score/boot/
H A DMakefile9 targets := vmlinux.bin macro
/linux-4.1.27/arch/nios2/boot/compressed/
H A DMakefile5 targets := vmlinux head.o misc.o piggy.o vmlinux.lds macro
/linux-4.1.27/arch/m32r/boot/
H A DMakefile8 targets := zImage macro
/linux-4.1.27/tools/perf/
H A DMakefile10 # Clear out the built-in rules GNU make defines by default (such as .o targets),
11 # so that we pass through all targets to Makefile.perf:
63 # (Except for tags and TAGS targets. The reason is that the
64 # Makefile does not treat tags/TAGS as targets but as files
84 # All other targets get passed through:
/linux-4.1.27/arch/arc/boot/
H A DMakefile0 targets := vmlinux.bin vmlinux.bin.gz uImage
18 targets += uImage uImage.bin uImage.gz
1 targets := vmlinux.bin vmlinux.bin.gz uImage global() macro
/linux-4.1.27/arch/mn10300/boot/compressed/
H A DMakefile5 targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o macro
/linux-4.1.27/arch/cris/boot/
H A DMakefile12 targets := Image macro
/linux-4.1.27/security/tomoyo/
H A DMakefile3 targets += builtin-policy.h
/linux-4.1.27/arch/s390/boot/compressed/
H A 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/s390/kernel/vdso32/
H A 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/
H A 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/
H A 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/sh/boot/romimage/
H A DMakefile7 targets := vmlinux head.o zeropage.bin piggy.o macro
/linux-4.1.27/arch/mn10300/boot/
H A DMakefile13 targets := vmlinux.bin zImage macro
/linux-4.1.27/arch/arm/boot/bootp/
H A DMakefile15 targets := bootp init.o kernel.o initrd.o macro
/linux-4.1.27/security/selinux/
H A DMakefile23 targets += flask.h av_permissions.h
/linux-4.1.27/arch/sparc/boot/
H A DMakefile10 targets := tftpboot.img image zImage vmlinux.aout macro
57 targets += uImage
/linux-4.1.27/arch/um/drivers/
H A DMakefile24 targets := pcap_kern.o pcap_user.o vde_kern.o vde_user.o macro
37 #targets += $(obj)/pcap.o
/linux-4.1.27/include/uapi/linux/
H A Dnfc.h43 * @NFC_CMD_START_POLL: start polling for targets using the given protocols
45 * @NFC_CMD_STOP_POLL: stop polling for targets (requires
47 * @NFC_CMD_GET_TARGET: dump all targets found by the previous poll (requires
135 * @NFC_ATTR_TARGET_SENS_RES: NFC-A targets extra information such as NFCID
136 * @NFC_ATTR_TARGET_SEL_RES: NFC-A targets extra information (useful if the
138 * @NFC_ATTR_TARGET_NFCID1: NFC-A targets identifier, max 10 bytes
139 * @NFC_ATTR_TARGET_SENSB_RES: NFC-B targets extra information, max 12 bytes
140 * @NFC_ATTR_TARGET_SENSF_RES: NFC-F targets extra information, max 18 bytes
H A Ddm-ioctl.h67 * targets of the table in the 'active' slot, or a table change.
80 * Return the targets status for the 'active' table.
159 * - When specifying targets on a DM_TABLE_LOAD command, this value is
162 * - When retrieving targets on a DM_TABLE_STATUS command, this value
H A Dvhost.h138 * All the targets under vhost_wwpn can be seen and used by guset.
/linux-4.1.27/arch/nios2/boot/
H A DMakefile15 targets += vmlinux.bin vmlinux.gz vmImage
48 targets += $(dtb-y)
/linux-4.1.27/arch/frv/boot/
H A DMakefile11 targets := Image zImage bootpImage macro
34 targets: $(obj)/Image
/linux-4.1.27/tools/testing/selftests/
H A DMakefile65 @# Ask all targets to install their files
72 @# Ask all targets to emit their test scripts
/linux-4.1.27/
H A DMakefile8 # To see a list of typical targets execute "make help"
33 # unavoidable when linking the built-in.o targets which finally
444 # Rules shared between *config targets and build targets
474 # To make sure we do not include .config for any of the *config targets
476 # It is allowed to specify more targets when calling make, including
477 # mixing *config targets and build targets.
479 # Detect when mixed targets is specified, and make a second invocation
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)
511 # We're called with mixed targets (*config and build targets).
526 ifeq ($(config-targets),1)
528 # *config targets only - make sure prerequisites are updated, and descend
545 # Build targets only - this includes vmlinux, arch specific targets, clean
546 # targets and others. In general all targets except *config targets.
607 # Defaults to vmlinux, but the arch makefile usually adds further targets
698 # Some targets (ARM with Thumb2, for example), can't be built with frame
919 # Include targets which we want to
1238 # Brief documentation of the typical targets used
1247 @echo 'Cleaning targets:'
1253 @echo 'Configuration targets:'
1256 @echo 'Other generic targets:'
1257 @echo ' all - Build all targets marked with [*]'
1296 @echo 'Documentation targets:'
1299 @echo 'Architecture specific targets ($(SRCARCH)):'
1309 printf " %-16s - Show %s-specific targets\\n" help-$(b) $(b);) \
1313 @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'
1314 @echo ' make V=2 [targets] 2 => give reason for rebuild of target'
1315 @echo ' make O=dir [targets] Locate all output files in "dir", including .config'
1316 @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse by default)'
1317 @echo ' make C=2 [targets] Force check of all c source with $$CHECK'
1318 @echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections'
1319 @echo ' make W=n [targets] Enable extra gcc checks, n=1,2,3 where'
1325 @echo 'Execute "make" or "make all" to build all targets marked with [*] '
1336 @echo 'Architecture specific targets ($(SRCARCH) $*):'
1343 # Documentation targets
1359 # The following are the only valid targets when building external
1472 endif #ifeq ($(config-targets),1)
1473 endif #ifeq ($(mixed-targets),1)
1508 # Single targets
1510 # Single targets are compatible with:
1580 targets := $(wildcard $(sort $(targets))) macro
1581 cmd_files := $(wildcard .*.cmd $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
/linux-4.1.27/net/nfc/hci/
H A Dcore.c281 struct nfc_target *targets; nfc_hci_target_discovered() local
289 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); nfc_hci_target_discovered()
290 if (targets == NULL) nfc_hci_target_discovered()
310 targets->supported_protocols = nfc_hci_target_discovered()
312 if (targets->supported_protocols == 0xffffffff) { nfc_hci_target_discovered()
317 targets->sens_res = be16_to_cpu(*(__be16 *)atqa_skb->data); nfc_hci_target_discovered()
318 targets->sel_res = sak_skb->data[0]; nfc_hci_target_discovered()
330 memcpy(targets->nfcid1, uid_skb->data, uid_skb->len); nfc_hci_target_discovered()
331 targets->nfcid1_len = uid_skb->len; nfc_hci_target_discovered()
335 targets); nfc_hci_target_discovered()
341 targets->supported_protocols = NFC_PROTO_ISO14443_B_MASK; nfc_hci_target_discovered()
345 r = hdev->ops->target_from_gate(hdev, gate, targets); nfc_hci_target_discovered()
353 targets); nfc_hci_target_discovered()
361 if (targets->hci_reader_gate == 0x00) nfc_hci_target_discovered()
362 targets->hci_reader_gate = gate; nfc_hci_target_discovered()
364 r = nfc_targets_found(hdev->ndev, targets, 1); nfc_hci_target_discovered()
367 kfree(targets); nfc_hci_target_discovered()
401 /* TODO: Multiple targets in field, none activated nfc_hci_event_received()
/linux-4.1.27/arch/x86/vdso/
H A 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/arch/x86/boot/compressed/
H A 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/net/nfc/
H A Dcore.c201 * nfc_start_poll - start polling for nfc targets
206 * The device remains polling for targets until a target is found or
248 * nfc_stop_poll - stop polling for nfc targets
284 if (dev->targets[i].idx == target_idx) nfc_find_target()
285 return &dev->targets[i]; nfc_find_target()
760 * nfc_targets_found - inform that targets were found
762 * @dev: The nfc device that found the targets
763 * @targets: array of nfc targets found
764 * @ntargets: targets array size
766 * The device driver must call this function when one or many nfc targets
768 * polling for targets.
769 * NOTE: This function can be called with targets=NULL and n_targets=0 to
776 struct nfc_target *targets, int n_targets) nfc_targets_found()
783 targets[i].idx = dev->target_next_idx++; nfc_targets_found()
796 kfree(dev->targets); nfc_targets_found()
797 dev->targets = NULL; nfc_targets_found()
799 if (targets) { nfc_targets_found()
800 dev->targets = kmemdup(targets, nfc_targets_found()
804 if (!dev->targets) { nfc_targets_found()
842 tg = &dev->targets[i]; nfc_target_lost()
857 memcpy(&dev->targets[i], &dev->targets[i + 1], nfc_target_lost()
860 kfree(dev->targets); nfc_target_lost()
861 dev->targets = NULL; nfc_target_lost()
964 kfree(dev->targets); nfc_release()
775 nfc_targets_found(struct nfc_dev *dev, struct nfc_target *targets, int n_targets) nfc_targets_found() argument
/linux-4.1.27/drivers/md/
H A Ddm-bio-record.h14 * changed by the lower levels of the block layer. Some targets,
H A Ddm-table.c43 struct dm_target *targets; member in struct:dm_table
153 * highs, and targets are managed as dynamic arrays during a
178 t->targets = n_targets; alloc_targets()
240 /* free the targets */ dm_table_destroy()
242 struct dm_target *tgt = t->targets + i; dm_table_destroy()
492 prev = &table->targets[table->num_targets - 1]; adjoin()
596 * two or more targets, the size of each piece it gets split into must
675 dm_device_name(t->md), t->targets->type->name); dm_table_add_target()
681 tgt = t->targets + t->num_targets; dm_table_add_target()
840 tgt = t->targets + i; dm_table_set_type()
857 * The targets can work either way. dm_table_set_type()
873 BUG_ON(!request_based); /* No targets in this table */ dm_table_set_type()
877 * To support multiple targets, request splitting support is needed, dm_table_set_type()
882 DMWARN("Request-based dm doesn't support multiple targets yet"); dm_table_set_type()
955 tgt = t->targets + i; dm_table_alloc_md_mempools()
1172 return t->targets + index; dm_table_get_target()
1195 return &t->targets[(KEYS_PER_NODE * n) + k]; dm_table_find_target()
1331 * so we need to use iterate_devices here, which targets dm_table_supports_flush()
1356 /* Ensure that all targets supports discard_zeroes_data. */ dm_table_discard_zeroes_data()
1460 * so we need to use iterate_devices here, which targets dm_table_supports_discards()
1528 * to the entropy pool, Only request-based targets use this. dm_table_set_restrictions()
1574 struct dm_target *ti = t->targets; suspend_targets()
1624 struct dm_target *ti = t->targets + i; dm_table_resume_targets()
1638 struct dm_target *ti = t->targets + i; dm_table_resume_targets()
H A Ddm.c212 /* zero-length flush that will be cloned and submitted to targets */
1672 * Entry point to split a bio into clones and submit them to the targets.
3147 * This gets reverted if there's an error later and the targets __dm_suspend()
3285 * Flushing deferred I/Os must be done after targets are resumed __dm_resume()
3286 * so that mapping of targets can work correctly. __dm_resume()
H A Draid1.c761 * non-congested targets, it can be removed raid1_congested()
2628 * need to mark them bad on all write targets sync_request()
2645 * If there are multiple read targets, could just sync_request()
2662 /* extra read targets are also write targets */ sync_request()
/linux-4.1.27/arch/um/kernel/
H A DMakefile28 targets := config.c config.tmp macro
/linux-4.1.27/arch/unicore32/boot/
H A DMakefile14 targets := Image zImage uImage macro
/linux-4.1.27/arch/microblaze/boot/
H A DMakefile5 targets := linux.bin linux.bin.gz linux.bin.ub simpleImage.% macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dfsl_pamu_stash.h22 /* cache stash targets */
H A Dpmac_pfunc.h203 * multiple targets, the flags allow you to restrict the call to a given
/linux-4.1.27/arch/arm64/boot/
H A DMakefile17 targets := Image Image.gz macro
/linux-4.1.27/arch/cris/boot/compressed/
H A DMakefile26 targets := vmlinux piggy.gz decompress.o decompress.bin macro
/linux-4.1.27/arch/hexagon/kernel/
H A Dsmp.c239 struct cpumask targets; smp_send_stop() local
240 cpumask_copy(&targets, cpu_online_mask); smp_send_stop()
241 cpumask_clear_cpu(smp_processor_id(), &targets); smp_send_stop() local
242 send_ipi(&targets, IPI_CPU_STOP); smp_send_stop()
/linux-4.1.27/arch/m32r/boot/compressed/
H A DMakefile7 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 \ macro
/linux-4.1.27/arch/m68k/include/asm/
H A Dpgtable_no.h53 * Sort of meaningless for non-VM targets.
/linux-4.1.27/net/ipv4/netfilter/
H A DMakefile60 # targets
H A Dipt_MASQUERADE.c31 /* FIXME: Multiple targets. --RR */ masquerade_tg_check()
/linux-4.1.27/net/ipv6/netfilter/
H A DMakefile51 # targets
/linux-4.1.27/scripts/
H A DMakefile28 # These targets are used internally to avoid "is up to date" messages
/linux-4.1.27/arch/x86/um/vdso/
H A DMakefile20 targets += vdso.so vdso.so.dbg vdso.lds $(vobjs-y)
52 targets += vdso-syms.lds
/linux-4.1.27/arch/x86/boot/
H A 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/drivers/block/aoe/
H A Daoedev.c217 tt = d->targets; aoedev_downdev()
284 t = d->targets; freedev()
378 kfree(doomed->targets); flush()
459 d->targets = kcalloc(NTARGETS, sizeof(*d->targets), GFP_ATOMIC); aoedev_by_aoeaddr()
460 if (!d->targets) { aoedev_by_aoeaddr()
475 d->tgt = d->targets; aoedev_by_aoeaddr()
H A Daoecmd.c258 if (!d->targets || !d->targets[0]) { newframe()
265 if (tt >= &d->targets[d->ntargets] || !*tt) newframe()
266 tt = d->targets; newframe()
737 for (i = good = 0; i < d->ntargets && d->targets[i]; ++i) count_targets()
738 if (d->targets[i]->taint == 0) count_targets()
1078 t = d->targets; gettgt()
1492 tt = kcalloc(newn, sizeof(*d->targets), GFP_ATOMIC); grow_targets()
1495 memmove(tt, d->targets, sizeof(*d->targets) * oldn); grow_targets()
1496 d->tgt = tt + (d->tgt - d->targets); grow_targets()
1497 kfree(d->targets); grow_targets()
1498 d->targets = tt; grow_targets()
1501 return &d->targets[oldn]; grow_targets()
1509 tt = d->targets; addtgt()
1542 t = d->targets; setdbcnt()
1686 t = d->targets; aoecmd_cleanslate()
H A Daoeblk.c52 struct aoetgt *t = d->targets[0]; aoedisk_show_mac()
71 t = d->targets; aoedisk_show_netif()
131 t = d->targets; aoedisk_debugfs_show()
H A Daoe.h182 struct aoetgt **targets; member in struct:aoedev
/linux-4.1.27/scripts/kconfig/
H A DMakefile2 # Kernel configuration targets
3 # These targets are used from top-level makefile
78 # These targets map 1:1 to the commandline options of 'conf'
79 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
81 PHONY += $(simple-targets)
83 $(simple-targets): $(obj)/conf
155 # conf: Used for defconfig, oldconfig and related targets
H A Dmconf.c360 struct menu **targets; member in struct:search_data
379 data->targets[k] = pos->target; update_text()
435 struct menu *targets[JUMP_NB]; search_conf() local
439 .targets = targets, search_conf()
453 conf(targets[i]->parent, targets[i]); search_conf()
/linux-4.1.27/Documentation/DocBook/
H A DMakefile23 # The build process is as follows (targets):
37 # The targets that may be used.
40 targets += $(DOCBOOKS)
79 # required to generate the final targets. (ps, pdf, html).
198 # Help targets as used by the top-level makefile
/linux-4.1.27/arch/tile/kernel/vdso/
H A 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/net/bonding/
H A Dbond_options.c225 .desc = "fail on any/all arp targets timeout",
249 .desc = "arp targets in n.n.n.n form",
883 netdev_info(bond->dev, "ARP monitoring has been set up, but no ARP targets have been specified\n"); bond_option_arp_interval_set()
910 __be32 *targets = bond->params.arp_targets; _bond_options_arp_ip_target_set() local
917 targets[slot] = target; _bond_options_arp_ip_target_set()
923 __be32 *targets = bond->params.arp_targets; _bond_option_arp_ip_target_add() local
932 if (bond_get_targets_ip(targets, target) != -1) { /* dup */ _bond_option_arp_ip_target_add()
938 ind = bond_get_targets_ip(targets, 0); /* first free slot */ _bond_option_arp_ip_target_add()
958 __be32 *targets = bond->params.arp_targets; bond_option_arp_ip_target_rem() local
970 ind = bond_get_targets_ip(targets, target); bond_option_arp_ip_target_rem()
977 if (ind == 0 && !targets[1] && bond->params.arp_interval) bond_option_arp_ip_target_rem()
984 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++) bond_for_each_slave()
988 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++)
989 targets[i] = targets[i+1];
990 targets[i] = 0;
H A Dbond_netlink.c450 struct nlattr *targets; bond_fill_info() local
477 targets = nla_nest_start(skb, IFLA_BOND_ARP_IP_TARGET); bond_fill_info()
478 if (!targets) bond_fill_info()
490 nla_nest_end(skb, targets); bond_fill_info()
492 nla_nest_cancel(skb, targets); bond_fill_info()
H A Dbond_main.c169 MODULE_PARM_DESC(arp_ip_target, "arp targets in n.n.n.n form");
175 MODULE_PARM_DESC(arp_all_targets, "fail on any/all arp targets timeout; 0 for any (default), 1 for all");
2328 __be32 *targets = bond->params.arp_targets, addr; bond_arp_send_all() local
2331 for (i = 0; i < BOND_MAX_ARP_TARGETS && targets[i]; i++) { bond_arp_send_all()
2332 netdev_dbg(bond->dev, "basa: target %pI4\n", &targets[i]); bond_arp_send_all()
2336 rt = ip_route_output(dev_net(bond->dev), targets[i], 0, bond_arp_send_all()
2345 &targets[i]); bond_arp_send_all()
2346 bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], bond_arp_send_all()
2364 &targets[i], rt->dst.dev ? rt->dst.dev->name : "NULL"); bond_arp_send_all()
2370 addr = bond_confirm_addr(rt->dst.dev, targets[i], 0); bond_arp_send_all()
2372 bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], bond_arp_send_all()
2390 netdev_dbg(bond->dev, "bva: sip %pI4 not found in targets\n", bond_validate_arp()
H A Dbond_sysfs.c298 /* Show the arp targets. */ bonding_show_arp_targets()
/linux-4.1.27/drivers/net/wan/
H A DMakefile57 targets += wanxlfw.inc
/linux-4.1.27/arch/x86/kernel/cpu/
H A DMakefile66 targets += capflags.c
/linux-4.1.27/arch/x86/syscalls/
H A DMakefile64 targets += $(uapisyshdr-y) $(syshdr-y)
/linux-4.1.27/arch/unicore32/boot/compressed/
H A DMakefile38 targets := vmlinux vmlinux.lds font.o font.c head.o misc.o \ macro
/linux-4.1.27/kernel/
H A 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/arch/sh/boot/compressed/
H A DMakefile7 targets := vmlinux vmlinux.bin vmlinux.bin.gz \ macro
/linux-4.1.27/arch/sh/drivers/pci/
H A Dpci-sh7780.h2 * Low-Level PCI Support for SH7780 targets
H A Dpci-sh7751.h2 * Low-Level PCI Support for SH7751 targets
/linux-4.1.27/arch/powerpc/kernel/vdso32/
H A DMakefile14 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg macro
/linux-4.1.27/arch/powerpc/kernel/vdso64/
H A DMakefile7 targets := $(obj-vdso64) vdso64.so vdso64.so.dbg macro
/linux-4.1.27/arch/arm64/kernel/vdso/
H A DMakefile11 targets := $(obj-vdso) vdso.so vdso.so.dbg macro
/linux-4.1.27/arch/avr32/boot/images/
H A DMakefile22 targets += uImage uImage.srec
/linux-4.1.27/arch/c6x/
H A DMakefile47 # With make 3.82 we cannot mix normal and wildcard targets
/linux-4.1.27/arch/cris/boot/rescue/
H A DMakefile22 targets := rescue.o rescue.bin macro
/linux-4.1.27/arch/arc/kernel/
H A Dsmp.c257 struct cpumask targets; smp_send_stop() local
258 cpumask_copy(&targets, cpu_online_mask); smp_send_stop()
259 cpumask_clear_cpu(smp_processor_id(), &targets); smp_send_stop() local
260 ipi_send_msg(&targets, IPI_CPU_STOP); smp_send_stop()
H A Ddisasm.c514 /* Instruction with possible two targets branch, jump and loop */ disasm_next_pc()
H A Dkprobes.c146 * targets setup_singlestep()
/linux-4.1.27/usr/
H A DMakefile59 targets := initramfs_data.cpio.gz initramfs_data.cpio.bz2 \ macro
/linux-4.1.27/drivers/net/
H A Dnetconsole.c76 /* Linked list of all configured targets */
157 * No danger of targets going away from under us when dynamic
178 * Note that these targets get their config_item fields zeroed-out. alloc_param_target()
306 * This one is special -- targets created through the configfs interface
309 * would enable him to dynamically add new netpoll targets for new
753 * of unnecessarily keeping all targets in lock-step. write_msg()
818 * Remove all targets and destroy them (only targets created init_netconsole()
/linux-4.1.27/arch/xtensa/kernel/
H A Dsmp.c382 struct cpumask targets; smp_send_stop() local
384 cpumask_copy(&targets, cpu_online_mask); smp_send_stop()
385 cpumask_clear_cpu(smp_processor_id(), &targets); smp_send_stop() local
386 send_ipi_message(&targets, IPI_CPU_STOP); smp_send_stop()
/linux-4.1.27/arch/tile/
H A DMakefile14 # Only bother to test for a few common targets, to avoid useless errors.
/linux-4.1.27/include/linux/
H A Dusb_usual.h31 /* supports multiple targets */ \
H A Dswiotlb.h32 * Enumeration for sync targets
H A Ddevice-mapper.h197 * Some targets need to be sent the same WRITE bio severals times so
472 * Run the queue for request-based targets.
/linux-4.1.27/arch/arm/vdso/
H A DMakefile6 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds macro
/linux-4.1.27/arch/blackfin/boot/
H A DMakefile9 targets := uImage uImage.bin uImage.bz2 uImage.gz uImage.lzma uImage.lzo uImage.xip macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Dpgtable.h89 * Sort of meaningless for non-VM targets.
/linux-4.1.27/arch/c6x/include/asm/
H A Dpgtable.h21 * Sort of meaningless for non-VM targets.
/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable-nommu.h83 * Sort of meaningless for non-VM targets.
/linux-4.1.27/drivers/scsi/
H A Dscsi_pm.c240 /* Insert hooks here for targets, hosts, and transport classes */ scsi_runtime_suspend()
267 /* Insert hooks here for targets, hosts, and transport classes */ scsi_runtime_resume()
276 /* Insert hooks here for targets, hosts, and transport classes */ scsi_runtime_idle()
H A Dinitio.c650 host->targets[i].flags = *flags & ~(TCF_SYNC_DONE | TCF_WDTR_DONE); initio_init()
651 if (host->targets[i].flags & TCF_EN_255) initio_init()
652 host->targets[i].drv_flags = TCF_DRV_255_63; initio_init()
654 host->targets[i].drv_flags = 0; initio_init()
655 host->targets[i].js_period = 0; initio_init()
656 host->targets[i].sconfig0 = host->sconf1; initio_init()
657 host->targets[i].heads = *heads++; initio_init()
658 if (host->targets[i].heads == 255) initio_init()
659 host->targets[i].drv_flags = TCF_DRV_255_63; initio_init()
661 host->targets[i].drv_flags = 0; initio_init()
662 host->targets[i].sectors = *heads++; initio_init()
663 host->targets[i].flags &= ~TCF_BUSY; initio_init()
779 !(host->targets[first->target].flags & TCF_BUSY)) initio_find_first_pend_scb()
784 (host->targets[first->target].flags & TCF_BUSY)) { initio_find_first_pend_scb()
831 host->targets[scbp->target].flags |= TCF_BUSY; initio_append_busy_scb()
856 host->targets[tmp->target].flags &= ~TCF_BUSY; initio_pop_busy_scb()
888 host->targets[tmp->target].flags &= ~TCF_BUSY; initio_unlink_busy_scb()
1216 active_tc = &host->targets[scb->target]; tulip_scsi()
1915 host->targets[i].flags &= ~(TCF_SYNC_DONE | TCF_WDTR_DONE); int_initio_scsi_rst()
1946 active_tc = &host->targets[tar]; int_initio_resel()
2021 host->targets[i].flags &= ~(TCF_SYNC_DONE | TCF_WDTR_DONE); int_initio_bad_seq()
2322 active_tc = &host->targets[0]; initio_post_scsi_rst()
2329 host->targets[i].flags &= ~TCF_BUSY; /* 07/22/98 */ initio_post_scsi_rst()
2340 host->active_tc = &host->targets[scb->target]; initio_select_atn_stop()
2355 host->active_tc = &host->targets[scb->target]; initio_select_atn()
2372 host->active_tc = &host->targets[scb->target]; initio_select_atn3()
2701 tc = &host->targets[sdev->id]; i91u_biosparam()
H A DNCR5380.h261 unsigned char targets_present; /* targets we have connected
289 struct tag_alloc TagAlloc[8][8]; /* 8 targets and 8 LUNs */
H A Dvmw_pvscsi.c121 "[up to 16 targets],"
123 "[for 16+ targets])");
1273 * maximum number of targets on the adapter. In case of
1354 * targets on the adapter, after that we will switch to the real pvscsi_probe()
1395 * Ask the device for max number of targets before deciding the pvscsi_probe()
H A Dwd33c93.h257 uchar no_sync; /* bitmask: don't do sync on these targets */
H A Dmesh.c63 static int debug_targets = 0; /* print debug for these targets */
69 MODULE_PARM_DESC(sync_targets, "Bitmask of targets allowed to set synchronous");
71 MODULE_PARM_DESC(resel_targets, "Bitmask of targets allowed to set disconnect");
73 MODULE_PARM_DESC(debug_targets, "Bitmask of debugged targets");
H A Din2000.h302 uchar sync_off; /* bit mask: don't use sync with these targets */
H A Dscsi_sysfs.c1154 /* remove targets being careful to lookup next entry before scsi_remove_target()
1162 /* assuming new targets arrive at the end */ scsi_remove_target()
H A Dscsi_scan.c901 * Max 1024 sector transfer length for targets that report incorrect scsi_add_lun()
1128 * Some targets may set slight variations of PQ and PDT to signal scsi_probe_and_add_lun()
1131 * 1) NetApp targets: return PQ=1, PDT=0x1f scsi_probe_and_add_lun()
H A Desp_scsi.h129 * not be connected to any targets as initiator for
H A Dinitio.h537 struct target_control targets[MAX_TARGETS]; /* 78 */ member in struct:initio_host
/linux-4.1.27/drivers/s390/crypto/
H A Dzcrypt_api.c587 struct ep11_target_dev *targets; member in struct:ep11_target_dev_list
595 for (n = 0; n < dev_list.targets_num; n++, dev_list.targets++) { is_desired_ep11dev()
596 if ((AP_QID_DEVICE(dev_qid) == dev_list.targets->ap_id) && is_desired_ep11dev()
597 (AP_QID_QUEUE(dev_qid) == dev_list.targets->dom_id)) { is_desired_ep11dev()
611 .targets = NULL, zcrypt_send_ep11_cprb()
616 /* empty list indicates autoselect (all available targets) */ zcrypt_send_ep11_cprb()
620 ep11_dev_list.targets = kcalloc((unsigned short) zcrypt_send_ep11_cprb()
624 if (!ep11_dev_list.targets) zcrypt_send_ep11_cprb()
627 if (copy_from_user(ep11_dev_list.targets, zcrypt_send_ep11_cprb()
629 xcrb->targets, xcrb->targets_num * zcrypt_send_ep11_cprb()
/linux-4.1.27/arch/powerpc/boot/
H A DMakefile189 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a)
231 # Theses are default targets to build images which embed device tree blobs.
318 # Allow extra targets to be added to the defconfig
327 targets += $(image-y) $(initrd-y)
397 # Install the vmlinux and other built boot targets.
401 # anything not in $(targets)
/linux-4.1.27/net/nfc/nci/
H A Dntf.c278 target = &ndev->targets[i]; nci_add_new_target()
294 target = &ndev->targets[ndev->n_targets]; nci_add_new_target()
310 memset(ndev->targets, 0, nci_clear_target_list()
374 nfc_targets_found(ndev->nfc_dev, ndev->targets, nci_rf_discover_ntf_packet()
457 target = &ndev->targets[ndev->n_targets]; nci_target_auto_activated()
471 nfc_targets_found(ndev->nfc_dev, ndev->targets, ndev->n_targets); nci_target_auto_activated()
H A Dcore.c706 if (ndev->targets[i].idx == target->idx) { nci_activate_target()
707 nci_target = &ndev->targets[i]; nci_activate_target()
/linux-4.1.27/arch/powerpc/
H A DMakefile241 # With make 3.82 we cannot mix normal and wildcard targets
288 @echo ' These targets support board with firmware that does not'
309 # to stdout and these checks are run even on install targets.
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
H A Dptllnd.h42 * However for now the two targets are Cray Portals
/linux-4.1.27/arch/sparc/include/asm/
H A Dspinlock_64.h17 * need to be extra careful about branch targets into the "spinning"
/linux-4.1.27/arch/microblaze/
H A DMakefile92 echo ' These targets support board with firmware that does not'
/linux-4.1.27/arch/sh/boot/
H A DMakefile29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ macro
/linux-4.1.27/arch/alpha/boot/
H A DMakefile12 targets := vmlinux.gz vmlinux \ macro
/linux-4.1.27/arch/arm/boot/
H A DMakefile28 targets := Image zImage xipImage bootpImage uImage macro
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_lnode.h187 uint32_t n_scsi_tgts; /* Number of scsi targets
190 uint32_t last_scan_ntgts;/* Number of scsi targets
/linux-4.1.27/drivers/acpi/acpica/
H A Dexoparg3.c66 * yT - TARGETS: The number of targets (output operands) that are required
67 * for this opcode type (0, 1, or 2 targets).
H A Dexoparg6.c66 * yT - TARGETS: The number of targets (output operands) that are required
67 * for this opcode type (0, 1, or 2 targets).
H A Dexoparg2.c67 * yT - TARGETS: The number of targets (output operands) that are required
68 * for this opcode type (0, 1, or 2 targets).
151 * DESCRIPTION: Execute a dyadic operator (2 operands) with 2 output targets
H A Dexoparg1.c68 * yT - TARGETS: The number of targets (output operands) that are required
69 * for this opcode type (0, 1, or 2 targets).
H A Dexresop.c89 * objects and thus allow them to be targets. (As per the ACPI acpi_ex_check_object_type()
/linux-4.1.27/include/net/nfc/
H A Dnfc.h171 struct nfc_target *targets; member in struct:nfc_dev
277 struct nfc_target *targets, int ntargets);
H A Dnci_core.h226 struct nfc_target targets[NCI_MAX_DISCOVERED_TARGETS]; member in struct:nci_dev
/linux-4.1.27/arch/sh/
H A DMakefile49 # extensive multilib targets are not provided, ensure we get the best fit
52 # with a large number of multilib targets better have been built
/linux-4.1.27/net/sched/
H A Dact_ipt.c4 *TODO: Add other tables. For now we only support the ipv4 table targets
229 /* for simple targets kernel size == user size tcf_ipt_dump()
/linux-4.1.27/scripts/package/
H A DMakefile1 # Makefile for the different targets used to generate full packages of a kernel
96 # tarball targets
/linux-4.1.27/include/net/
H A Dbonding.h633 static inline int bond_get_targets_ip(__be32 *targets, __be32 ip) bond_get_targets_ip() argument
638 if (targets[i] == ip) bond_get_targets_ip()
640 else if (targets[i] == 0) bond_get_targets_ip()
H A Dinet_hashtables.h278 On 64bit targets we combine comparisons with pair of adjacent __be32
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym53c8xx.h164 * Max number of targets.
H A Dsym_hipd.h130 * Number of SCSI targets.
133 #error "more than 16 targets not allowed."
/linux-4.1.27/drivers/staging/lustre/lustre/fld/
H A Dlproc_fld.c168 { "targets", &fld_proc_targets_fops },
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_mfw_req.h37 /* Maximum number of targets supported */
/linux-4.1.27/include/linux/netfilter_bridge/
H A Debtables.h101 * matches, targets, ... 0 == let it in */
/linux-4.1.27/arch/arm/boot/compressed/
H A DMakefile96 targets := vmlinux vmlinux.lds \ macro
/linux-4.1.27/net/netfilter/
H A DMakefile103 # targets
H A Dxt_TPROXY.c333 targets on the same rule yet */ tproxy_tg4()
500 targets on the same rule yet */ tproxy_tg6_v1()
/linux-4.1.27/arch/x86/kernel/
H A Dirq.c438 * new cpu targets for all the irqs that were handled previously by
443 * interrupts to new targets as this cpu is already offlined...
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dzcrypt.h199 * @targets: Addr to target adapter list
209 uint64_t targets; member in struct:ep11_urb
/linux-4.1.27/drivers/scsi/ibmvscsi/
H A Dibmvfc.c78 MODULE_PARM_DESC(max_targets, "Maximum allowed targets. "
560 list_for_each_entry(tgt, &vhost->targets, queue) ibmvfc_link_down()
593 list_for_each_entry(tgt, &vhost->targets, queue) ibmvfc_init_host()
917 list_for_each_entry(tgt, &vhost->targets, queue) __ibmvfc_get_target()
1508 list_for_each_entry(tgt, &vhost->targets, queue) { ibmvfc_relogin()
1767 list_for_each_entry(tgt, &vhost->targets, queue) { ibmvfc_bsg_plogi()
2682 list_for_each_entry(tgt, &vhost->targets, queue) { ibmvfc_handle_async()
3888 list_for_each_entry(tgt, &vhost->targets, queue) { ibmvfc_alloc_target()
3914 list_add_tail(&tgt->queue, &vhost->targets); ibmvfc_alloc_target()
3922 * ibmvfc_alloc_targets - Allocate and initialize ibmvfc targets
3941 * ibmvfc_discover_targets_done - Completion handler for discover targets MAD
3998 ibmvfc_dbg(vhost, "Sent discover targets\n"); ibmvfc_discover_targets()
4188 list_for_each_entry(tgt, &vhost->targets, queue) { ibmvfc_dev_init_to_do()
4219 list_for_each_entry(tgt, &vhost->targets, queue) __ibmvfc_work_to_do()
4222 list_for_each_entry(tgt, &vhost->targets, queue) __ibmvfc_work_to_do()
4382 list_for_each_entry(tgt, &vhost->targets, queue) ibmvfc_do_work()
4387 list_for_each_entry(tgt, &vhost->targets, queue) { ibmvfc_do_work()
4399 list_for_each_entry(tgt, &vhost->targets, queue) { ibmvfc_do_work()
4452 list_for_each_entry(tgt, &vhost->targets, queue) { ibmvfc_do_work()
4711 list_for_each_entry(tgt, &vhost->targets, queue) { ibmvfc_rport_add_thread()
4773 INIT_LIST_HEAD(&vhost->targets); ibmvfc_probe()
H A Dibmvfc.h697 struct list_head targets; member in struct:ibmvfc_host
/linux-4.1.27/include/acpi/
H A Dactypes.h74 * 16-bit, 32-bit, and 64-bit targets.
76 * 1) The following types are of fixed size for all targets (16/32/64):
120 * Common types for all compilers, all targets
146 * Types specific to 64-bit targets
185 * Types specific to 32-bit targets
/linux-4.1.27/arch/x86/include/asm/uv/
H A Duv_bau.h498 unsigned long s_ntarglocals; /* targets of cpus on the local
500 unsigned long s_ntargremotes; /* targets of cpus on remote
502 unsigned long s_ntarglocaluvhub; /* targets of the local hub */
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx.h113 * The maximum number of supported targets.
346 * The busy targets table is
713 * that we are the target and the targets are the initiators since the
840 * Maximum targets
843 #define CFMAXTARG 0x00ff /* maximum targets */
974 * disabled luns on enabled targets.
H A Daic79xx.h139 * The maximum number of supported targets.
767 * that we are the target and the targets are the initiators since the
885 * Maximum targets
888 #define CFMAXTARG 0x00ff /* maximum targets */
1112 * disabled luns on enabled targets.
/linux-4.1.27/drivers/message/fusion/
H A Dmptctl.h237 * Report the number of, and ids of, all targets
247 int numDevices; /* Num targets on this ioc */
/linux-4.1.27/arch/mips/
H A DMakefile301 # boot image targets (arch/mips/boot/)
314 # compressed boot image targets (arch/mips/boot/compressed/)
/linux-4.1.27/include/linux/netfilter/
H A Dx_tables.h9 * struct xt_action_param - parameters for matches/targets
143 /* Registration hooks for targets. */
/linux-4.1.27/arch/powerpc/lib/
H A Dcode-patching.c206 /* All bits of targets set */ test_branch_iform()
208 /* Some bits of targets set */ test_branch_iform()
/linux-4.1.27/drivers/clocksource/
H A Dqcom-timer.c312 * on some targets. msm_read_timer_count_shift()
/linux-4.1.27/arch/sparc/kernel/
H A Dsetup_32.c209 * targets. per_cpu_patch()
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_rd.c324 /* ignore IB-targets, we've logged the buffer, the msm_rd_dump_submit()
/linux-4.1.27/arch/arm/kernel/
H A Dasm-offsets.c36 #error Sorry, your compiler targets APCS-26 but this kernel requires APCS-32
/linux-4.1.27/arch/arm/lib/
H A Duaccess_with_memcpy.c207 * so far the measurement on concerned targets didn't show a worthwhile
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
H A Dlov_ea.c167 * reconnecting targets use LUSTRE_STRIPE_MAXBYTES. */ lov_tgt_maxbytes()
H A Dlov_request.c738 /* skip targets that have been explicitly disabled by the lov_prep_statfs_set()
/linux-4.1.27/arch/xtensa/variants/fsf/include/variant/
H A Dcore.h103 /* If software targets a *range* of hardware versions, these are the bounds: */
/linux-4.1.27/arch/x86/
H A DMakefile213 # boot loader support. Several targets are kept for legacy purposes
/linux-4.1.27/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.c133 /* ignore IB-targets */ adreno_submit()
/linux-4.1.27/drivers/usb/musb/
H A Dmusbhsdma.c163 /* Let targets check/tweak the arguments */ dma_channel_program()
/linux-4.1.27/Documentation/DocBook/media/
H A DMakefile194 # Media targets and dependencies
/linux-4.1.27/firmware/
H A DMakefile230 targets := $(fw-shipped-) $(patsubst $(obj)/%,%, \ macro
/linux-4.1.27/mm/
H A Dvmscan.c2124 unsigned long targets[NR_LRU_LISTS]; shrink_lruvec() local
2135 memcpy(targets, nr, sizeof(nr)); shrink_lruvec()
2190 unsigned long scan_target = targets[LRU_INACTIVE_ANON] +
2191 targets[LRU_ACTIVE_ANON] + 1;
2195 unsigned long scan_target = targets[LRU_INACTIVE_FILE] +
2196 targets[LRU_ACTIVE_FILE] + 1;
2210 nr_scanned = targets[lru] - nr[lru];
2211 nr[lru] = targets[lru] * (100 - percentage) / 100;
2215 nr_scanned = targets[lru] - nr[lru];
2216 nr[lru] = targets[lru] * (100 - percentage) / 100;
/linux-4.1.27/drivers/misc/sgi-gru/
H A Dgrutlbpurge.c128 * & shared library regions are not likely targets of GRU instructions.
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_disc.h197 * mapped_list will contain all nodes that are mapped FCP targets.
/linux-4.1.27/drivers/scsi/osd/
H A Dosd_uld.c379 * by some targets __detect_osd()
/linux-4.1.27/drivers/nfc/st21nfca/
H A Dst21nfca_dep.c552 target = hdev->ndev->targets; st21nfca_im_send_atr_req()
/linux-4.1.27/arch/xtensa/variants/dc232b/include/variant/
H A Dcore.h108 /* If software targets a *range* of hardware versions, these are the bounds: */
/linux-4.1.27/arch/xtensa/variants/dc233c/include/variant/
H A Dcore.h147 /* If software targets a *range* of hardware versions, these are the bounds: */
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_ctl.c375 /* for some targets, cursor bit is the same as LM bit */ fix_sw_flush()
/linux-4.1.27/include/xen/interface/
H A Dplatform.h102 #define QUIRK_NOIRQBALANCING 1 /* Do not restrict IO-APIC RTE targets */
/linux-4.1.27/arch/ia64/kernel/
H A Dgate.S22 * to targets outside the shared object) and to avoid multi-phase kernel builds, we
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h32 * problematic if using video cards and other memory-heavy targets.
/linux-4.1.27/arch/arm/
H A DMakefile342 # My testing targets (bypasses dependencies)
/linux-4.1.27/fs/cifs/
H A Dcifs_debug.c309 seq_printf(m, "Share (unique mount targets): %d\n", cifs_stats_proc_show()
/linux-4.1.27/scripts/basic/
H A Dfixdep.c391 fprintf(stderr, "fixdep: parse error; no targets found\n"); parse_dep_file()
/linux-4.1.27/drivers/media/platform/s5p-tv/
H A Dmixer_video.c440 /* ignore read-only targets */ mxr_s_selection()
447 /* ignore read-only targets */ mxr_s_selection()
/linux-4.1.27/net/tipc/
H A Dbcast.c620 /* Send buffer over bearers until all targets reached */ tipc_bcbearer_send()
652 break; /* All targets reached */ tipc_bcbearer_send()
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c576 struct psb_intel_sdvo_set_target_input_args targets = {0}; psb_intel_sdvo_set_target_input() local
579 &targets, sizeof(targets)); psb_intel_sdvo_set_target_input()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h2521 * render targets. This does no include the depth or stencil targets.
2587 * What support does the host have for screen targets?
/linux-4.1.27/drivers/macintosh/
H A Dwindfarm_pm81.c24 * The targets are modified such as:
/linux-4.1.27/drivers/idle/
H A Dintel_idle.c924 * Currently used to access tuned IVT multi-socket targets
/linux-4.1.27/drivers/iio/light/
H A Dlm3533-als.c591 * ALS output current values (ALS mapper targets)
/linux-4.1.27/drivers/misc/sgi-xp/
H A Dxpnet.c418 * which have connected with us and are targets of this packet.
/linux-4.1.27/drivers/net/usb/
H A Drndis_host.c339 * to do some more things to make sure WinCE targets accept this. generic_rndis_bind()
/linux-4.1.27/drivers/scsi/aic94xx/
H A Daic94xx_sas.h188 * connection handle look-up table. SATA targets attached to a port
/linux-4.1.27/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c518 * when switching controllers on targets like alua_check_sense()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
H A Dlmv_obd.c170 * XXX: Make sure that ocd_connect_flags from all targets are lmv_notify()
248 * it is possible, that LMV will not have opportunity to connect targets lmv_connect()
565 CERROR("%s: no targets configured.\n", obd->obd_name); lmv_check_connect()
2579 * space of mds storing inode. Thus we check all targets, not only that lmv_lock_match()
/linux-4.1.27/arch/sparc/net/
H A Dbpf_jit_comp.c705 /* same targets, can avoid doing the test :) */ bpf_jit_compile()

Completed in 4694 milliseconds

12