Searched refs:swap (Results 276 - 300 of 700) sorted by relevance

<<11121314151617181920>>

/linux-master/net/can/j1939/
H A Dtransport.c427 static int j1939_tp_im_involved(const struct j1939_sk_buff_cb *skcb, bool swap) argument
429 if (swap)
468 * reverse: swap cb's src & dst
574 swap(skcb->addr.dst_name, skcb->addr.src_name);
575 swap(skcb->addr.da, skcb->addr.sa);
577 /* swap SRC and DST flags, leave other untouched */
/linux-master/drivers/media/i2c/
H A Dsaa6588.c288 SAA6588 byte order is Status-MSB-LSB, so we have to swap the
292 swap(tmpbuf[2], tmpbuf[0]);
/linux-master/arch/m68k/mm/
H A Dmotorola.c16 #include <linux/swap.h>
/linux-master/arch/powerpc/mm/
H A Dinit_64.c27 #include <linux/swap.h>
H A Dhugetlbpage.c19 #include <linux/swap.h>
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shrinker.c11 #include <linux/swap.h>
35 * purgeable) or if we can move their contents out to swap.
584 * shrinker will attempt to discard the backing pages, instead of trying to swap
/linux-master/include/linux/
H A Dmm_inline.h8 #include <linux/swap.h>
26 * ram or swap backed folio.
560 * with a swap pte. There's no way of leaking the bit.
570 * A uffd-wp wr-protected swap pte. Note: this should even cover an
/linux-master/lib/crypto/mpi/
H A Dec.c103 static void point_swap_cond(MPI_POINT d, MPI_POINT s, unsigned long swap, argument
106 mpi_swap_cond(d->x, s->x, swap);
108 mpi_swap_cond(d->y, s->y, swap);
109 mpi_swap_cond(d->z, s->z, swap);
/linux-master/net/caif/
H A Dchnl_net.c221 swap(ip_hdr(skb)->saddr, ip_hdr(skb)->daddr);
/linux-master/drivers/nvmem/
H A Dimx-ocotp.c232 swap(buf[i], buf[bytes - i - 1]);
/linux-master/fs/
H A Dfile_table.c29 #include <linux/swap.h>
/linux-master/arch/arm64/kernel/
H A Dmte.c14 #include <linux/swap.h>
/linux-master/fs/nilfs2/
H A Dpage.c12 #include <linux/swap.h>
/linux-master/lib/
H A Dtest_vmalloc.c440 swap(arr[i], arr[j]);
/linux-master/arch/powerpc/kernel/
H A Dtraps.c891 bool swap; local
919 swap = (msr & MSR_LE) != (MSR_KERNEL & MSR_LE);
1008 * swap them back.
1014 if (swap)
1037 if (!swap)
1040 /* Otherwise, we need to swap the content of the components */
/linux-master/arch/s390/include/uapi/asm/
H A Dkvm.h356 __u8 swap; member in struct:kvm_s390_io_adapter
/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c216 swap(*orc_a, *orc_b);
/linux-master/tools/arch/s390/include/uapi/asm/
H A Dkvm.h356 __u8 swap; member in struct:kvm_s390_io_adapter
/linux-master/net/core/
H A Dflow_dissector.c1749 swap(keys->addrs.v4addrs.src, keys->addrs.v4addrs.dst);
1753 swap(keys->ports.src, keys->ports.dst);
1762 swap(keys->addrs.v6addrs.src.s6_addr32[i],
1767 swap(keys->ports.src, keys->ports.dst);
/linux-master/fs/gfs2/
H A Dmeta_io.c15 #include <linux/swap.h>
/linux-master/drivers/hid/
H A Dhid-sony.c939 swap(rd[41], rd[42]);
940 swap(rd[43], rd[44]);
941 swap(rd[45], rd[46]);
942 swap(rd[47], rd[48]);
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_fb.c156 swap(info->width, info->height);
/linux-master/arch/arm/mm/
H A Dinit.c9 #include <linux/swap.h>
/linux-master/arch/powerpc/platforms/powermac/
H A Dpic.c318 swap(master, slave);
/linux-master/arch/mips/mm/
H A Dinit.c27 #include <linux/swap.h>

Completed in 563 milliseconds

<<11121314151617181920>>