Home
last modified time | relevance | path

Searched refs:swp (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/
A Dqos_headroom.sh23 swp=$NETIF_NO_CABLE
42 dcb -j pfc show dev $swp |
50 dcb -j ets show dev $swp |
151 mtu_set $swp 3000
153 mtu_restore $swp
155 mtu_set $swp 6000
157 mtu_restore $swp
283 mtu_set $swp 6000
285 mtu_restore $swp
335 mtu_set $swp 3000
[all …]
A Dhw_stats_l3.sh12 swp=$NETIF_NO_CABLE
21 hw_stats_monitor_test $swp l3 \
22 "ip addr add dev $swp 192.0.2.1/28" \
23 "ip addr del dev $swp 192.0.2.1/28"
/linux-6.3-rc2/drivers/soc/fsl/dpio/
A Ddpio-service.c24 struct qbman_swp *swp; member
162 if (!obj->swp) { in dpaa2_io_create()
235 swp = obj->swp; in dpaa2_io_irq()
409 s->swp = d->swp; in dpaa2_io_service_pull_fq()
412 s->swp = NULL; in dpaa2_io_service_pull_fq()
441 s->swp = d->swp; in dpaa2_io_service_pull_channel()
444 s->swp = NULL; in dpaa2_io_service_pull_channel()
777 swp = d->swp; in dpaa2_io_query_fq_count()
810 swp = d->swp; in dpaa2_io_query_bp_count()
830 struct qbman_swp *swp = d->swp; in dpaa2_io_set_irq_coalescing() local
[all …]
A Dqbman-portal.h539 static inline void *qbman_swp_mc_complete(struct qbman_swp *swp, void *cmd, in qbman_swp_mc_complete() argument
544 qbman_swp_mc_submit(swp, cmd, cmd_verb); in qbman_swp_mc_complete()
547 cmd = qbman_swp_mc_result(swp); in qbman_swp_mc_complete()
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/
A Di915_random.c58 size_t swp; in i915_prandom_shuffle() local
60 swp = i915_prandom_u32_max_state(count + 1, state); in i915_prandom_shuffle()
61 if (swp == count) in i915_prandom_shuffle()
65 memcpy(arr + count * elsz, arr + swp * elsz, elsz); in i915_prandom_shuffle()
66 memcpy(arr + swp * elsz, stack, elsz); in i915_prandom_shuffle()
/linux-6.3-rc2/arch/nios2/include/asm/
A Dpgtable.h249 #define __swp_type(swp) (((swp).val >> 26) & 0x1f) argument
250 #define __swp_offset(swp) ((swp).val & 0xfffff) argument
253 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
/linux-6.3-rc2/include/linux/
A Dmin_heap.h30 void (*swp)(void *lhs, void *rhs); member
58 func->swp(smallest, parent); in min_heapify()
130 func->swp(parent, child); in min_heap_push()
A Dswap.h552 static inline int add_swap_count_continuation(swp_entry_t swp, gfp_t gfp_mask) in add_swap_count_continuation() argument
557 static inline void swap_shmem_alloc(swp_entry_t swp) in swap_shmem_alloc() argument
561 static inline int swap_duplicate(swp_entry_t swp) in swap_duplicate() argument
566 static inline void swap_free(swp_entry_t swp) in swap_free() argument
570 static inline void put_swap_folio(struct folio *folio, swp_entry_t swp) in put_swap_folio() argument
A Dswapops.h360 static inline int is_migration_entry(swp_entry_t swp) in is_migration_entry() argument
580 static inline int is_hwpoison_entry(swp_entry_t swp) in is_hwpoison_entry() argument
/linux-6.3-rc2/drivers/net/dsa/microchip/
A Dksz_common.h676 #define KSZ_SPI_OP_FLAG_MASK(opcode, swp, regbits, regpad) \ argument
677 swab##swp((opcode) << ((regbits) + (regpad)))
679 #define KSZ_REGMAP_ENTRY(width, swp, regbits, regpad, regalign) \ argument
689 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_RD, swp, \
692 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_WR, swp, \
700 #define KSZ_REGMAP_TABLE(ksz, swp, regbits, regpad, regalign) \ argument
702 KSZ_REGMAP_ENTRY(8, swp, (regbits), (regpad), (regalign)), \
703 KSZ_REGMAP_ENTRY(16, swp, (regbits), (regpad), (regalign)), \
704 KSZ_REGMAP_ENTRY(32, swp, (regbits), (regpad), (regalign)), \
/linux-6.3-rc2/mm/
A Ddebug_vm_pgtable.c847 swp_entry_t swp; in pte_swap_tests() local
852 swp = __pte_to_swp_entry(pte); in pte_swap_tests()
853 pte = __swp_entry_to_pte(swp); in pte_swap_tests()
860 swp_entry_t swp; in pmd_swap_tests() local
868 swp = __pmd_to_swp_entry(pmd); in pmd_swap_tests()
869 pmd = __swp_entry_to_pmd(swp); in pmd_swap_tests()
879 swp_entry_t swp; in swap_migration_tests() local
903 WARN_ON(!is_migration_entry(swp)); in swap_migration_tests()
906 swp = make_readable_migration_entry(swp_offset(swp)); in swap_migration_tests()
907 WARN_ON(!is_migration_entry(swp)); in swap_migration_tests()
[all …]
A Dswap_state.c387 swp_entry_t swp; in filemap_get_incore_folio() local
396 swp = radix_to_swp_entry(folio); in filemap_get_incore_folio()
398 if (non_swap_entry(swp)) in filemap_get_incore_folio()
401 si = get_swap_device(swp); in filemap_get_incore_folio()
404 index = swp_offset(swp); in filemap_get_incore_folio()
405 folio = filemap_get_folio(swap_address_space(swp), index); in filemap_get_incore_folio()
A Dswap.h89 static inline struct page *swapin_readahead(swp_entry_t swp, gfp_t gfp_mask, in swapin_readahead() argument
/linux-6.3-rc2/lib/
A Dtest_min_heap.c74 .swp = swap_ints, in test_heapify_all()
107 .swp = swap_ints, in test_heap_push()
140 .swp = swap_ints, in test_heap_pop_push()
/linux-6.3-rc2/fs/nilfs2/
A Dthe_nilfs.c548 int valid[2], swp = 0; in nilfs_load_super_block() local
580 swp = valid[1] && (!valid[0] || in nilfs_load_super_block()
584 if (valid[swp] && nilfs_sb2_bad_offset(sbp[swp], sb2off)) { in nilfs_load_super_block()
589 swp = 0; in nilfs_load_super_block()
591 if (!valid[swp]) { in nilfs_load_super_block()
597 if (!valid[!swp]) in nilfs_load_super_block()
601 if (swp) in nilfs_load_super_block()
606 nilfs->ns_prot_seq = le64_to_cpu(sbp[valid[1] & !swp]->s_last_seq); in nilfs_load_super_block()
/linux-6.3-rc2/tools/testing/selftests/rcutorture/
A D.gitignore5 *.swp
/linux-6.3-rc2/drivers/dma-buf/
A Dst-dma-fence-chain.c638 unsigned int swp; in randomise_fences() local
640 swp = get_random_u32_below(count + 1); in randomise_fences()
641 if (swp == count) in randomise_fences()
644 swap(fc->fences[count], fc->fences[swp]); in randomise_fences()
/linux-6.3-rc2/drivers/mtd/spi-nor/
A DMakefile3 spi-nor-objs := core.o sfdp.o swp.o otp.o sysfs.o
/linux-6.3-rc2/Documentation/devicetree/bindings/net/nfc/
A Dst,st21nfca.yaml33 Specifies that the uicc swp signal can be physically connected to the
A Dst,st-nci.yaml36 Specifies that the uicc swp signal can be physically connected to the
/linux-6.3-rc2/Documentation/translations/zh_CN/arm64/
A Dlegacy_instructions.txt57 节点: /proc/sys/abi/swp
/linux-6.3-rc2/arch/arm/include/asm/
A Dpgtable.h299 #define __swp_entry_to_pte(swp) __pte((swp).val) argument
/linux-6.3-rc2/Documentation/translations/zh_TW/arm64/
A Dlegacy_instructions.txt61 節點: /proc/sys/abi/swp
/linux-6.3-rc2/Documentation/arm64/
A Dlegacy_instructions.rst49 :Node: /proc/sys/abi/swp
/linux-6.3-rc2/arch/arm64/include/asm/
A Dpgtable.h1014 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
1018 #define __swp_entry_to_pmd(swp) __pmd((swp).val) argument

Completed in 50 milliseconds

12