Home
last modified time | relevance | path

Searched refs:targets (Results 51 - 75 of 329) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H A DMakefile52 targets += vdso.lds $(vobjs-y)
53 targets += vdso32/vdso32.lds $(vobjs32-y)
60 targets += $(vdso_img_cfiles)
61 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so)
134 targets += vdsox32.lds $(vobjx32s-y)
/kernel/linux/linux-5.10/drivers/block/aoe/
H A Daoedev.c216 tt = d->targets; in aoedev_downdev()
284 t = d->targets; in freedev()
385 kfree(doomed->targets); in flush()
466 d->targets = kcalloc(NTARGETS, sizeof(*d->targets), GFP_ATOMIC); in aoedev_by_aoeaddr()
467 if (!d->targets) { in aoedev_by_aoeaddr()
481 d->tgt = d->targets; in aoedev_by_aoeaddr()
/kernel/linux/linux-6.6/drivers/block/aoe/
H A Daoedev.c216 tt = d->targets; in aoedev_downdev()
283 t = d->targets; in freedev()
384 kfree(doomed->targets); in flush()
465 d->targets = kcalloc(NTARGETS, sizeof(*d->targets), GFP_ATOMIC); in aoedev_by_aoeaddr()
466 if (!d->targets) { in aoedev_by_aoeaddr()
480 d->tgt = d->targets; in aoedev_by_aoeaddr()
/kernel/linux/linux-5.10/scripts/mod/
H A DMakefile15 targets += $(devicetable-offsets-file) devicetable-offsets.s
28 targets += elfconfig.h
/kernel/linux/linux-6.6/scripts/mod/
H A DMakefile15 targets += $(devicetable-offsets-file) devicetable-offsets.s
28 targets += elfconfig.h
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_api.c986 struct ep11_target_dev *targets) in is_desired_ep11_card()
989 if (targets->ap_id == dev_id || targets->ap_id == AUTOSEL_AP) in is_desired_ep11_card()
991 targets++; in is_desired_ep11_card()
998 struct ep11_target_dev *targets) in is_desired_ep11_queue()
1003 if ((targets->ap_id == card || targets->ap_id == AUTOSEL_AP) && in is_desired_ep11_queue()
1004 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue()
1006 targets in is_desired_ep11_queue()
984 is_desired_ep11_card(unsigned int dev_id, unsigned short target_num, struct ep11_target_dev *targets) is_desired_ep11_card() argument
996 is_desired_ep11_queue(unsigned int dev_qid, unsigned short target_num, struct ep11_target_dev *targets) is_desired_ep11_queue() argument
1017 struct ep11_target_dev *targets; _zcrypt_send_ep11_cprb() local
[all...]
/kernel/linux/linux-5.10/certs/
H A DMakefile28 targets += x509_certificate_list
125 targets += signing_key.x509
139 targets += x509_revocation_list
/kernel/linux/linux-5.10/arch/s390/boot/compressed/
H A DMakefile14 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 macro
15 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
16 targets += info.bin $(obj-y)
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/
H A DMakefile13 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 macro
14 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
15 targets += $(OBJECTS) sizes.h
/kernel/linux/linux-5.10/
H A DMakefile9 # To see a list of typical targets execute "make help"
15 $(error targets prefixed with '__' are only for internal use))
27 # unavoidable when linking the built-in.a targets which finally
258 # To make sure we do not include .config for any of the *config targets
260 # It is allowed to specify more targets when calling make, including
261 # mixing *config targets and build targets.
263 # Detect when mixed targets is specified, and make a second invocation
269 clean-targets := %clean mrproper cleandocs
270 no-dot-config-targets
1227 targets := vmlinux global() macro
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dinitio.c620 host->targets[i].flags = *flags & ~(TCF_SYNC_DONE | TCF_WDTR_DONE); in initio_init()
621 if (host->targets[i].flags & TCF_EN_255) in initio_init()
622 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init()
624 host->targets[i].drv_flags = 0; in initio_init()
625 host->targets[i].js_period = 0; in initio_init()
626 host->targets[i].sconfig0 = host->sconf1; in initio_init()
627 host->targets[i].heads = *heads++; in initio_init()
628 if (host->targets[i].heads == 255) in initio_init()
629 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init()
631 host->targets[ in initio_init()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dinitio.c619 host->targets[i].flags = *flags & ~(TCF_SYNC_DONE | TCF_WDTR_DONE); in initio_init()
620 if (host->targets[i].flags & TCF_EN_255) in initio_init()
621 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init()
623 host->targets[i].drv_flags = 0; in initio_init()
624 host->targets[i].js_period = 0; in initio_init()
625 host->targets[i].sconfig0 = host->sconf1; in initio_init()
626 host->targets[i].heads = *heads++; in initio_init()
627 if (host->targets[i].heads == 255) in initio_init()
628 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init()
630 host->targets[ in initio_init()
[all...]
/kernel/linux/linux-5.10/arch/xtensa/boot/
H A DMakefile19 targets += vmlinux.bin vmlinux.bin.gz
20 targets += uImage xipImage
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/
H A DMakefile8 targets := $(obj-vdso64) vdso64.so vdso64.so.dbg macro
20 targets += vdso64.lds
/kernel/linux/linux-5.10/arch/sh/kernel/vsyscall/
H A DMakefile7 # Teach kbuild about targets
8 targets += $(foreach F,trapa,vsyscall-$F.o vsyscall-$F.so)
9 targets += vsyscall-note.o vsyscall.lds vsyscall-dummy.o
/kernel/linux/linux-6.6/arch/sh/kernel/vsyscall/
H A DMakefile7 # Teach kbuild about targets
8 targets += $(foreach F,trapa,vsyscall-$F.o vsyscall-$F.so)
9 targets += vsyscall-note.o vsyscall.lds vsyscall-dummy.o
/kernel/linux/linux-6.6/arch/xtensa/boot/
H A DMakefile15 targets += vmlinux.bin vmlinux.bin.gz
16 targets += uImage xipImage
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_options.c243 .desc = "fail on any/all arp targets timeout",
267 .desc = "arp targets in n.n.n.n form",
976 netdev_dbg(bond->dev, "ARP monitoring has been set up, but no ARP targets have been specified\n"); in bond_option_arp_interval_set()
1003 __be32 *targets = bond->params.arp_targets; in _bond_options_arp_ip_target_set() local
1010 targets[slot] = target; in _bond_options_arp_ip_target_set()
1016 __be32 *targets = bond->params.arp_targets; in _bond_option_arp_ip_target_add() local
1025 if (bond_get_targets_ip(targets, target) != -1) { /* dup */ in _bond_option_arp_ip_target_add()
1031 ind = bond_get_targets_ip(targets, 0); /* first free slot */ in _bond_option_arp_ip_target_add()
1051 __be32 *targets = bond->params.arp_targets; in bond_option_arp_ip_target_rem() local
1063 ind = bond_get_targets_ip(targets, targe in bond_option_arp_ip_target_rem()
[all...]
/kernel/linux/linux-5.10/scripts/kconfig/
H A 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()
H A DMakefile3 # Kernel configuration targets
4 # These targets are used from top-level makefile
59 # These targets map 1:1 to the commandline options of 'conf'
64 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
68 PHONY += $(simple-targets)
70 $(simple-targets): $(obj)/conf
156 # conf: Used for defconfig, oldconfig and related targets
199 targets += qconf-moc.cc
/kernel/linux/linux-6.6/include/net/
H A Dbonding.h739 static inline int bond_get_targets_ip(__be32 *targets, __be32 ip) in bond_get_targets_ip() argument
744 if (targets[i] == ip) in bond_get_targets_ip()
746 else if (targets[i] == 0) in bond_get_targets_ip()
753 static inline int bond_get_targets_ip6(struct in6_addr *targets, struct in6_addr *ip) in bond_get_targets_ip6() argument
759 addrconf_addr_solict_mult(&targets[i], &mcaddr); in bond_get_targets_ip6()
760 if ((ipv6_addr_equal(&targets[i], ip)) || in bond_get_targets_ip6()
763 else if (ipv6_addr_any(&targets[i])) in bond_get_targets_ip6()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A DMakefile28 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ macro
83 targets += ../voffset.h
116 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs
153 targets += piggy.S
/kernel/linux/linux-6.6/arch/s390/boot/
H A DMakefile47 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y) macro
48 targets += vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2
49 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
50 targets += vmlinux.bin.zst info.bin syms.bin vmlinux.syms $(obj-all)
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A DMakefile29 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ macro
92 targets += ../voffset.h
128 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs
163 targets += piggy.S
/kernel/linux/linux-6.6/scripts/kconfig/
H A DMakefile3 # Kernel configuration targets
4 # These targets are used from top-level makefile
65 # These targets map 1:1 to the commandline options of 'conf'
70 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
74 PHONY += $(simple-targets)
76 $(simple-targets): $(obj)/conf
120 @echo 'Configuration targets:'
148 @echo 'Configuration topic targets:'
163 # conf: Used for defconfig, oldconfig and related targets
208 targets
[all...]

Completed in 18 milliseconds

12345678910>>...14