Home
last modified time | relevance | path

Searched refs:housekeeping (Results 1 – 20 of 20) sorted by relevance

/Linux-v6.1/kernel/sched/
Disolation.c26 struct housekeeping { struct
31 static struct housekeeping housekeeping; variable
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()
69 set_cpus_allowed_ptr(t, housekeeping.cpumasks[type]); in housekeeping_affine()
[all …]
/Linux-v6.1/drivers/net/wireless/zydas/zd1211rw/
Dzd_mac.h149 struct housekeeping { struct
175 struct housekeeping housekeeping; member
Dzd_mac.c1499 container_of(work, struct zd_mac, housekeeping.link_led_work.work); in link_led_handler()
1517 queue_delayed_work(zd_workqueue, &mac->housekeeping.link_led_work, in link_led_handler()
1523 INIT_DELAYED_WORK(&mac->housekeeping.link_led_work, link_led_handler); in housekeeping_init()
1529 queue_delayed_work(zd_workqueue, &mac->housekeeping.link_led_work, in housekeeping_enable()
1536 cancel_delayed_work_sync(&mac->housekeeping.link_led_work); in housekeeping_disable()
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/
Dlockup-watchdogs.rst56 情况下watchdog线程默认只会运行在管家(housekeeping)cpu上,而”nohz_full“启动参数指
/Linux-v6.1/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.
Dkernel-parameters.txt2247 need to affine to housekeeping through the global
2281 device queue contains isolated and housekeeping
2282 CPUs. If housekeeping CPUs are online then such
2283 interrupts are directed to the housekeeping CPU
2284 so that IO submitted on the housekeeping CPU
2292 housekeeping CPUs has no influence on those
/Linux-v6.1/arch/sh/
DKconfig.debug9 boot for various housekeeping tasks (including calls to read and
/Linux-v6.1/Documentation/driver-api/media/drivers/
Dcpia2_devel.rst42 registers that control housekeeping functions such as powering up the video
/Linux-v6.1/arch/arm/boot/dts/
Dste-ab8505.dtsi9 /* Essential housekeeping hardware monitors */
Dste-ab8500.dtsi9 /* Essential housekeeping hardware monitors */
/Linux-v6.1/Documentation/core-api/
Dgenalloc.rst32 which NUMA node should be used for the allocation of the housekeeping
Dkobject.rst413 any other sysfs housekeeping will be handled for the caller properly.
/Linux-v6.1/Documentation/block/
Ddata-integrity.rst140 containing the integrity metadata and the required housekeeping
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/toshiba/
Dspider_net.rst64 a "not-in-use" descr. The OS will perform various housekeeping duties
/Linux-v6.1/Documentation/filesystems/
Drelay.rst81 having to bother with mundane housekeeping chores.
Dvfs.rst850 internal housekeeping. If the write will update parts of any
Dpath-lookup.rst480 of housekeeping around ``link_path_walk()`` and returns the parent
/Linux-v6.1/drivers/mfd/
DKconfig2160 all the necessary power management, housekeeping, and interface
/Linux-v6.1/init/
DKconfig676 Unbound jobs get offloaded to housekeeping CPUs. This is driven by