Searched refs:swap (Results 201 - 225 of 694) sorted by relevance

1234567891011>>

/linux-master/drivers/tty/serial/
H A Dstm32-usart.h215 bool swap; /* swap RX & TX pins */ member in struct:stm32_port
/linux-master/mm/
H A DMakefile47 readahead.o swap.o truncate.o vmscan.o shrinker.o \
H A Dswapfile.c17 #include <linux/swap.h>
51 #include "swap.h"
61 * Some modules use swappable objects and may try to swap them out under
63 * check to see if any swap space is available.
74 static const char Bad_file[] = "Bad swap file entry ";
75 static const char Unused_file[] = "Unused swap file entry ";
76 static const char Bad_offset[] = "Bad swap offset entry ";
77 static const char Unused_offset[] = "Unused swap offset entry ";
123 /* Reclaim the swap entry anyway if possible */
126 * Reclaim the swap entr
2602 swap_start(struct seq_file *swap, loff_t *pos) argument
2623 swap_next(struct seq_file *swap, void *v, loff_t *pos) argument
2643 swap_stop(struct seq_file *swap, void *v) argument
2648 swap_show(struct seq_file *swap, void *v) argument
3424 swp_entry_t swap = page_swap_entry(page); local
[all...]
/linux-master/net/rds/
H A Drdma.c896 rm->atomic.op_m_cswp.swap = args->cswp.swap;
903 rm->atomic.op_m_cswp.swap = args->m_cswp.swap;
/linux-master/lib/crypto/
H A Dcurve25519-fiat32.c762 unsigned swap = 0; local
809 * to_xz (r*P) === if swap then (x3, z3) else (x2, z2)
810 * to_xz ((r+1)*P) === if swap then (x2, z2) else (x3, z3)
815 swap ^= b;
816 fe_cswap(&x2, &x3, swap);
817 fe_cswap(&z2, &z3, swap);
818 swap = b;
845 /* here pos=-1, so r=e, so to_xz (e*P) === if swap then (x3, z3)
848 fe_cswap(&x2, &x3, swap);
849 fe_cswap(&z2, &z3, swap);
[all...]
/linux-master/arch/x86/crypto/
H A Dcurve25519-x86_64.c1537 u64 swap = 1; local
1569 swap = swap ^ bit;
1570 cswap2(swap, xz1, xz2);
1571 swap = bit;
/linux-master/fs/bcachefs/
H A Dio_read.c154 swap(bio->bi_vcnt, rbio->bio.bi_vcnt);
814 swap(iter.bi_size, bytes);
816 swap(iter.bi_size, bytes);
1157 swap(bvec_iter.bi_size, bytes);
1171 swap(bvec_iter.bi_size, bytes);
/linux-master/fs/proc/
H A Dtask_mmu.c15 #include <linux/swap.h>
35 unsigned long text, lib, swap, anon, file, shmem; local
61 swap = get_mm_counter(mm, MM_SWAPENTS);
79 SEQ_PUT_DEC(" kB\nVmSwap:\t", swap);
400 unsigned long swap; member in struct:mem_size_stats
505 mss->swap += shmem_partial_swap_usage(walk->vma->vm_file->f_mapping,
545 mss->swap += PAGE_SIZE;
784 * obtain the swap value much more efficiently. For private
795 mss->swap += shmem_swapped;
844 SEQ_PUT_DEC(" kB\nSwap: ", mss->swap);
[all...]
/linux-master/arch/sh/lib/
H A Dcopy_page.S299 swap.w r10,r0
347 swap.w r0,r7
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S273 swap %d1
276 swap %d1
861 swap %d1
889 swap %d1
913 swap %d1
939 swap %d1
1036 swap %d1
1064 swap %d1
1088 swap %d1
1120 swap
[all...]
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S241 swap %d0
245 swap %d0
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S111 swap %d1 | one can be trashed below
244 swap %d1
/linux-master/sound/firewire/bebob/
H A Dbebob_maudio.c705 /* swap stream channels because inverted */
707 swap(buf[4], buf[6]);
708 swap(buf[5], buf[7]);
/linux-master/drivers/usb/serial/
H A Dvisor.c477 * Only swap the bulk endpoints for the Handspring devices with
492 * so let's swap the 1st and 2nd bulk in and interrupt endpoints.
496 swap(epds->bulk_in[0], epds->bulk_in[1]);
497 swap(epds->interrupt_in[0], epds->interrupt_in[1]);
513 * FIXME: Should we swap the descriptors instead of using the same
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dpll.c229 swap(n_start, n_stop);
249 swap(m_start, m_stop);
/linux-master/drivers/cpufreq/
H A Dlonghaul.c508 swap(longhaul_table[j].frequency,
510 swap(longhaul_table[j].driver_data,
/linux-master/drivers/media/platform/renesas/
H A Drcar_fdp1.c280 * @swap: swap register control
292 u8 swap; member in struct:fdp1_fmt
919 fdp1_write(fdp1, q_data->fmt->swap, FD1_RPF_SWAP);
946 u32 swap; local
986 swap = q_data->fmt->swap << FD1_WPF_SWAP_OSWAP_SHIFT;
987 swap |= src_q_data->fmt->swap << FD1_WPF_SWAP_SSWAP_SHIFT;
991 fdp1_write(fdp1, swap, FD1_WPF_SWA
[all...]
/linux-master/drivers/input/touchscreen/
H A Dsilead.c117 swap(absinfo_x->minimum, absinfo_y->minimum);
118 swap(absinfo_x->maximum, absinfo_y->maximum);
/linux-master/drivers/video/fbdev/core/
H A Dfb_logo.c223 swap(image->width, image->height);
230 swap(image->width, image->height);
/linux-master/arch/parisc/mm/
H A Dinit.c22 #include <linux/swap.h>
137 swap(pmem_ranges[j-1], pmem_ranges[j]);
/linux-master/drivers/media/platform/rockchip/rga/
H A Drga-hw.c183 src_info.data.swap = ctx->in.fmt->color_swap;
185 dst_info.data.swap = ctx->out.fmt->color_swap;
241 * so we need to swap the w/h when rotate degree is 90/270.
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_wpf.c279 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSWAP, fmtinfo->swap);
497 swap(mem.addr[1], mem.addr[2]);
/linux-master/drivers/staging/rtl8712/
H A Drtl8712_xmit.c188 swap(acirp_cnt[i], acirp_cnt[j]);
189 swap(inx[i], inx[j]);
/linux-master/fs/ext4/
H A Dmove_extent.c135 swap(index1, index2);
164 swap(folio[0], folio[1]);
316 * necessary, just swap data blocks between orig and donor.
422 * Try to swap extents to it's original places
475 /* Ext4 move extent does not support swap files */
477 ext4_debug("ext4 move extent: The argument files should not be swap files [ino:orig %lu, donor %lu]\n",
590 /* TODO: it's not obvious how to swap blocks for inodes with full
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dprofile.c153 swap(profile[j], profile[j - 1]);

Completed in 223 milliseconds

1234567891011>>