Searched refs:swapped (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/usb/typec/mux/
H A Dgpio-sbu-mux.c21 struct mutex lock; /* protect enabled and swapped */
23 bool swapped; member in struct:gpio_sbu_mux
31 bool swapped; local
36 swapped = sbu_mux->swapped;
43 swapped = false;
46 swapped = true;
53 if (swapped != sbu_mux->swapped)
54 gpiod_set_value(sbu_mux->select_gpio, swapped);
[all...]
/linux-master/arch/mips/alchemy/devboards/
H A Dplatform.h20 int swapped);
H A Dplatform.c153 int swapped)
190 if (!swapped) {
220 if (swapped) {
152 db1x_register_norflash(unsigned long size, int width, int swapped) argument
H A Ddb1550.c584 int swapped, id; local
624 swapped = bcsr_read(BCSR_STATUS) &
626 db1x_register_norflash(128 << 20, 4, swapped);
H A Ddb1300.c788 int swapped, cpldirq; local
848 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT;
849 db1x_register_norflash(64 << 20, 2, swapped);
H A Ddb1200.c803 int swapped, bid; local
932 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT;
933 db1x_register_norflash(64 << 20, 2, swapped);
/linux-master/include/linux/
H A Dshmem_fs.h25 unsigned long swapped; /* subtotal assigned to swap */ member in struct:shmem_inode_info
/linux-master/drivers/media/platform/renesas/
H A Drenesas-ceu.c122 * @fmt_order_swap: swapped CEU_CAMCR.DTARY ordering of input components
124 * @swapped: does Cr appear before Cb?
132 bool swapped; member in struct:ceu_mbus_fmt
381 * If the memory output planar format is 'swapped' (Cr before Cb) and
382 * input format is not, use the swapped version of CAMCR.DTARY.
384 * If the memory output planar format is not 'swapped' (Cb before Cr)
385 * and input format is, use the swapped version of CAMCR.DTARY.
404 /* Non-swapped planar image capture mode. */
409 if (mbus_fmt->swapped)
423 if (mbus_fmt->swapped)
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_dc_resource_mgmt.c451 bool sorted, swapped; local
466 swapped = false;
473 swapped = true;
481 if (swapped)
486 swapped = false;
/linux-master/mm/
H A Dshmem.c416 * @swapped: the change in number of pages swapped from inode
421 * But normally info->alloced == inode->i_mapping->nrpages + info->swapped
422 * So mm freed is info->alloced - (inode->i_mapping->nrpages + info->swapped)
424 static void shmem_recalc_inode(struct inode *inode, long alloced, long swapped) argument
431 info->swapped += swapped;
432 freed = info->alloced - info->swapped -
437 * shmem_writepage() has to raise swapped before nrpages is lowered -
441 if (swapped >
858 unsigned long swapped = 0; local
891 unsigned long swapped; local
[all...]
H A Dksm.c1283 int swapped; local
1308 swapped = PageSwapCache(page);
1329 if (page_mapcount(page) + 1 + swapped != page_count(page)) {
1519 * ptes: make sure that the ksm page would be swapped.
/linux-master/tools/perf/util/
H A Devsel.c2183 bool swapped = evsel->needs_swap; local
2196 if (swapped) {
2223 if (swapped) {
2348 bool swapped = evsel->needs_swap; local
2392 if (swapped) {
2427 if (swapped) {
2513 if (swapped) {
2524 if (swapped)
2559 if (swapped) {
2690 if (swapped)
[all...]
/linux-master/drivers/net/phy/
H A Dadin.c726 bool swapped; local
754 swapped = !!(reg & ADIN1300_PAIR_01_SWAP);
756 if (mdix_en != swapped)
/linux-master/fs/btrfs/
H A Dctree.h150 * Record swapped tree blocks of a subvolume tree for delayed subtree trace
156 bool swapped; member in struct:btrfs_qgroup_swapped_blocks
302 /* Record pairs of swapped blocks for qgroup */
H A Dqgroup.c2406 /* Skip old tree blocks as they won't be swapped */
4541 swapped_blocks->swapped = false;
4545 * Delete all swapped blocks record of @root.
4558 if (!swapped_blocks->swapped)
4570 swapped_blocks->swapped = false;
4578 * @subvol_root: tree root of the subvolume tree get swapped
4679 blocks->swapped = true;
4705 bool swapped = false; local
4716 if (!blocks->swapped) {
4737 /* Found one, remove it from @blocks first and update blocks->swapped */
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S90 | swapped out before taking the exception, the exception taken on
/linux-master/fs/bcachefs/
H A Dbtree_iter.c2645 bool swapped; local
2657 swapped = false;
2667 swapped = true;
2676 } while (swapped);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c3409 static u32 swapped; local
3425 if (!swapped) {
3437 swapped = 1;
H A Dqib_iba7322.c5236 static u32 swapped; local
5252 if (!swapped) {
5264 swapped = 1;
/linux-master/ipc/
H A Dshm.c82 #define SHM_LOCKED 02000 /* segment will not be swapped */
950 *swp_add += info->swapped;

Completed in 363 milliseconds