/linux/kernel/sched/ |
H A D | isolation.c | 3 * Housekeeping management. Manage the targets for routine code that can run on 20 struct housekeeping { 25 static struct housekeeping housekeeping; 29 return !!(housekeeping.flags & BIT(type)); 38 if (housekeeping.flags & BIT(type)) { 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 in housekeeping_any_cpu() 26 struct housekeeping { global() struct 31 static struct housekeeping housekeeping; global() variable [all...] |
/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 | 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/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
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | lockup-watchdogs.rst | 56 情况下watchdog线程默认只会运行在管家(housekeeping)cpu上,而”nohz_full“启动参数指
|
/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | lockup-watchdogs.rst | 56 情況下watchdog線程默認只會運行在管家(housekeeping)cpu上,而”nohz_full“啓動參數指
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_devlink.h | 13 /* Struct to hold housekeeping info needed by devlink interface */
|
/linux/arch/sh/ |
H A D | Kconfig.debug | 9 boot for various housekeeping tasks (including calls to read and
|
/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
|
/linux/drivers/gpu/drm/msm/disp/ |
H A D | mdp_kms.h | 61 * internal housekeeping related irq usage.
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | qcom,pm8008.yaml | 14 all the necessary power management, housekeeping, and interface support
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | pm8921.dtsi | 124 * That is why the ADC is referred to as "HKADC" - HouseKeeping
|
H A D | pm8058.dtsi | 146 * That is why the ADC is referred to as "HKADC" - HouseKeeping
|
/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
|
/linux/drivers/ata/ |
H A D | pata_cs5535.c | 161 * this is just housekeeping. We have to set the chip up correctly and
|
H A D | pata_cs5530.c | 279 * this is just housekeeping. We have to set the chip up correctly and
|
/linux/Documentation/core-api/ |
H A D | genalloc.rst | 32 which NUMA node should be used for the allocation of the housekeeping
|
/linux/drivers/dma/ |
H A D | txx9dmac.h | 228 /* THEN values for driver housekeeping */
|
/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
|
/linux/arch/arm/boot/dts/st/ |
H A D | ste-ab8505.dtsi | 9 /* Essential housekeeping hardware monitors */
|
H A D | ste-ab8500.dtsi | 9 /* Essential housekeeping hardware monitors */
|
/linux/drivers/input/misc/ |
H A D | da9063_onkey.c | 135 /* at this point we do any S/W housekeeping in da9063_poll_on()
|
/linux/arch/powerpc/kernel/ |
H A D | switch.S | 140 * This switches the stack, current, and does other task switch housekeeping.
|
/linux/kernel/irq/ |
H A D | cpuhotplug.c | 229 * housekeeping CPU. in irq_restore_affinity_of_irq()
|
/linux/drivers/hid/ |
H A D | hid-picolcd.h | 102 /* Housekeeping stuff */
|