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

<<11121314151617181920>>

/linux-master/kernel/
H A Dstop_machine.c358 swap(cpu1, cpu2);
/linux-master/drivers/extcon/
H A Dextcon-usbc-cros-ec.c154 pd_control.swap = USB_PD_CTRL_SWAP_NONE;
/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c20 #include <linux/swap.h>
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_fb.c155 swap(info->width, info->height);
/linux-master/net/mctp/
H A Ddevice.c242 swap(mdev->addrs, tmp_addrs);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-h264.c444 swap(b1_reflist[0], b1_reflist[1]);
/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/arch/powerpc/platforms/powermac/
H A Dpic.c318 swap(master, slave);
/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/net/core/
H A Dflow_dissector.c1741 swap(keys->addrs.v4addrs.src, keys->addrs.v4addrs.dst);
1745 swap(keys->ports.src, keys->ports.dst);
1754 swap(keys->addrs.v6addrs.src.s6_addr32[i],
1759 swap(keys->ports.src, keys->ports.dst);
/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/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/fs/gfs2/
H A Dmeta_io.c15 #include <linux/swap.h>
/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/mm/
H A Dmemremap.c9 #include <linux/swap.h>
/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/arch/mips/mm/
H A Dinit.c27 #include <linux/swap.h>
/linux-master/fs/
H A Dremap_range.c173 swap(folio1, folio2);
H A Dfile_table.c29 #include <linux/swap.h>
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c773 swap(data->viewport.width, data->viewport.height);
774 swap(data->viewport_c.width, data->viewport_c.height);
1153 swap(surf_src.height, surf_src.width);
1295 swap(src.width, src.height);
1296 swap(flip_vert_scan_dir, flip_horz_scan_dir);
1340 swap(data->viewport.x, data->viewport.y);
1341 swap(data->viewport.width, data->viewport.height);
1342 swap(data->viewport_c.x, data->viewport_c.y);
1343 swap(data->viewport_c.width, data->viewport_c.height);

Completed in 468 milliseconds

<<11121314151617181920>>