Home
last modified time | relevance | path

Searched refs:affinity (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp863 affinity.flags.core_types_gran = affinity.flags.core_effs_gran = 0; in set_granularity()
880 affinity.flags.core_types_gran = affinity.flags.core_effs_gran = 0; in set_granularity()
3622 KMP_CPU_ALLOC_ARRAY(affinity.os_id_masks, affinity.num_os_id_masks); in __kmp_create_os_id_masks()
3624 if (affinity.flags.verbose && (affinity.gran_levels > 0)) { in __kmp_create_os_id_masks()
4426 KMP_CPU_ALLOC_ARRAY(affinity.masks, affinity.num_masks); in __kmp_create_affinity_none_places()
4787 affinity.compact = depth - 1 - affinity.compact; in __kmp_aux_affinity_initialize()
4864 KMP_CPU_ALLOC_ARRAY(affinity.masks, affinity.num_masks); in __kmp_aux_affinity_initialize()
4928 KMP_CPU_FREE_ARRAY(affinity->masks, affinity->num_masks); in __kmp_affinity_uninitialize()
4937 *affinity = KMP_AFFINITY_INIT(affinity->env_var); in __kmp_affinity_uninitialize()
4988 *place = (mask_idx + affinity->offset) % affinity->num_masks; in __kmp_select_mask_by_gtid()
[all …]
H A Dkmp_settings.cpp2646 if (affinity.flags.verbose) { in __kmp_print_affinity_env()
2651 if (affinity.flags.warnings) { in __kmp_print_affinity_env()
2660 if (affinity.flags.respect) { in __kmp_print_affinity_env()
2665 if (affinity.flags.reset) { in __kmp_print_affinity_env()
2672 if (affinity.flags.core_types_gran) in __kmp_print_affinity_env()
2674 else if (affinity.flags.core_effs_gran) { in __kmp_print_affinity_env()
2684 int compact = affinity.compact; in __kmp_print_affinity_env()
2685 int offset = affinity.offset; in __kmp_print_affinity_env()
2686 switch (affinity.type) { in __kmp_print_affinity_env()
6090 K_DIAG(1, ("%s:\n", affinity->env_var)); in __kmp_print_affinity_settings()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dapple,aic.yaml21 - Per-IRQ affinity setting
77 FIQ affinity can be expressed as a single "affinities" node,
79 affinity.
81 "^.+-affinity$":
88 the affinity is not the default.
H A Dapple,aic2.yaml79 FIQ affinity can be expressed as a single "affinities" node,
81 affinity.
83 "^.+-affinity$":
90 the affinity is not the default.
H A Darm,gic-v3.yaml43 If the system requires describing PPI affinity, then the value must
138 PPI affinity can be expressed as a single "ppi-partitions" node,
145 affinity:
154 - affinity
289 affinity = <&cpu0>, <&cpu2>;
293 affinity = <&cpu1>, <&cpu3>;
/freebsd-14.2/lib/libomp/
H A Dkmp_i18n_default.inc181 "%1$s: proclist specified, setting affinity type to \"explicit\".",
183 "%1$s: syntax error, not using affinity.",
184 "%1$s: range error (zero stride), not using affinity.",
185 "%1$s: range error (%2$d > %3$d), not using affinity.",
189 "%1$s: affinity not supported, using \"disabled\".",
195 "%1$s: the OS kernel does not support affinity.",
197 "%1$s: cannot determine proper affinity mask size.",
240 "Error initializing affinity - not using affinity.",
243 "No valid OS proc IDs specified - not using affinity.",
253 "Cannot set thread affinity mask.",
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm64/apple/
H A Dt6001.dtsi52 e-core-pmu-affinity {
57 p-core-pmu-affinity {
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt226 AffProcListNoType "%1$s: proclist specified, setting affinity type to \"explicit\"."
228 AffSyntaxError "%1$s: syntax error, not using affinity."
229 AffZeroStride "%1$s: range error (zero stride), not using affinity."
230 AffStartGreaterEnd "%1$s: range error (%2$d > %3$d), not using affinity."
234 AffNotSupported "%1$s: affinity not supported, using \"disabled\"."
240 OBSOLETE "%1$s: the OS kernel does not support affinity."
242 AffCantGetMaskSize "%1$s: cannot determine proper affinity mask size."
286 ErrorInitializeAffinity "Error initializing affinity - not using affinity."
289 AffNoValidProcID "No valid OS proc IDs specified - not using affinity."
302 CantSetThreadAffMask "Cannot set thread affinity mask."
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dpmu.yaml71 interrupt-affinity:
77 nodes corresponding directly to the affinity of
85 the interrupt-affinity property shouldn't be present).
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc216 // If there's an affinity mask set, assume the user wants to constrain the
218 // possible for affinity masks to cross CPU group boundaries.
225 // The process affinity mask is spurious, due to an OS bug, ignore it.
230 "When an affinity mask is set, the process is expected to be "
275 // Only one CPU socket in the system or process affinity was set, no need to
/freebsd-14.2/sys/contrib/device-tree/src/arm64/broadcom/bcm4908/
H A Dbcm4906.dtsi24 interrupt-affinity = <&cpu0>, <&cpu1>;
/freebsd-14.2/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/
H A Dbcm4906.dtsi24 interrupt-affinity = <&cpu0>, <&cpu1>;
/freebsd-14.2/sys/dev/netmap/
H A Dnetmap_freebsd.c1165 int affinity; member
1174 if (nmk->affinity >= 0) { in nm_kctx_worker()
1176 sched_bind(curthread, nmk->affinity); in nm_kctx_worker()
1201 nm_os_kctx_worker_setaff(struct nm_kctx *nmk, int affinity) in nm_os_kctx_worker_setaff() argument
1203 nmk->affinity = affinity; in nm_os_kctx_worker_setaff()
1219 nmk->affinity = -1; in nm_os_kctx_create()
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dexynos5420-cpus.dtsi156 interrupt-affinity = <&cpu4>, <&cpu5>, <&cpu6>, <&cpu7>;
161 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
H A Dexynos5422-cpus.dtsi163 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
168 interrupt-affinity = <&cpu4>, <&cpu5>, <&cpu6>, <&cpu7>;
H A Dtango4-smp8758.dtsi29 interrupt-affinity = <&cpu0>, <&cpu1>;
H A Dvf500.dtsi50 interrupt-affinity = <&a5_cpu>;
H A Dsun8i-t113s.dtsi57 interrupt-affinity = <&cpu0>, <&cpu1>;
H A Dstm32mp153.dtsi22 interrupt-affinity = <&cpu0>, <&cpu1>;
H A Dsunplus-sp7021-achip.dtsi74 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
/freebsd-14.2/sys/contrib/device-tree/src/arm64/realtek/
H A Drtd1293.dtsi50 interrupt-affinity = <&cpu0>, <&cpu1>;
H A Drtd1395.dtsi64 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
H A Drtd1295.dtsi64 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
H A Drtd1296.dtsi64 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
/freebsd-14.2/sys/contrib/device-tree/src/arm64/nuvoton/
H A Dnuvoton-npcm845.dtsi61 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;

12345678