Searched refs:swap (Results 376 - 400 of 700) sorted by relevance

<<11121314151617181920>>

/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/arch/m68k/fpsp040/
H A Dbindec.S387 swap %d5 |use upper word of d5 for LAMBDA
638 swap %d5 |put ICTR in lower word of d5
757 swap %d0 |put exponent in lower word
/linux-master/drivers/isdn/mISDN/
H A Dl1oip_core.c429 swap(hc->chan[channel].disorder_skb, nskb);
430 swap(hc->chan[channel].disorder_cnt, rx_counter);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c244 /* swap for ABGR format */
1207 swap(cursor_height, cursor_width);
1208 swap(x_hotspot, y_hotspot);
/linux-master/arch/arc/kernel/
H A Dunwind.c249 swap(e1->start, e2->start);
250 swap(e1->fde, e2->fde);
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_qp.c810 wqe_hdr->wr.atomic.swap =
811 atomic_wr(wr)->swap;
/linux-master/drivers/usb/serial/
H A Dmos7720.c828 * parallel port, and the second for the serial port. We swap
833 swap(epds->bulk_in[0], epds->bulk_in[1]);
834 swap(epds->bulk_out[0], epds->bulk_out[1]);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_channels.c912 swap(efx->channel[i], other_channel[i]);
956 swap(efx->channel[i], other_channel[i]);
/linux-master/drivers/md/bcache/
H A Drequest.c1270 swap(bio->bi_iter.bi_size, bytes);
1272 swap(bio->bi_iter.bi_size, bytes);
/linux-master/drivers/staging/media/imx/
H A Dimx-ic-prpencvf.c103 bool interweave_swap; /* swap top/bottom lines when interweaving */
379 swap(image.pix.width, image.pix.height);
380 swap(image.rect.width, image.rect.height);
/linux-master/drivers/iommu/iommufd/
H A Dio_pagetable.c761 swap(*allowed_iova, iopt->allowed_itree);
767 swap(*allowed_iova, iopt->allowed_itree);
/linux-master/net/sched/
H A Dsch_netem.c1002 swap(q->delay_dist, delay_dist);
1004 swap(q->slot_dist, slot_dist);
/linux-master/drivers/staging/vme_user/
H A Dvme.c705 * @swap: Bits to be swapped in data read from offset.
711 * - Where a selected bit matches that in compare and are selected in swap,
720 unsigned int compare, unsigned int swap, loff_t offset)
737 return bridge->master_rmw(image, mask, compare, swap, offset);
719 vme_master_rmw(struct vme_resource *resource, unsigned int mask, unsigned int compare, unsigned int swap, loff_t offset) argument
/linux-master/net/core/
H A Ddrop_monitor.c172 swap(data->skb, skb);
318 swap(hw_data->hw_entries, hw_entries);
/linux-master/arch/x86/events/intel/
H A Dlbr.c524 swap(prev_epc->task_ctx_data, next_epc->task_ctx_data);
538 swap(task_context_opt(prev_ctx_data)->lbr_callstack_users,
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c781 wr->wr.atomic.swap = atomic_wr(ibwr)->swap;
/linux-master/crypto/
H A Daf_alg.c195 swap(ask->type, type);
196 swap(ask->private, private);
/linux-master/fs/xfs/
H A Dxfs_bmap_util.c1085 * valid for the target inode before doing the swap. This is not a problem with
1093 * blindly swap data forks on attr2 filesystems.
1095 * Note that we check the swap in both directions so that we don't end up with
1131 * If we have to use the (expensive) rmap swap method, we can
1378 swap(ip->i_df, tip->i_df);
1589 * passed in. If they differ, we abort this swap.
1607 * owner to be) because once we swap the forks and log that, log
1622 /* Do we have to swap reflink flags? */
1639 swap(ip->i_cowfp, tip->i_cowfp);
H A Dxfs_inode.c544 swap(ip0, ip1);
545 swap(ip0_mode, ip1_mode);
1633 * case where we've recovered a directory swap with a "temporary" directory
2945 swap(i_tab[j], i_tab[j - 1]);
3900 swap(src, dest);
3950 swap(ip1, ip2);
/linux-master/fs/bcachefs/
H A Dfs-io-buffered.c217 swap(rbio->bio.bi_iter.bi_size, bytes);
230 swap(rbio->bio.bi_iter.bi_size, bytes);
/linux-master/arch/s390/kvm/
H A Dinterrupt.c2490 adapter->swap = adapter_info.swap;
2774 static unsigned long get_ind_bit(__u64 addr, unsigned long bit_nr, bool swap) argument
2780 return swap ? (bit ^ (BITS_PER_LONG - 1)) : bit;
2815 adapter_int->ind_offset, adapter->swap);
2821 adapter_int->summary_offset, adapter->swap);
/linux-master/mm/
H A Dhuge_memory.c17 #include <linux/swap.h>
46 #include "swap.h"
2787 new_folio->swap.val = folio->swap.val + tail;
2841 offset = swp_offset(folio->swap);
2842 swap_cache = swap_address_space(folio->swap);
2888 /* Additional pin to swap cache */
3232 * handled by page reclaim since THP swap would add the folio into
3233 * swap cache before calling try_to_unmap().
/linux-master/kernel/sched/
H A Dsched.h2774 swap(l1, l2);
2783 swap(l1, l2);
2792 swap(l1, l2);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fdir.c596 fd_fltr_ctx->swap = ICE_FXD_FLTR_QW1_SWAP_SET;
636 qword |= FIELD_PREP(ICE_FXD_FLTR_QW1_SWAP_M, ctx->swap);
685 fdir_fltr_ctx.swap = ICE_FXD_FLTR_QW1_SWAP_NOT_SET;
/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);

Completed in 820 milliseconds

<<11121314151617181920>>