Home
last modified time | relevance | path

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

1234

/linux/kernel/sched/
H A Disolation.c3 * 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 Dzd_mac.h149 struct housekeeping { struct
175 struct housekeeping housekeeping; member
H A 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/Documentation/admin-guide/
H A 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
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dlockup-watchdogs.rst56 情况下watchdog线程默认只会运行在管家(housekeeping)cpu上,而”nohz_full“启动参数指
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dlockup-watchdogs.rst56 情況下watchdog線程默認只會運行在管家(housekeeping)cpu上,而”nohz_full“啓動參數指
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.h13 /* Struct to hold housekeeping info needed by devlink interface */
/linux/arch/sh/
H A DKconfig.debug9 boot for various housekeeping tasks (including calls to read and
/linux/arch/arm/include/asm/
H A 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/drivers/gpu/drm/msm/disp/
H A Dmdp_kms.h61 * internal housekeeping related irq usage.
/linux/Documentation/devicetree/bindings/mfd/
H A Dqcom,pm8008.yaml14 all the necessary power management, housekeeping, and interface support
/linux/arch/arm/boot/dts/qcom/
H A Dpm8921.dtsi124 * That is why the ADC is referred to as "HKADC" - HouseKeeping
H A Dpm8058.dtsi146 * That is why the ADC is referred to as "HKADC" - HouseKeeping
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dqcom,pm8018-adc.yaml13 The Qualcomm PM8xxx PMICs contain a HK/XO ADC (Housekeeping/Crystal
/linux/drivers/ata/
H A Dpata_cs5535.c161 * this is just housekeeping. We have to set the chip up correctly and
H A Dpata_cs5530.c279 * this is just housekeeping. We have to set the chip up correctly and
/linux/Documentation/core-api/
H A Dgenalloc.rst32 which NUMA node should be used for the allocation of the housekeeping
/linux/drivers/dma/
H A Dtxx9dmac.h228 /* THEN values for driver housekeeping */
/linux/include/linux/
H A 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/arch/arm/boot/dts/st/
H A Dste-ab8505.dtsi9 /* Essential housekeeping hardware monitors */
H A Dste-ab8500.dtsi9 /* Essential housekeeping hardware monitors */
/linux/drivers/input/misc/
H A Dda9063_onkey.c135 /* at this point we do any S/W housekeeping in da9063_poll_on()
/linux/arch/powerpc/kernel/
H A Dswitch.S140 * This switches the stack, current, and does other task switch housekeeping.
/linux/kernel/irq/
H A Dcpuhotplug.c229 * housekeeping CPU. in irq_restore_affinity_of_irq()
/linux/drivers/hid/
H A Dhid-picolcd.h102 /* Housekeeping stuff */

1234