Searched refs:demand (Results 1 – 25 of 80) sorted by relevance
1234
/kernel/linux/linux-5.10/include/trace/events/ |
D | walt.h | 102 __field(unsigned int, demand) 113 __entry->demand = p->ravg.demand; 122 task_event_names[__entry->evt], __entry->demand, 147 __field(unsigned int, demand) 173 __entry->demand = p->ravg.demand; 192 __entry->delta_m, __entry->demand,
|
/kernel/linux/linux-5.10/drivers/infiniband/ |
D | Kconfig | 47 bool "InfiniBand on-demand paging support" 54 On demand paging support for the InfiniBand subsystem. 57 pages on demand instead.
|
/kernel/linux/linux-5.10/Documentation/networking/devlink/ |
D | devlink-region.rst | 15 Regions may optionally support triggering snapshots on demand. 27 Regions may optionally support capturing a snapshot on demand via the
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | walt.c | 625 u32 max = 0, avg, demand; in update_history() local 653 demand = runtime; in update_history() 655 demand = max; in update_history() 659 demand = avg; in update_history() 661 demand = max(avg, runtime); in update_history() 663 demand_scaled = scale_demand(demand); in update_history() 686 p->ravg.demand = demand; in update_history() 1256 p->ravg.demand = init_load_windows; in init_new_task_load()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | index.rst | 7 virtual memory and demand paging, memory allocation both for kernel
|
/kernel/linux/linux-5.10/fs/autofs/ |
D | Kconfig | 18 on demand. This implementation is partially kernel-based to reduce
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | qcom,rpmcc.txt | 7 the clocks on/off or scales them on demand.
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | netif-msg.rst | 40 This approach worked well. However there is always a demand for
|
/kernel/linux/linux-5.10/Documentation/driver-api/iio/ |
D | triggers.rst | 70 * :file:`set_trigger_state`, switch the trigger on/off on demand.
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | adt7410.rst | 60 second or even just get one sample on demand for power saving. Besides, it can
|
D | bt1-pvt.rst | 41 on demand when read operation is requested via corresponding _input-file.
|
/kernel/linux/linux-5.10/samples/bpf/ |
D | README.rst | 21 after some changes (on demand)::
|
/kernel/linux/linux-5.10/net/can/ |
D | Kconfig | 40 informs you on demand e.g. only on content updates / timeouts.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
D | qcom,pm8xxx-xoadc.txt | 18 a reference voltage on demand. The reference voltage may vary
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-devfreq | 120 can change the work timer on runtime according to their demand
|
D | sysfs-fs-f2fs | 296 Description: Number of checkpoint operations performed on demand. Available when 308 Description: Number of garbage collection operations performed on demand.
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/mellanox/ |
D | mlx5.rst | 193 TX reporter also support on demand diagnose callback, on which it provides 222 RX reporter also supports on demand diagnose callback, on which it
|
/kernel/linux/linux-5.10/security/keys/ |
D | Kconfig | 56 Keyrings are created and added into the register upon demand and get
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | sva.rst | 200 demand. SR-IOV creation and management is very static in nature. Consult 208 creation time, and cannot scale dynamically on demand. The VFs are not
|
/kernel/linux/linux-5.10/lib/ |
D | Kconfig.kasan | 165 mappings with real shadow memory allocated on demand. This allows
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
D | Kconfig | 79 a demand-dialed link) and which packets are to be dropped entirely.
|
/kernel/linux/linux-5.10/Documentation/accounting/ |
D | psi.rst | 24 hardware according to workload demand.
|
/kernel/linux/linux-5.10/arch/mips/boot/dts/ingenic/ |
D | gcw0.dts | 448 * PLL0 frequency on demand without having to suspend peripherals.
|
/kernel/linux/linux-5.10/fs/squashfs/ |
D | Kconfig | 86 on a demand basis.
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
D | Kconfig | 58 the clocks on/off or scales them on demand. 71 the clocks on/off or scales them on demand.
|
1234