Home
last modified time | relevance | path

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

123456

/freebsd-13.1/lib/libomp/
H A Dkmp_i18n_default.inc182 "%1$s: proclist specified, setting affinity type to \"explicit\".",
184 "%1$s: syntax error, not using affinity.",
185 "%1$s: range error (zero stride), not using affinity.",
186 "%1$s: range error (%2$d > %3$d), not using affinity.",
190 "%1$s: affinity not supported, using \"disabled\".",
196 "%1$s: the OS kernel does not support affinity.",
198 "%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-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,gic-v3.yaml43 If the system requires describing PPI affinity, then the value must
133 PPI affinity can be expressed as a single "ppi-partitions" node,
139 affinity:
146 - affinity
262 affinity = <&cpu0 &cpu2>;
266 affinity = <&cpu1 &cpu3>;
H A Dbrcm,bcm6345-l1-intc.txt36 system, the driver will allow IRQ SMP affinity to be set up through the
H A Dbrcm,bcm7038-l1-intc.txt46 system, the driver will allow IRQ SMP affinity to be set up through the
/freebsd-13.1/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."
285 ErrorInitializeAffinity "Error initializing affinity - not using affinity."
288 AffNoValidProcID "No valid OS proc IDs specified - not using affinity."
301 CantSetThreadAffMask "Cannot set thread affinity mask."
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Dpmu.yaml58 interrupt-affinity:
62 nodes corresponding directly to the affinity of
70 the interrupt-affinity property shouldn't be present).
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dexynos5420-cpus.dtsi124 interrupt-affinity = <&cpu4>, <&cpu5>, <&cpu6>, <&cpu7>;
129 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
H A Dexynos5422-cpus.dtsi131 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
136 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 Dmstar-v7.dtsi46 interrupt-affinity = <&cpu0>;
H A Darm-realview-eb-a9mp.dts69 interrupt-affinity = <&A9_0>, <&A9_1>, <&A9_2>, <&A9_3>;
H A Darm-realview-eb-11mp.dts73 interrupt-affinity = <&MP11_0>, <&MP11_1>, <&MP11_2>, <&MP11_3>;
/freebsd-13.1/sys/dev/netmap/
H A Dnetmap_freebsd.c1201 int affinity; member
1210 if (nmk->affinity >= 0) { in nm_kctx_worker()
1212 sched_bind(curthread, nmk->affinity); in nm_kctx_worker()
1237 nm_os_kctx_worker_setaff(struct nm_kctx *nmk, int affinity) in nm_os_kctx_worker_setaff() argument
1239 nmk->affinity = affinity; in nm_os_kctx_worker_setaff()
1255 nmk->affinity = -1; in nm_os_kctx_create()
/freebsd-13.1/sys/contrib/device-tree/src/arm64/realtek/
H A Drtd1293.dtsi50 interrupt-affinity = <&cpu0>, <&cpu1>;
H A Drtd1295.dtsi64 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
H A Drtd1395.dtsi64 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
H A Drtd1296.dtsi64 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
/freebsd-13.1/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-r1.dts208 interrupt-affinity = <&A57_0>,
218 interrupt-affinity = <&A53_0>,
H A Djuno.dts213 interrupt-affinity = <&A57_0>,
223 interrupt-affinity = <&A53_0>,
H A Djuno-r2.dts214 interrupt-affinity = <&A72_0>,
224 interrupt-affinity = <&A53_0>,
/freebsd-13.1/sys/vm/
H A Dvm_phys.h78 void vm_phys_register_domains(int ndomains, struct mem_affinity *affinity,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc201 // If there's an affinity mask set, assume the user wants to constrain the
203 // possible for affinity masks to cross CPU group boundaries.
260 // Only one CPU socket in the system or process affinity was set, no need to
/freebsd-13.1/tools/tools/netmap/
H A Dpkt-gen.c294 int affinity; member
340 int affinity; member
1600 if (setaffinity(targ->thread, targ->affinity)) in sender_body()
1822 if (setaffinity(targ->thread, targ->affinity)) in receiver_body()
1961 if (setaffinity(targ->thread, targ->affinity)) in txseq_body()
2157 if (setaffinity(targ->thread, targ->affinity)) in rxseq_body()
2571 if (g->affinity >= 0) { in start_threads()
2572 t->affinity = (g->affinity + i) % g->cpus; in start_threads()
2574 t->affinity = -1; in start_threads()
2835 g.affinity = -1; in main()
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/powerpc/fsl/
H A Dpq3-mpic.dtsi43 single-cpu-affinity;

123456