Home
last modified time | relevance | path

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

1234

/Linux-v5.15/kernel/sched/
Disolation.c3 * 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/
Dzd_mac.h149 struct housekeeping { struct
175 struct housekeeping housekeeping; member
Dzd_mac.c1498 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/
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-v5.15/net/mac80211/
Docb.c30 * @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/
Dbnxt_devlink.h13 /* Struct to hold housekeeping info needed by devlink interface */
/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/
Dlockup-watchdogs.rst56 情况下watchdog线程默认只会运行在管家(housekeeping)cpu上,而”nohz_full“启动参数指
/Linux-v5.15/arch/sh/
DKconfig.debug9 boot for various housekeeping tasks (including calls to read and
/Linux-v5.15/Documentation/devicetree/bindings/mfd/
Dqcom,pm8008.yaml14 all the necessary power management, housekeeping, and interface support
/Linux-v5.15/Documentation/driver-api/media/drivers/
Dcpia2_devel.rst42 registers that control housekeeping functions such as powering up the video
/Linux-v5.15/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-v5.15/drivers/gpu/drm/msm/disp/
Dmdp_kms.h60 * internal housekeeping related irq usage.
/Linux-v5.15/Documentation/devicetree/bindings/iio/adc/
Dqcom,pm8018-adc.yaml13 The Qualcomm PM8xxx PMICs contain a HK/XO ADC (Housekeeping/Crystal
/Linux-v5.15/drivers/ata/
Dpata_cs5535.c161 * this is just housekeeping. We have to set the chip up correctly and
/Linux-v5.15/drivers/fpga/
Dice40-spi.c91 /* Wait for the housekeeping to complete, and release SS_B */ in ice40_fpga_ops_write_init()
/Linux-v5.15/Documentation/core-api/
Dgenalloc.rst32 which NUMA node should be used for the allocation of the housekeeping
/Linux-v5.15/kernel/irq/
Dcpuhotplug.c208 * housekeeping CPU. in irq_restore_affinity_of_irq()
/Linux-v5.15/drivers/dma/
Dtxx9dmac.h228 /* THEN values for driver housekeeping */
/Linux-v5.15/arch/arm/boot/dts/
Dste-ab8505.dtsi9 /* Essential housekeeping hardware monitors */
Dste-ab8500.dtsi9 /* Essential housekeeping hardware monitors */
/Linux-v5.15/drivers/input/misc/
Dda9063_onkey.c139 /* at this point we do any S/W housekeeping in da9063_poll_on()
/Linux-v5.15/include/linux/
Ddma-buf.h61 * 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/
Dhid-picolcd.h102 /* Housekeeping stuff */
/Linux-v5.15/drivers/atm/
Dhorizon.c1404 /********** 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()

1234