| /kernel/linux/linux-6.6/arch/arc/kernel/ |
| H A D | smp.c | 303 struct cpumask targets; in smp_send_stop() local 304 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop() 305 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop() local 306 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop()
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/vdso/ |
| H A D | Makefile | 45 targets := $(obj-vdso32) vdso32.so.dbg vgettimeofday-32.o macro 47 targets += $(obj-vdso64) vdso64.so.dbg vgettimeofday-64.o 71 targets += vdso32.lds 73 targets += vdso64.lds
|
| /third_party/gn/src/gn/ |
| H A D | commands.h | 266 // Patterns with wildcards will only match targets. The file_matches aren't 267 // validated that they are real files or referenced by any targets. They're just 278 // Runs the header checker. All targets in the build should be given in 279 // all_targets, and the specific targets to check should be in to_check. 281 // force_check, if true, will override targets opting out of header checking 297 // Filters the given list of targets by the given pattern list. 305 // Removes targets from the input that match the given pattern list. 321 " How to print targets.\n" \ 334 " Restrict outputs to targets matching the given type. If\n" \ 338 " Restrict outputs to targets wit [all...] |
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | gen_vk_gl_cts_build.py | 219 {targets}] 221 targets = "" variable 223 targets += templateCopyTarget.format( 226 gniFile.write(templateCopyTargets.format(targets=targets))
|
| /kernel/linux/linux-6.6/ |
| H A D | Makefile | 9 # To see a list of typical targets execute "make help" 19 $(error targets prefixed with '__' are only for internal use)) 31 # unavoidable when linking the built-in.a targets which finally 264 # To make sure we do not include .config for any of the *config targets 266 # It is allowed to specify more targets when calling make, including 267 # mixing *config targets and build targets. 269 # Detect when mixed targets is specified, and make a second invocation 274 clean-targets := %clean mrproper cleandocs 275 no-dot-config-targets 713 targets := global() macro [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
| H A D | communicator_proxy.cpp | 235 const std::vector<std::string> &targets) in SetEqualCommunicator() 244 auto iter = std::find_if(targets.begin(), targets.end(), in SetEqualCommunicator() 248 if (iter == targets.end()) { in SetEqualCommunicator() 257 for (const auto &target : targets) { in SetEqualCommunicator() 234 SetEqualCommunicator(ICommunicator *communicator, const std::string &identifier, const std::vector<std::string> &targets) SetEqualCommunicator() argument
|
| H A D | isync_engine.h | 67 virtual int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) = 0; 72 virtual void SetEqualIdentifierMap(const std::string &identifier, const std::vector<std::string> &targets) = 0;
|
| /kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
| H A D | Makefile | 50 targets += vdso.lds $(vobjs-y) 51 targets += vdso32/vdso32.lds $(vobjs32-y) 58 targets += $(vdso_img_cfiles) 59 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so) 130 targets += vdsox32.lds $(vobjx32s-y)
|
| /kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
| H A D | Makefile | 52 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)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 48 if (TargetRegistry::targets().begin() == TargetRegistry::targets().end()) { in LLVMGetFirstTarget() 52 const Target *target = &*TargetRegistry::targets().begin(); in LLVMGetFirstTarget() 61 auto I = find_if(TargetRegistry::targets(), in LLVMGetTargetFromName() 63 return I != TargetRegistry::targets().end() ? wrap(&*I) : nullptr; in LLVMGetTargetFromName()
|
| /kernel/linux/linux-5.10/drivers/block/aoe/ |
| H A D | aoedev.c | 216 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 D | aoedev.c | 216 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()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Image.cpp | 60 // EGL images should hold a ref to their targets and siblings, a Texture should not be deletable in ~ImageSibling() 258 targets(), in ImageState() 288 // All targets should hold a ref to the egl image and it should not be deleted until there are in onDestroy() 290 ASSERT(mState.targets.empty()); in onDestroy() 329 mState.targets.insert(sibling); in addTargetSibling() 345 ASSERT(mState.targets.find(sibling) == mState.targets.end()); in orphanSibling() 352 mState.targets.erase(sibling); in orphanSibling() 510 for (ImageSibling *target : mState.targets) in notifySiblings()
|
| /kernel/linux/linux-5.10/scripts/mod/ |
| H A D | Makefile | 15 targets += $(devicetable-offsets-file) devicetable-offsets.s 28 targets += elfconfig.h
|
| /kernel/linux/linux-6.6/scripts/mod/ |
| H A D | Makefile | 15 targets += $(devicetable-offsets-file) devicetable-offsets.s 28 targets += elfconfig.h
|
| /kernel/linux/linux-5.10/drivers/s390/crypto/ |
| H A D | zcrypt_api.c | 986 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...] |
| /foundation/arkui/ace_engine/test/unittest/scripts/ |
| H A D | run.py | 150 targets = args.target
151 if targets is not None:
152 for target in targets:
|
| /kernel/linux/linux-5.10/certs/ |
| H A D | Makefile | 28 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 D | Makefile | 14 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 D | Makefile | 13 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
|
| /third_party/curl/lib/ |
| H A D | config-win32.h | 320 /* Define some minimum and default build targets for Visual Studio */ 360 # error VS2008 does not support Windows build targets prior to Windows 2000 374 # error VS2012 does not support Windows build targets prior to Windows XP 376 # error VS2012 does not support Windows build targets prior to Windows \
|
| /device/soc/rockchip/common/sdk_linux/ |
| H A D | Makefile | 9 # 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 251 # To make sure we do not include .config for any of the *config targets 253 # It is allowed to specify more targets when calling make, including 254 # mixing *config targets and build targets. 256 # Detect when mixed targets is specified, and make a second invocation 262 clean-targets := %clean mrproper cleandocs 263 no-dot-config-targets 1221 targets := vmlinux global() macro [all...] |
| /kernel/linux/linux-5.10/ |
| H A D | Makefile | 9 # 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 D | initio.c | 620 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 D | initio.c | 619 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...] |