Searched refs:swap (Results 351 - 375 of 700) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/s390/kernel/
H A Duv.c16 #include <linux/swap.h>
/linux-master/fs/afs/
H A Dfile.c17 #include <linux/swap.h>
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dcoex.c253 swap(data->primary, data->secondary);
/linux-master/drivers/platform/chrome/
H A Dcros_ec_debugfs.c235 params->swap = 0;
/linux-master/fs/gfs2/
H A Daops.c17 #include <linux/swap.h>
/linux-master/net/tls/
H A Dtls_strp.c109 swap(strp->anchor, skb);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_wb.c599 swap(wb_cfg->dest.plane_addr[1], wb_cfg->dest.plane_addr[2]);
/linux-master/drivers/gpu/drm/
H A Ddrm_crtc.c671 swap(hdisplay, vdisplay);
/linux-master/drivers/staging/media/tegra-video/
H A Dtegra20.c319 /* For YVU420, we swap the locations of the U and V planes. */
321 swap(chan->addr_offset_u, chan->addr_offset_v);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c9 #include <linux/swap.h>
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_qp.c437 cpu_to_le64(atomic_wr(send_wr)->swap);
/linux-master/include/linux/
H A Dmm_types.h266 * A swap entry has to fit into a "unsigned long", as the entry is hidden
283 * @swap: Used for swp_entry_t if folio_test_swapcache().
331 swp_entry_t swap; member in union:folio::__anon371::__anon372::__anon375
/linux-master/arch/x86/mm/
H A Dinit.c4 #include <linux/swap.h>
1038 /* Limit the swap file size to MAX_PA/2 for L1TF workaround */
1041 * We encode swap offsets also with 3 bits below those for pfn
/linux-master/mm/
H A Dhmm.c15 #include <linux/swap.h>
H A Dtruncate.c16 #include <linux/swap.h>
H A Dmlock.c13 #include <linux/swap.h>
H A Dswap.c3 * linux/mm/swap.c
20 #include <linux/swap.h>
46 /* How many pages do we try to swap or page in/out together? As a power of 2 */
1092 * find_get_entries() fills a batch with both folios and shadow/swap/DAX
1110 * Perform any setup for the swap system
H A Dsparse.c14 #include <linux/swap.h>
H A Dmprotect.c22 #include <linux/swap.h>
237 * Ignore error swap entries unconditionally,
280 * pte is none, the page/swap cache could
/linux-master/fs/ext2/
H A Ddir.c28 #include <linux/swap.h>
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c327 * incorrectly. In this case, we need to swap the verifier to match the correct
944 int swap = 0; local
964 swap(node1, node2);
969 swap = 1;
1045 if (swap) {
2164 * actually let go) and swap the local buffer into the path
/linux-master/kernel/
H A Dwatchdog.c450 swap(new_count, irq_counts[i]);
/linux-master/net/9p/
H A Dtrans_virtio.c33 #include <linux/swap.h>
/linux-master/arch/sparc/include/asm/
H A Dfloppy_64.h696 * If only Floppy 1 is present, swap drives.
707 swap(sun_floppy_types[0], sun_floppy_types[1]);
/linux-master/fs/bcachefs/
H A Dbtree_io.c152 swap(ptrs[0], ptrs[n]);
171 swap(ptrs[b], ptrs[c]);
355 * buffer, we can just swap buffers instead of doing a big
360 swap(out, b->data);
1214 swap(sorted, b->data);

Completed in 517 milliseconds

<<11121314151617181920>>