Home
last modified time | relevance | path

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

123

/linux/kernel/sched/
H A Disolation.c3 * Housekeeping management. Manage the targets for routine code that can run on
24 struct housekeeping { struct
29 static struct housekeeping housekeeping; variable
33 return !!(READ_ONCE(housekeeping.flags) & BIT(type)); in housekeeping_enabled()
60 return rcu_dereference_all_check(housekeeping.cpumasks[type], in housekeeping_cpumask_dereference()
69 if (READ_ONCE(housekeeping.flags) & BIT(type)) in housekeeping_cpumask()
83 if (housekeeping.flags & BIT(type)) { in housekeeping_any_cpu()
94 * housekeeping CPU up. in housekeeping_any_cpu()
107 if (housekeeping.flags & BIT(type)) in housekeeping_affine()
115 READ_ONCE(housekeeping.flags) & BIT(type)) in housekeeping_test_cpu()
[all …]
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.h149 struct housekeeping { struct
175 struct housekeeping housekeeping; member
H A Dzd_mac.c1507 container_of(work, struct zd_mac, housekeeping.link_led_work.work); in link_led_handler()
1525 queue_delayed_work(zd_workqueue, &mac->housekeeping.link_led_work, in link_led_handler()
1531 INIT_DELAYED_WORK(&mac->housekeeping.link_led_work, link_led_handler); in housekeeping_init()
1537 queue_delayed_work(zd_workqueue, &mac->housekeeping.link_led_work, in housekeeping_enable()
1544 cancel_delayed_work_sync(&mac->housekeeping.link_led_work); in housekeeping_disable()
/linux/net/mac80211/
H A Docb.c31 * @OCB_WORK_HOUSEKEEPING: run the periodic OCB housekeeping tasks
114 ocb_dbg(sdata, "Running ocb housekeeping\n"); in ieee80211_ocb_housekeeping()
/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/include/linux/sched/
H A Disolation.h29 * The following housekeeping types are only set by the nohz_full
/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 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/kernel/
H A Dkthread.c903 * to housekeeping, whether those CPUs are online or not. So no need in kthreads_update_affinity()
904 * to handle newly online CPUs for them. However housekeeping changes in kthreads_update_affinity()
909 * housekeeping at the same time, they must be affine to housekeeping. in kthreads_update_affinity()
928 * cpumasks, propagate the housekeeping cpumask change to preferred kthreads
/linux/drivers/dma/
H A Dtxx9dmac.h228 /* THEN values for driver housekeeping */
/linux/kernel/irq/
H A Dmanage.c244 * If this is a managed interrupt and housekeeping is enabled on in irq_do_set_affinity()
246 * a housekeeping CPU. If so, then remove the isolated CPUs from in irq_do_set_affinity()
247 * the mask and just keep the housekeeping CPU(s). This prevents in irq_do_set_affinity()
249 * CPU to avoid that I/O submitted from a housekeeping CPU causes in irq_do_set_affinity()
257 * If all housekeeping CPUs in the affinity mask are offline, the in irq_do_set_affinity()
259 * housekeeping CPU which belongs to the affinity mask comes in irq_do_set_affinity()
1429 * housekeeping. The proper way to do it is to re-affine the whole in setup_irq_thread()
/linux/include/linux/
H A Ddma-buf.h53 * Any exporter-private housekeeping data can be stored in the
70 * 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 */
/linux/drivers/input/misc/
H A Dda9063_onkey.c135 /* at this point we do any S/W housekeeping in da9063_poll_on()
/linux/kernel/cgroup/
H A Dcpuset.c59 [PERR_HKEEPING] = "partition config conflicts with housekeeping setup",
76 * housekeeping_update() to update housekeeping cpumasks when the set of
150 * Set if housekeeping cpumasks are to be updated.
885 * subset of HK_TYPE_DOMAIN_BOOT housekeeping CPUs. in generate_sched_domains()
1069 * PF_KTHREAD tasks are handled by housekeeping. in cpuset_update_tasks_cpumask()
1281 * still leave housekeeping CPUs.
1314 * prstate_housekeeping_conflict - check for partition & housekeeping conflicts
1337 * Update housekeeping cpumasks and rebuild sched domains if necessary and
3947 * corresponding housekeeping cpumasks after some slight delay. in cpuset_handle_hotplug()
/linux/drivers/hid/
H A Dhid-picolcd.h102 /* Housekeeping stuff */

123