Home
last modified time | relevance | path

Searched refs:efficient (Results 1 – 25 of 165) sorted by relevance

1234567

/linux/Documentation/filesystems/
H A Dbtrfs.rst15 * Space efficient packing of small files
16 * Space efficient indexed directories
/linux/rust/kernel/
H A Dcpufreq.rs91 let efficient = val & CPUFREQ_RELATION_E != 0; in new() localVariable
94 CPUFREQ_RELATION_L => Self::Low(efficient), in new()
95 CPUFREQ_RELATION_H => Self::High(efficient), in new()
96 CPUFREQ_RELATION_C => Self::Close(efficient), in new()
105 let (mut val, efficient) = match rel { in from()
111 if efficient { in from()
/linux/Documentation/admin-guide/mm/damon/
H A Dindex.rst7 :doc:`DAMON </mm/damon/index>` is a Linux kernel subsystem for efficient data
/linux/Documentation/core-api/
H A Didr.rst18 only ID allocation, and as a result is much more memory-efficient.
46 idr_alloc_cyclic(). The IDR becomes less efficient when dealing
H A Dxarray.rst15 next or previous entry in a cache-efficient manner. In contrast to a
17 order to grow the array. It is more memory-efficient, parallelisable
21 The XArray implementation is efficient when the indices used are densely
161 want to allocate entries starting at 1, it is more efficient to use
183 xa_is_err() is slightly more efficient.
304 set or clear a mark. It may be more efficient to use the advanced API
/linux/Documentation/scheduler/
H A Dsched-energy.rst10 Energy Model (EM) of the CPUs to select an energy efficient CPU for each task,
132 platform and the PELT signals to choose an energy-efficient target CPU during
251 necessarily more energy-efficient than big CPUs. For some systems, the high OPPs
252 of the little CPUs can be less energy-efficient than the lowest OPPs of the
258 And even in the case where all OPPs of the big CPUs are less energy-efficient
289 the most energy efficient CPUs of the system more than the others if that can be
291 it from breaking the energy-efficient task placement found by EAS. It is safe to
/linux/fs/omfs/
H A DKconfig10 more efficient than a standard FS for MPEG files, in fact likely
/linux/Documentation/mm/damon/
H A Dindex.rst7 DAMON is a Linux kernel subsystem for efficient :ref:`data access monitoring
/linux/drivers/platform/x86/amd/pmf/
H A DKconfig18 quiter, power efficient by adapting to user behavior and environment.
/linux/Documentation/arch/arm64/
H A Dhugetlbpage.rst7 Hugepage relies on making efficient use of TLBs to improve performance of
H A Dptdump.rst18 read mode, ``mem_hotplug_lock`` supports an efficient implementation of
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-generic.rst198 Some devices support more efficient packing of metadata in conjunction with
247 Some devices support more efficient packing of metadata in conjunction with
300 Some devices support more efficient packing of metadata in conjunction with
H A Drw.rst18 efficient than other methods merely exchanging buffer pointers. It is
/linux/fs/crypto/
H A DKconfig12 efficient since it avoids caching the encrypted and
/linux/drivers/cpuidle/
H A DKconfig81 before halting in the guest (more efficient than polling in the
/linux/Documentation/mm/
H A Dzsmalloc.rst138 This is more efficient than the class #100 configuration, which would use 6
162 efficient storage of large objects.
/linux/Documentation/driver-api/
H A Dspi.rst5 systems because it is a simple and efficient interface: basically a
H A Dio-mapping.rst29 more efficient. They come in two flavours::
/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst71 "erase_size" is not the most efficient unit to erase
/linux/Documentation/trace/
H A Dring-buffer-map.rst11 Tracefs ring-buffer memory map provides an efficient method to stream data
/linux/tools/net/sunrpc/xdrgen/
H A DREADME33 2. rpcgen-generated code is believed to be less efficient than code
159 is more efficient to avoid the byte-swap when encoding or decoding
/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c39 unsigned char efficient; member
786 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap()
796 cap->efficient = msr_perf_2_ratio(HWP_MOSTEFFICIENT_PERF(msr)); in read_hwp_cap()
/linux/Documentation/admin-guide/blockdev/
H A Dfloppy.rst66 This allows more efficient and smoother operation, but may fail on
180 floppy operation less efficient due to unneeded cache
/linux/Documentation/driver-api/i3c/
H A Dprotocol.rst25 while remaining power-efficient.
196 on the same bus, though, in order to be really efficient, I2C devices should
/linux/Documentation/crypto/
H A Dapi-samples.rst30 * single encryption operation with it (which is not very efficient).

1234567