Searched refs:affinity (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.plic | 55 bool "Configure IRQ affinity" 59 Enable configuration of IRQ affinity. 62 hex "Default IRQ affinity mask" 66 Default mask for the driver when IRQ affinity is enabled. 85 bool "Shell commands to configure IRQ affinity" 89 Provide shell commands to configure IRQ affinity in runtime.
|
D | intc_plic.c | 851 SHELL_CMD(affinity, &plic_affinity_cmds, "IRQ affinity", NULL),
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | shared_multi_heap.rst | 24 cacheability, cpu affinity, etc...)
|
/Zephyr-latest/tests/kernel/smp/src/ |
D | main.c | 1191 int affinity = POINTER_TO_INT(arg0); in check_affinity() local 1195 zassert_equal(affinity, curr_cpu(), "Affinity test failed."); in check_affinity()
|
/Zephyr-latest/doc/hardware/arch/ |
D | arc-support-status.rst | 106 attempts to get the cooperative lock, and not modify the CPU affinity
|
/Zephyr-latest/kernel/ |
D | Kconfig | 122 bool "CPU mask affinity/pinning API" 126 k_thread_cpu_mask_*() APIs which control per-CPU affinity masks in 346 more finely, and SMP affinity which need to traverse the list
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 94 need to sort threads more finely, and SMP affinity which need to traverse the
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 1311 * Added multiple shell command to configure the CPU mask affinity / pinning a thread in
|
D | release-notes-1.14.rst | 453 with the addition of a new CPU affinity API that can "pin" threads to 544 - There is a new CPU affinity API available to "pin" threads to
|