Searched refs:housekeeping (Results 1 – 14 of 14) sorted by relevance
| /linux/kernel/sched/ |
| H A D | isolation.c | 25 struct housekeeping { 30 static struct housekeeping housekeeping; 35 return !!(READ_ONCE(housekeeping.flags) & BIT(type)); 62 return rcu_dereference_all_check(housekeeping.cpumasks[type], in housekeeping_cpumask_dereference() 71 if (READ_ONCE(housekeeping.flags) & BIT(type)) in housekeeping_cpumask() 85 if (housekeeping.flags & BIT(type)) { in housekeeping_any_cpu() 96 * housekeeping CPU up. in housekeeping_any_cpu() 109 if (housekeeping.flags & BIT(type)) in housekeeping_affine() 117 READ_ONCE(housekeeping in housekeeping_test_cpu() 24 struct housekeeping { global() struct 29 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 | 1507 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/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/Documentation/core-api/ |
| H A D | index.rst | 28 housekeeping.rst
|
| H A D | genalloc.rst | 32 which NUMA node should be used for the allocation of the housekeeping
|
| /linux/arch/sh/ |
| H A D | Kconfig.debug | 9 boot for various housekeeping tasks (including calls to read and
|
| /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/Documentation/core-api/real-time/ |
| H A D | kernel-configuration.rst | 159 Alternatively, confine EFI runtime service calls to a housekeeping CPU by 180 kernel housekeeping to dedicated CPUs and isolate compute cores.
|
| H A D | hardware.rst | 185 efi_runtime, and it can be restricted to a housekeeping CPU using the 187 to a housekeeping CPU ensures that potentially long service invocations do not
|
| /linux/drivers/base/ |
| H A D | cpu.c | 314 static DEVICE_ATTR_RO(housekeeping);
|
| /linux/Documentation/scheduler/ |
| H A D | sched-util-clamp.rst | 143 rq, uclamp must do some housekeeping at every enqueue/dequeue, which is the 178 make use of uclamp as well. Such cases are considered necessary housekeeping to
|