Home
last modified time | relevance | path

Searched full:housekeeping (Results 1 – 25 of 109) sorted by relevance

12345

/linux-6.14.4/kernel/sched/
Disolation.c3 * 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/
Dzd_mac.h149 struct housekeeping { struct
175 struct housekeeping housekeeping; member
Dzd_mac.c1504 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/
Dlockup-watchdogs.rst69 on the housekeeping cores, not the cores specified in the "nohz_full"
77 to continue to run on the housekeeping (non-tickless) cores means
Dkernel-per-CPU-kthreads.rst8 them to a "housekeeping" CPU dedicated to such work.
202 housekeeping CPUs, which can tolerate OS jitter.
/linux-6.14.4/net/mac80211/
Docb.c31 * @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/
Dlockup-watchdogs.rst56 情况下watchdog线程默认只会运行在管家(housekeeping)cpu上,而”nohz_full“启动参数指
/linux-6.14.4/include/linux/sched/
Disolation.h16 * The following housekeeping types are only set by the nohz_full
/linux-6.14.4/Documentation/translations/zh_TW/admin-guide/
Dlockup-watchdogs.rst56 情況下watchdog線程默認只會運行在管家(housekeeping)cpu上,而”nohz_full“啓動參數指
/linux-6.14.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.h13 /* Struct to hold housekeeping info needed by devlink interface */
/linux-6.14.4/arch/sh/
DKconfig.debug9 boot for various housekeeping tasks (including calls to read and
/linux-6.14.4/Documentation/devicetree/bindings/mfd/
Dqcom,pm8008.yaml14 all the necessary power management, housekeeping, and interface support
/linux-6.14.4/drivers/gpu/drm/msm/disp/
Dmdp_kms.h61 * internal housekeeping related irq usage.
/linux-6.14.4/arch/arm/include/asm/
Dmcpm.h155 * 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/
Dpm8921.dtsi124 * That is why the ADC is referred to as "HKADC" - HouseKeeping
Dpm8058.dtsi146 * That is why the ADC is referred to as "HKADC" - HouseKeeping
/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/
Dqcom,pm8018-adc.yaml13 The Qualcomm PM8xxx PMICs contain a HK/XO ADC (Housekeeping/Crystal
/linux-6.14.4/drivers/fpga/
Dice40-spi.c91 /* Wait for the housekeeping to complete, and release SS_B */ in ice40_fpga_ops_write_init()
/linux-6.14.4/drivers/ata/
Dpata_cs5535.c161 * this is just housekeeping. We have to set the chip up correctly and
/linux-6.14.4/Documentation/core-api/
Dgenalloc.rst32 which NUMA node should be used for the allocation of the housekeeping
/linux-6.14.4/drivers/dma/
Dtxx9dmac.h228 /* THEN values for driver housekeeping */
/linux-6.14.4/drivers/input/misc/
Dda9063_onkey.c135 /* at this point we do any S/W housekeeping in da9063_poll_on()
/linux-6.14.4/arch/arm/boot/dts/st/
Dste-ab8505.dtsi9 /* Essential housekeeping hardware monitors */
/linux-6.14.4/arch/powerpc/kernel/
Dswitch.S140 * This switches the stack, current, and does other task switch housekeeping.
/linux-6.14.4/kernel/irq/
Dcpuhotplug.c229 * housekeeping CPU. in irq_restore_affinity_of_irq()

12345