/linux-6.14.4/kernel/sched/ |
D | isolation.c | 3 * Housekeeping management. Manage the targets for routine code that can run on 20 struct housekeeping { struct 25 static struct housekeeping housekeeping; argument 29 return !!(housekeeping.flags & BIT(type)); in housekeeping_enabled() 38 if (housekeeping.flags & BIT(type)) { in housekeeping_any_cpu() 39 cpu = sched_numa_find_closest(housekeeping.cpumasks[type], smp_processor_id()); in housekeeping_any_cpu() 43 cpu = cpumask_any_and(housekeeping.cpumasks[type], cpu_online_mask); in housekeeping_any_cpu() 49 * housekeeping CPU up. in housekeeping_any_cpu() 62 if (housekeeping.flags & BIT(type)) in housekeeping_cpumask() 63 return housekeeping.cpumasks[type]; in housekeeping_cpumask() [all …]
|
/linux-6.14.4/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_mac.h | 149 struct housekeeping { struct 175 struct housekeeping housekeeping; member
|
D | zd_mac.c | 1504 container_of(work, struct zd_mac, housekeeping.link_led_work.work); in link_led_handler() 1522 queue_delayed_work(zd_workqueue, &mac->housekeeping.link_led_work, in link_led_handler() 1528 INIT_DELAYED_WORK(&mac->housekeeping.link_led_work, link_led_handler); in housekeeping_init() 1534 queue_delayed_work(zd_workqueue, &mac->housekeeping.link_led_work, in housekeeping_enable() 1541 cancel_delayed_work_sync(&mac->housekeeping.link_led_work); in housekeeping_disable()
|
/linux-6.14.4/Documentation/admin-guide/ |
D | lockup-watchdogs.rst | 69 on the housekeeping cores, not the cores specified in the "nohz_full" 77 to continue to run on the housekeeping (non-tickless) cores means
|
D | kernel-per-CPU-kthreads.rst | 8 them to a "housekeeping" CPU dedicated to such work. 202 housekeeping CPUs, which can tolerate OS jitter.
|
/linux-6.14.4/net/mac80211/ |
D | ocb.c | 31 * @OCB_WORK_HOUSEKEEPING: run the periodic OCB housekeeping tasks 111 ocb_dbg(sdata, "Running ocb housekeeping\n"); in ieee80211_ocb_housekeeping()
|
/linux-6.14.4/Documentation/translations/zh_CN/admin-guide/ |
D | lockup-watchdogs.rst | 56 情况下watchdog线程默认只会运行在管家(housekeeping)cpu上,而”nohz_full“启动参数指
|
/linux-6.14.4/include/linux/sched/ |
D | isolation.h | 16 * The following housekeeping types are only set by the nohz_full
|
/linux-6.14.4/Documentation/translations/zh_TW/admin-guide/ |
D | lockup-watchdogs.rst | 56 情況下watchdog線程默認只會運行在管家(housekeeping)cpu上,而”nohz_full“啓動參數指
|
/linux-6.14.4/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_devlink.h | 13 /* Struct to hold housekeeping info needed by devlink interface */
|
/linux-6.14.4/arch/sh/ |
D | Kconfig.debug | 9 boot for various housekeeping tasks (including calls to read and
|
/linux-6.14.4/Documentation/devicetree/bindings/mfd/ |
D | qcom,pm8008.yaml | 14 all the necessary power management, housekeeping, and interface support
|
/linux-6.14.4/drivers/gpu/drm/msm/disp/ |
D | mdp_kms.h | 61 * internal housekeeping related irq usage.
|
/linux-6.14.4/arch/arm/include/asm/ |
D | mcpm.h | 155 * mcpm_cpu_powered_up - housekeeping workafter a CPU has been powered up 157 * This lets the platform specific backend code perform needed housekeeping
|
/linux-6.14.4/arch/arm/boot/dts/qcom/ |
D | pm8921.dtsi | 124 * That is why the ADC is referred to as "HKADC" - HouseKeeping
|
D | pm8058.dtsi | 146 * That is why the ADC is referred to as "HKADC" - HouseKeeping
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/ |
D | qcom,pm8018-adc.yaml | 13 The Qualcomm PM8xxx PMICs contain a HK/XO ADC (Housekeeping/Crystal
|
/linux-6.14.4/drivers/fpga/ |
D | ice40-spi.c | 91 /* Wait for the housekeeping to complete, and release SS_B */ in ice40_fpga_ops_write_init()
|
/linux-6.14.4/drivers/ata/ |
D | pata_cs5535.c | 161 * this is just housekeeping. We have to set the chip up correctly and
|
/linux-6.14.4/Documentation/core-api/ |
D | genalloc.rst | 32 which NUMA node should be used for the allocation of the housekeeping
|
/linux-6.14.4/drivers/dma/ |
D | txx9dmac.h | 228 /* THEN values for driver housekeeping */
|
/linux-6.14.4/drivers/input/misc/ |
D | da9063_onkey.c | 135 /* at this point we do any S/W housekeeping in da9063_poll_on()
|
/linux-6.14.4/arch/arm/boot/dts/st/ |
D | ste-ab8505.dtsi | 9 /* Essential housekeeping hardware monitors */
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | switch.S | 140 * This switches the stack, current, and does other task switch housekeeping.
|
/linux-6.14.4/kernel/irq/ |
D | cpuhotplug.c | 229 * housekeeping CPU. in irq_restore_affinity_of_irq()
|