Home
last modified time | relevance | path

Searched refs:nonlinear (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/Documentation/vm/
Dremap_file_pages.txt1 The remap_file_pages() system call is used to create a nonlinear mapping,
8 Supporting of nonlinear mapping requires significant amount of non-trivial
10 nonlinear mapping work kernel need a way to distinguish normal page table
22 emulation creates new VMAs instead of nonlinear mappings. It's going to
Dpage_migration103 to migration entries or dropped (nonlinear vmas).
/linux-4.1.27/drivers/staging/iio/accel/
Dsca3000_core.c725 u8 nonlinear = 0; in sca3000_write_thresh() local
731 nonlinear |= (1 << i); in sca3000_write_thresh()
738 nonlinear |= (1 << i); in sca3000_write_thresh()
744 ret = sca3000_write_ctrl_reg(st, sca3000_addresses[num][1], nonlinear); in sca3000_write_thresh()