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

12345678

/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/arm/tools/
H A DMakefile23 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
/linux-master/arch/parisc/kernel/vdso32/
H A DMakefile7 targets := $(obj-vdso32) vdso32.so macro
/linux-master/arch/um/kernel/
H A DMakefile34 targets := config.c config.tmp capflags.c macro
/linux-master/arch/s390/purgatory/
H A DMakefile7 targets += $(purgatory-y) purgatory.lds purgatory purgatory.chk purgatory.ro
/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/arch/x86/um/vdso/
H A DMakefile27 targets += vdso.so vdso.so.dbg vdso.lds $(vobjs-y)
/linux-master/arch/arm/vdso/
H A DMakefile11 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds macro
/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/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/arch/x86/kernel/cpu/
H A DMakefile70 targets += capflags.c
/linux-master/drivers/net/wan/
H A DMakefile65 targets += wanxlfw.inc wanxlfw.bin wanxlfw.o
/linux-master/arch/sh/boot/compressed/
H A DMakefile11 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 \ 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/riscv/kernel/vdso/
H A DMakefile29 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds macro
/linux-master/arch/x86/kvm/
H A DMakefile47 targets += kvm-asm-offsets.s
/linux-master/drivers/net/bonding/
H A Dbond_netlink.c651 struct nlattr *targets; local
682 targets = nla_nest_start_noflag(skb, IFLA_BOND_ARP_IP_TARGET);
683 if (!targets)
696 nla_nest_end(skb, targets);
698 nla_nest_cancel(skb, targets);
708 targets = nla_nest_start(skb, IFLA_BOND_NS_IP6_TARGET);
709 if (!targets)
722 nla_nest_end(skb, targets);
724 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/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/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/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/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) {
/linux-master/drivers/block/aoe/
H A Daoeblk.c50 struct aoetgt *t = d->targets[0];
69 t = d->targets;
129 t = d->targets;

Completed in 224 milliseconds

12345678