Home
last modified time | relevance | path

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

123

/linux/Documentation/filesystems/
H A Dbtrfs.rst15 * Space efficient packing of small files
16 * Space efficient indexed directories
/linux/rust/kernel/
H A Dcpufreq.rs77 /// CPU frequency selection relations, each optionally marked as "efficient".
91 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/fs/omfs/
H A DKconfig10 more efficient than a standard FS for MPEG files, in fact likely
/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/Documentation/arch/arm64/
H A Dhugetlbpage.rst7 Hugepage relies on making efficient use of TLBs to improve performance 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
H A Dfunc-mmap.rst61 efficient in such case.
/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/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/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c39 unsigned char efficient; member
922 …printf("HWP_CAP: low %d eff %d guar %d high %d\n", cap->lowest, cap->efficient, cap->guaranteed, c… in print_hwp_cap()
933 cap->efficient = msr_perf_2_ratio(HWP_MOSTEFFICIENT_PERF(msr)); in read_hwp_cap()
/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/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/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/filesystems/iomap/
H A Dporting.rst22 1. The classic Linux I/O path is not terribly efficient.
/linux/Documentation/process/
H A Dvolatile-considered-harmful.rst19 all optimization-related problems in a more efficient way.
/linux/Documentation/arch/x86/
H A Damd-hfi.rst17 power capabilities: performance-oriented *classic cores* and power-efficient
/linux/Documentation/arch/arm/
H A Dkernel_user_helpers.rst19 constants that allows for efficient branching to those code segments. And

123