Home
last modified time | relevance | path

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

1234

/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/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 Dmaple_tree.rst17 entry in a cache-efficient manner. The tree can also be put into an RCU-safe
85 efficient way than inserting all elements one by one into a new tree.
/linux/fs/omfs/
H A DKconfig10 more efficient than a standard FS for MPEG files, in fact likely
/linux/Documentation/arch/arm64/
H A Dhugetlbpage.rst7 Hugepage relies on making efficient use of TLBs to improve performance of
/linux/fs/crypto/
H A DKconfig12 efficient since it avoids caching the encrypted and
/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
H A Dfunc-mmap.rst61 efficient in such case.
/linux/drivers/cpuidle/
H A DKconfig81 before halting in the guest (more efficient than polling in the
/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/Documentation/driver-api/
H A Dio-mapping.rst29 more efficient. They come in two flavours::
/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/crypto/
H A Dapi-samples.rst30 * single encryption operation with it (which is not very efficient).
/linux/sound/soc/
H A DKconfig18 ASoC provides power efficient ALSA support for embedded battery powered
/linux/Documentation/bpf/
H A Dmap_bloom_filter.rst12 filters are a space-efficient probabilistic data structure used to
H A Dringbuf.rst18 - more efficient memory utilization by sharing ring buffer across CPUs;
139 efficient batched notifications. Default self-balancing strategy, though,
/linux/drivers/net/ethernet/hisilicon/
H A DKconfig38 the energy efficient Ethernet (EEE).
/linux/Documentation/scheduler/
H A Dcompletion.rst21 also result in more efficient code as all threads can continue execution
23 is highly efficient using low level scheduler sleep/wakeup facilities.
/linux/Documentation/driver-api/usb/
H A Ddma.rst67 space-efficient.
/linux/Documentation/driver-api/virtio/
H A Dvirtio.rst36 devices so efficient) using specialized data structures called
/linux/Documentation/filesystems/iomap/
H A Dporting.rst22 1. The classic Linux I/O path is not terribly efficient.

1234