/openbmc/linux/kernel/sched/ |
H A D | isolation.c | 3 * Housekeeping management. Manage the targets for routine code that can run on 26 struct housekeeping { struct 31 static struct housekeeping housekeeping; argument 35 return !!(housekeeping.flags & BIT(type)); in housekeeping_enabled() 44 if (housekeeping.flags & BIT(type)) { in housekeeping_any_cpu() 45 cpu = sched_numa_find_closest(housekeeping.cpumasks[type], smp_processor_id()); in housekeeping_any_cpu() 49 return cpumask_any_and(housekeeping.cpumasks[type], cpu_online_mask); in housekeeping_any_cpu() 59 if (housekeeping.flags & BIT(type)) in housekeeping_cpumask() 60 return housekeeping.cpumasks[type]; in housekeeping_cpumask() 68 if (housekeeping.flags & BIT(type)) in housekeeping_affine() [all …]
|
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_mac.h | 149 struct housekeeping { struct 175 struct housekeeping housekeeping; member
|
H A D | zd_mac.c | 1500 container_of(work, struct zd_mac, housekeeping.link_led_work.work); in link_led_handler() 1518 queue_delayed_work(zd_workqueue, &mac->housekeeping.link_led_work, in link_led_handler() 1524 INIT_DELAYED_WORK(&mac->housekeeping.link_led_work, link_led_handler); in housekeeping_init() 1530 queue_delayed_work(zd_workqueue, &mac->housekeeping.link_led_work, in housekeeping_enable() 1537 cancel_delayed_work_sync(&mac->housekeeping.link_led_work); in housekeeping_disable()
|
/openbmc/linux/Documentation/admin-guide/ |
H A 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
|
H A D | kernel-per-CPU-kthreads.rst | 8 them to a "housekeeping" CPU dedicated to such work. 202 housekeeping CPUs, which can tolerate OS jitter.
|
/openbmc/linux/net/mac80211/ |
H A D | ocb.c | 31 * @OCB_WORK_HOUSEKEEPING: run the periodic OCB housekeeping tasks 114 ocb_dbg(sdata, "Running ocb housekeeping\n"); in ieee80211_ocb_housekeeping()
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | lockup-watchdogs.rst | 56 情况下watchdog线程默认只会运行在管家(housekeeping)cpu上,而”nohz_full“启动参数指
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_devlink.h | 13 /* Struct to hold housekeeping info needed by devlink interface */
|
/openbmc/openbmc-tools/ |
H A D | README.md | 46 remove scripts from time to time as part of housekeeping. It's probably best to
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | qcom,pm8008.yaml | 14 all the necessary power management, housekeeping, and interface support
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | jr.h | 84 * pointers will ahve to point to the housekeeping region provided
|
/openbmc/linux/arch/sh/ |
H A D | Kconfig.debug | 9 boot for various housekeeping tasks (including calls to read and
|
/openbmc/linux/arch/arm/include/asm/ |
H A 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
|
/openbmc/linux/drivers/gpu/drm/msm/disp/ |
H A D | mdp_kms.h | 60 * internal housekeeping related irq usage.
|
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | qcom,pm8018-adc.yaml | 13 The Qualcomm PM8xxx PMICs contain a HK/XO ADC (Housekeeping/Crystal
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | memory-region-housekeeping.cocci | 6 --sp-file scripts/coccinelle/memory-region-housekeeping.cocci \
|
/openbmc/linux/drivers/ata/ |
H A D | pata_cs5535.c | 161 * this is just housekeeping. We have to set the chip up correctly and
|
/openbmc/linux/drivers/fpga/ |
H A D | ice40-spi.c | 91 /* Wait for the housekeeping to complete, and release SS_B */ in ice40_fpga_ops_write_init()
|
/openbmc/qemu/linux-user/ |
H A D | user-internals.h | 171 * preexit_cleanup: housekeeping before the guest exits
|
/openbmc/linux/Documentation/core-api/ |
H A D | genalloc.rst | 32 which NUMA node should be used for the allocation of the housekeeping
|
/openbmc/linux/drivers/dma/ |
H A D | txx9dmac.h | 228 /* THEN values for driver housekeeping */
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | switch.S | 140 * This switches the stack, current, and does other task switch housekeeping.
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-ab8505.dtsi | 9 /* Essential housekeeping hardware monitors */
|
/openbmc/linux/kernel/irq/ |
H A D | cpuhotplug.c | 229 * housekeeping CPU. in irq_restore_affinity_of_irq()
|
/openbmc/linux/include/linux/ |
H A 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
|