/Linux-v5.15/kernel/sched/ |
D | isolation.c | 3 * Housekeeping management. Manage the targets for routine code that can run on 76 /* We need at least one CPU to handle housekeeping work */ in housekeeping_init() 87 pr_warn("Housekeeping: nohz_full= or isolcpus= incorrect CPU range\n"); in housekeeping_setup() 100 pr_warn("Housekeeping: must include one present CPU, " in housekeeping_setup() 111 pr_warn("Housekeeping: nohz_full= must match isolcpus=\n"); in housekeeping_setup() 123 pr_warn("Housekeeping: nohz unsupported." in housekeeping_setup()
|
/Linux-v5.15/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_mac.h | 149 struct housekeeping { struct 175 struct housekeeping housekeeping; member
|
D | zd_mac.c | 1498 container_of(work, struct zd_mac, housekeeping.link_led_work.work); in link_led_handler() 1516 queue_delayed_work(zd_workqueue, &mac->housekeeping.link_led_work, in link_led_handler() 1522 INIT_DELAYED_WORK(&mac->housekeeping.link_led_work, link_led_handler); in housekeeping_init() 1528 queue_delayed_work(zd_workqueue, &mac->housekeeping.link_led_work, in housekeeping_enable() 1535 cancel_delayed_work_sync(&mac->housekeeping.link_led_work); in housekeeping_disable()
|
/Linux-v5.15/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-v5.15/net/mac80211/ |
D | ocb.c | 30 * @OCB_WORK_HOUSEKEEPING: run the periodic OCB housekeeping tasks 113 ocb_dbg(sdata, "Running ocb housekeeping\n"); in ieee80211_ocb_housekeeping()
|
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_devlink.h | 13 /* Struct to hold housekeeping info needed by devlink interface */
|
/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/ |
D | lockup-watchdogs.rst | 56 情况下watchdog线程默认只会运行在管家(housekeeping)cpu上,而”nohz_full“启动参数指
|
/Linux-v5.15/arch/sh/ |
D | Kconfig.debug | 9 boot for various housekeeping tasks (including calls to read and
|
/Linux-v5.15/Documentation/devicetree/bindings/mfd/ |
D | qcom,pm8008.yaml | 14 all the necessary power management, housekeeping, and interface support
|
/Linux-v5.15/Documentation/driver-api/media/drivers/ |
D | cpia2_devel.rst | 42 registers that control housekeeping functions such as powering up the video
|
/Linux-v5.15/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-v5.15/drivers/gpu/drm/msm/disp/ |
D | mdp_kms.h | 60 * internal housekeeping related irq usage.
|
/Linux-v5.15/Documentation/devicetree/bindings/iio/adc/ |
D | qcom,pm8018-adc.yaml | 13 The Qualcomm PM8xxx PMICs contain a HK/XO ADC (Housekeeping/Crystal
|
/Linux-v5.15/drivers/ata/ |
D | pata_cs5535.c | 161 * this is just housekeeping. We have to set the chip up correctly and
|
/Linux-v5.15/drivers/fpga/ |
D | ice40-spi.c | 91 /* Wait for the housekeeping to complete, and release SS_B */ in ice40_fpga_ops_write_init()
|
/Linux-v5.15/Documentation/core-api/ |
D | genalloc.rst | 32 which NUMA node should be used for the allocation of the housekeeping
|
/Linux-v5.15/kernel/irq/ |
D | cpuhotplug.c | 208 * housekeeping CPU. in irq_restore_affinity_of_irq()
|
/Linux-v5.15/drivers/dma/ |
D | txx9dmac.h | 228 /* THEN values for driver housekeeping */
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | ste-ab8505.dtsi | 9 /* Essential housekeeping hardware monitors */
|
D | ste-ab8500.dtsi | 9 /* Essential housekeeping hardware monitors */
|
/Linux-v5.15/drivers/input/misc/ |
D | da9063_onkey.c | 139 /* at this point we do any S/W housekeeping in da9063_poll_on()
|
/Linux-v5.15/include/linux/ |
D | dma-buf.h | 61 * Any exporter-private housekeeping data can be stored in the 78 * Provided so that exporters can clean up any housekeeping for an
|
/Linux-v5.15/drivers/hid/ |
D | hid-picolcd.h | 102 /* Housekeeping stuff */
|
/Linux-v5.15/drivers/atm/ |
D | horizon.c | 1404 /********** housekeeping **********/ 1408 hrz_dev * dev = from_timer(dev, t, housekeeping); in do_housekeeping() 1416 mod_timer (&dev->housekeeping, jiffies + HZ/10); in do_housekeeping() 1588 // where would be a better place for this? housekeeping? in hrz_send() 2744 timer_setup(&dev->housekeeping, do_housekeeping, 0); in hrz_probe() 2745 mod_timer(&dev->housekeeping, jiffies); in hrz_probe() 2768 del_timer_sync(&dev->housekeeping); in hrz_remove_one()
|