Searched refs:swap (Results 401 - 425 of 697) sorted by relevance

<<11121314151617181920>>

/linux-master/security/selinux/
H A Dselinuxfs.c547 swap(fsi->bool_num, bool_num);
548 swap(fsi->bool_pending_names, bool_names);
549 swap(fsi->bool_pending_values, bool_values);
/linux-master/drivers/dma/
H A Dpl330.c313 enum pl330_byteswap swap; member in struct:pl330_reqcfg
1464 ccr |= (rqc->swap << CC_SWAP_SHFT);
2540 desc->rqcfg.swap = SWAP_NO;
/linux-master/mm/
H A Dvmscan.c7 * Removed kswapd_ctl limits, and swap out as many pages as needed
20 #include <linux/swap.h>
68 #include "swap.h"
324 * space in any swap device?
329 /* Is the memcg below its swap limit? */
731 swp_entry_t swap = folio->swap; local
735 __delete_from_swap_cache(folio, swap, shadow);
736 mem_cgroup_swapout(folio, swap);
738 put_swap_folio(folio, swap);
[all...]
H A Dmm_init.c27 #include <linux/swap.h>
2130 swap(j, *i);
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1487 /* Pointer swap trick */
1488 static void swap(struct stats_record **a, struct stats_record **b) function
1508 swap(prev, rec);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c1015 swap(coeff->mag_coeff[i][im][ix],
1020 swap(coeff->phs_coeff[i][im][ix],
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c760 swap(edca[i], edca[j]);
761 swap(inx[i], inx[j]);
/linux-master/drivers/spi/
H A Dspi-mtk-snfi.c837 // swap [pagesize] byte on nand with the first fdm byte
844 swap(snf->buf[fdm_bbm_pos], buf[buf_bbm_pos]);
854 // swap the first fdm byte in the first and the last sector.
858 swap(snf->buf[fdm_bbm_pos1], snf->buf[fdm_bbm_pos2]);
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout.c383 swap(outw, outh);
394 swap(outw, outh);
/linux-master/fs/
H A Dinode.c12 #include <linux/swap.h>
1109 swap(inode1, inode2);
/linux-master/fs/bcachefs/
H A Djournal.c1014 swap(new_buckets, ja->buckets);
1015 swap(new_bucket_seq, ja->bucket_seq);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c1296 swap(vchunk->chunk, vchunk->chunk2);
1365 /* In case migration was not successful, we need to swap
1369 swap(vregion->region, vregion->region2);
/linux-master/arch/x86/crypto/
H A Dsha512-avx2-asm.S126 # Load ymm with mem and byte swap each dword
606 ## byte swap first 16 dwords
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c493 swap(res_map, fill_map);
594 swap(res_map, fill_map);
2351 * this operation requires a swap of matching data with the working copy, we'll
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c423 enum hdmi_aud_channel_swap_type swap)
427 switch (swap) {
422 mtk_hdmi_hw_aud_set_channel_swap(struct mtk_hdmi *hdmi, enum hdmi_aud_channel_swap_type swap) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c431 /* swap for ABGR format */
1003 swap(cursor_height, cursor_width);
1004 swap(x_hotspot, y_hotspot);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c1960 /* swap out the old fences */
2103 swap(adev->reset_info.reset_dump_reg_list, tmp);
2104 swap(adev->reset_info.reset_dump_reg_value, new);
/linux-master/arch/m68k/fpsp040/
H A Dsrem_mod.S370 swap %d3
/linux-master/drivers/macintosh/
H A Dadbhid.c819 swap(hid->keycode[10], hid->keycode[50]);
/linux-master/net/ceph/crush/
H A Dmapper.c120 dprintk(" perm_choose swap %d with %d\n", p, p+i);
1074 /* swap o and w arrays */
1075 swap(o, w);
/linux-master/sound/pci/hda/
H A Dhda_auto_parser.c77 return -1; /* don't swap */
79 return 1; /* swap */
98 swap(pins[1], pins[2]);
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_plane.c699 swap(hstate->src_w, hstate->src_h);
/linux-master/fs/hfsplus/
H A Dbnode.c16 #include <linux/swap.h>
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c862 /* The aspect ratio is for portrait, so swap numerator and denominator */
863 swap(aspect.denominator, aspect.numerator);
/linux-master/include/uapi/rdma/
H A Dib_user_verbs.h824 __aligned_u64 swap; member in struct:ib_uverbs_send_wr::__anon1242::__anon1244

Completed in 641 milliseconds

<<11121314151617181920>>