Searched refs:targets (Results 101 - 125 of 193) sorted by relevance

12345678

/linux-master/drivers/s390/crypto/
H A Dzcrypt_api.c1002 struct ep11_target_dev *targets)
1005 if (targets->ap_id == dev_id || targets->ap_id == AUTOSEL_AP)
1007 targets++;
1014 struct ep11_target_dev *targets)
1019 if ((targets->ap_id == card || targets->ap_id == AUTOSEL_AP) &&
1020 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM))
1022 targets
1000 is_desired_ep11_card(unsigned int dev_id, unsigned short target_num, struct ep11_target_dev *targets) argument
1012 is_desired_ep11_queue(unsigned int dev_qid, unsigned short target_num, struct ep11_target_dev *targets) argument
1033 struct ep11_target_dev *targets; local
[all...]
/linux-master/scripts/
H A DMakefile.package2 # Makefile for the different targets used to generate full packages of a kernel
42 targets += $(linux-tarballs)
144 # dir-pkg tar*-pkg - tarball targets
200 targets += $(perf-tarballs)
239 # Read all saved command lines and dependencies for the $(targets) we
244 existing-targets := $(wildcard $(sort $(targets)))
246 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
/linux-master/drivers/block/aoe/
H A Daoecmd.c257 if (!d->targets || !d->targets[0]) {
264 if (tt >= &d->targets[d->ntargets] || !*tt)
265 tt = d->targets;
716 for (i = good = 0; i < d->ntargets && d->targets[i]; ++i)
717 if (d->targets[i]->taint == 0)
1004 t = d->targets;
1419 tt = kcalloc(newn, sizeof(*d->targets), GFP_ATOMIC);
1422 memmove(tt, d->targets, sizeof(*d->targets) * old
[all...]
H A Daoeblk.c50 struct aoetgt *t = d->targets[0];
69 t = d->targets;
129 t = d->targets;
/linux-master/net/nfc/nci/
H A Dntf.c294 target = &ndev->targets[i];
310 target = &ndev->targets[ndev->n_targets];
326 memset(ndev->targets, 0,
390 nfc_targets_found(ndev->nfc_dev, ndev->targets,
475 target = &ndev->targets[ndev->n_targets];
489 nfc_targets_found(ndev->nfc_dev, ndev->targets, ndev->n_targets);
/linux-master/tools/lib/bpf/
H A Dusdt.c584 struct usdt_target *targets = NULL, *target; local
766 tmp = libbpf_reallocarray(targets, target_cnt + 1, sizeof(*targets));
771 targets = tmp;
773 target = &targets[target_cnt];
792 *out_targets = targets;
800 free(targets);
965 struct usdt_target *targets = NULL; local
991 usdt_cookie, &targets, &target_cnt);
1031 struct usdt_target *target = &targets[
[all...]
/linux-master/arch/x86/um/
H A DMakefile44 targets += user-offsets.s
/linux-master/arch/xtensa/kernel/
H A Dsmp.c402 struct cpumask targets; local
404 cpumask_copy(&targets, cpu_online_mask);
405 cpumask_clear_cpu(smp_processor_id(), &targets); local
406 send_ipi_message(&targets, IPI_CPU_STOP);
/linux-master/tools/objtool/
H A Dobjtool.c137 list_add(&func->pv_target, &f->pv_ops[idx].targets);
/linux-master/tools/build/
H A DMakefile.build174 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS)))
175 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
/linux-master/drivers/net/wan/
H A DMakefile65 targets += wanxlfw.inc wanxlfw.bin wanxlfw.o
/linux-master/arch/um/kernel/
H A DMakefile34 targets := config.c config.tmp capflags.c macro
/linux-master/arch/riscv/kernel/vdso/
H A DMakefile29 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds macro
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile31 targets := $(obj-compat_vdso) compat_vdso.so compat_vdso.so.dbg compat_vdso.lds macro
/linux-master/arch/sh/boot/compressed/
H A DMakefile11 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 \ macro
/linux-master/arch/s390/purgatory/
H A DMakefile5 targets += $(purgatory-y) purgatory.lds purgatory purgatory.chk purgatory.ro
/linux-master/arch/x86/kernel/cpu/
H A DMakefile70 targets += capflags.c
/linux-master/arch/arm/tools/
H A DMakefile23 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
/linux-master/arch/csky/kernel/vdso/
H A DMakefile20 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds vdso-dummy.o macro
/linux-master/drivers/net/bonding/
H A Dbond_netlink.c652 struct nlattr *targets; local
683 targets = nla_nest_start_noflag(skb, IFLA_BOND_ARP_IP_TARGET);
684 if (!targets)
697 nla_nest_end(skb, targets);
699 nla_nest_cancel(skb, targets);
709 targets = nla_nest_start(skb, IFLA_BOND_NS_IP6_TARGET);
710 if (!targets)
723 nla_nest_end(skb, targets);
725 nla_nest_cancel(skb, targets);
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile.zboot63 targets += zboot-header.o vmlinux.bin vmlinuz vmlinuz.o vmlinuz.efi.elf vmlinuz.efi
/linux-master/include/net/nfc/
H A Dnfc.h166 struct nfc_target *targets; member in struct:nfc_dev
276 struct nfc_target *targets, int ntargets);
/linux-master/drivers/md/
H A Ddm-core.h37 * DM targets must _not_ deference a mapped_device or dm_table to directly
203 struct dm_target *targets; member in struct:dm_table
236 return t->targets + index;
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile121 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso32.so.dbg vdso.so.raw macro
127 targets += vdso.lds
/linux-master/kernel/bpf/
H A Dbpf_iter.c32 static struct list_head targets = LIST_HEAD_INIT(targets); variable in typeref:struct:list_head
308 list_add(&tinfo->list, &targets);
320 list_for_each_entry(tinfo, &targets, list) {
351 list_for_each_entry(iter, &targets, list) {
379 list_for_each_entry(tinfo, &targets, list) {
540 list_for_each_entry(iter, &targets, list) {

Completed in 256 milliseconds

12345678