Home
last modified time | relevance | path

Searched full:nonlinear (Results 1 – 16 of 16) sorted by relevance

/linux/Documentation/mm/
H A Dremap_file_pages.rst5 The remap_file_pages() system call is used to create a nonlinear mapping,
12 Supporting of nonlinear mapping requires significant amount of non-trivial
14 nonlinear mapping work kernel need a way to distinguish normal page table
26 emulation creates new VMAs instead of nonlinear mappings. It's going to
/linux/Documentation/admin-guide/acpi/
H A Dcppc_sysfs.rst43 * lowest_nonlinear_perf : Lowest performance of this processor with nonlinear
/linux/Documentation/hwmon/
H A Dmax31760.rst30 the user to program a smooth nonlinear fan speed vs. temperature transfer
/linux/drivers/gpu/drm/i915/
H A Di915_scheduler_types.h36 * actually, from a nonlinear, non-subjective viewpoint, it's more like a big
/linux/drivers/iio/accel/
H A Dsca3000.c919 u8 nonlinear = 0; in sca3000_write_event_value() local
925 nonlinear |= (1 << i); in sca3000_write_event_value()
932 nonlinear |= (1 << i); in sca3000_write_event_value()
940 nonlinear); in sca3000_write_event_value()
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2151 /* linear data size for nonlinear skbs needs to be aligned */ in dpaa_a050385_wa_skb()
2302 bool nonlinear; in dpaa_start_xmit() local
2318 nonlinear = skb_is_nonlinear(skb); in dpaa_start_xmit()
2319 if (!nonlinear) { in dpaa_start_xmit()
2335 if (unlikely(nonlinear && in dpaa_start_xmit()
2343 nonlinear = skb_is_nonlinear(skb); in dpaa_start_xmit()
2350 nonlinear = skb_is_nonlinear(skb); in dpaa_start_xmit()
2354 if (nonlinear) { in dpaa_start_xmit()
/linux/net/vmw_vsock/
H A Dvirtio_transport.c121 /* If skb is nonlinear, then its buffer must contain in virtio_transport_send_skb()
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst113 This is the lowest performance level at which nonlinear power savings are
123 performance level lower than the lowest nonlinear performance level may
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-jpeg.c992 * Scale quantization table using nonlinear scaling factor
/linux/drivers/acpi/
H A Dcppc_acpi.c656 * ResourceTemplate() {Register(PCC, 32, 0, 0x128, 2)}, // Lowest Nonlinear Performance
/linux/net/iucv/
H A Daf_iucv.c992 /* In nonlinear "classic" iucv skb, in iucv_sock_sendmsg()
/linux/net/tipc/
H A Dcrypto.c745 * for authentication tag @skb allocation. Even when skb is nonlinear in tipc_aead_encrypt()
/linux/include/uapi/drm/
H A Ddrm_fourcc.h1578 * Apple GPUs support nonlinear tilings with optional lossless compression.
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c274 "TX nonlinear head: hs:%d, skb_hlen:%d\n", in mana_fix_skb_head()
/linux/drivers/hid/
H A Dhid-debug.c3043 seq_printf(f, "%s", HID_MAIN_ITEM_NONLINEAR & j ? "NonLinear " : ""); in hid_dump_field()
/linux/mm/
H A Dmemory.c4940 * folio->index of non-ksm folios would be nonlinear inside the in do_swap_page()