Home
last modified time | relevance | path

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

123

/linux-6.15/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_headroom.sh22 swp=$NETIF_NO_CABLE
41 dcb -j pfc show dev $swp |
49 dcb -j ets show dev $swp |
150 mtu_set $swp 3000
152 mtu_restore $swp
154 mtu_set $swp 6000
156 mtu_restore $swp
282 mtu_set $swp 6000
284 mtu_restore $swp
334 mtu_set $swp 3000
[all …]
H 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.15/drivers/soc/fsl/dpio/
H 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 …]
H 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.15/include/linux/
H A Dmin_heap.h49 void (*swp)(void *lhs, void *rhs, void *args); member
262 void (*swp)(void *lhs, void *rhs, void *args) = func->swp; in __min_heap_sift_down_inline() local
268 if (!swp) in __min_heap_sift_down_inline()
269 swp = select_swap_func(data, elem_size); in __min_heap_sift_down_inline()
287 do_swap(data + b, data + c, elem_size, swp, args); in __min_heap_sift_down_inline()
302 void (*swp)(void *lhs, void *rhs, void *args) = func->swp; in __min_heap_sift_up_inline() local
306 if (!swp) in __min_heap_sift_up_inline()
307 swp = select_swap_func(data, elem_size); in __min_heap_sift_up_inline()
408 void (*swp)(void *lhs, void *rhs, void *args) = func->swp; in __min_heap_del_inline() local
413 if (!swp) in __min_heap_del_inline()
[all …]
H A Dzswap.h30 void zswap_invalidate(swp_entry_t swp);
52 static inline void zswap_invalidate(swp_entry_t swp) {} in zswap_invalidate() argument
H A Dswap.h538 static inline int add_swap_count_continuation(swp_entry_t swp, gfp_t gfp_mask) in add_swap_count_continuation() argument
543 static inline void swap_shmem_alloc(swp_entry_t swp, int nr) in swap_shmem_alloc() argument
547 static inline int swap_duplicate(swp_entry_t swp) in swap_duplicate() argument
552 static inline int swapcache_prepare(swp_entry_t swp, int nr) in swapcache_prepare() argument
561 static inline void put_swap_folio(struct folio *folio, swp_entry_t swp) in put_swap_folio() argument
H A Dswapops.h335 static inline int is_migration_entry(swp_entry_t swp) in is_migration_entry() argument
397 static inline int is_hwpoison_entry(swp_entry_t swp) in is_hwpoison_entry() argument
/linux-6.15/drivers/gpu/drm/i915/selftests/
H 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.15/Documentation/core-api/
H A Dmin_heap.rst73 void (*swp)(void *lhs, void *rhs, void *args);
77 - **swp** is a function for swapping elements in the heap. If swp is set to
132 `less` and `swp` functions.
133 - **args**: Optional arguments passed to the `less` and `swp` functions.
149 `less` and `swp` functions.
150 - **args**: Optional arguments passed to the `less` and `swp` functions.
170 `less` and `swp` functions.
186 `less` and `swp` functions.
200 `less` and `swp` functions.
219 `less` and `swp` functions.
[all …]
/linux-6.15/arch/nios2/include/asm/
H A Dpgtable.h261 #define __swp_type(swp) (((swp).val >> 26) & 0x1f) argument
262 #define __swp_offset(swp) ((swp).val & 0xfffff) argument
265 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
/linux-6.15/lib/
H A Dtest_min_heap.c67 .swp = NULL, in test_heapify_all()
99 .swp = NULL, in test_heap_push()
131 .swp = NULL, in test_heap_pop_push()
170 .swp = NULL, in test_heap_del()
/linux-6.15/mm/
H A Ddebug_vm_pgtable.c841 swp_entry_t swp; in pte_swap_tests() local
846 swp = __pte_to_swp_entry(pte); in pte_swap_tests()
847 pte = __swp_entry_to_pte(swp); in pte_swap_tests()
854 swp_entry_t swp; in pmd_swap_tests() local
862 swp = __pmd_to_swp_entry(pmd); in pmd_swap_tests()
863 pmd = __swp_entry_to_pmd(swp); in pmd_swap_tests()
873 swp_entry_t swp; in swap_migration_tests() local
897 WARN_ON(!is_migration_entry(swp)); in swap_migration_tests()
900 swp = make_readable_migration_entry(swp_offset(swp)); in swap_migration_tests()
901 WARN_ON(!is_migration_entry(swp)); in swap_migration_tests()
[all …]
H A Dzswap.c236 static inline struct xarray *swap_zswap_tree(swp_entry_t swp) in swap_zswap_tree() argument
238 return &zswap_trees[swp_type(swp)][swp_offset(swp) in swap_zswap_tree()
1562 swp_entry_t swp = folio->swap; in zswap_store() local
1629 unsigned type = swp_type(swp); in zswap_store()
1630 pgoff_t offset = swp_offset(swp); in zswap_store()
1667 swp_entry_t swp = folio->swap; in zswap_load() local
1668 pgoff_t offset = swp_offset(swp); in zswap_load()
1670 struct xarray *tree = swap_zswap_tree(swp); in zswap_load()
1725 void zswap_invalidate(swp_entry_t swp) in zswap_invalidate() argument
1727 pgoff_t offset = swp_offset(swp); in zswap_invalidate()
[all …]
H A Dswap_state.c342 swp_entry_t swp; in filemap_get_incore_folio() local
353 swp = radix_to_swp_entry(folio); in filemap_get_incore_folio()
355 if (non_swap_entry(swp)) in filemap_get_incore_folio()
358 si = get_swap_device(swp); in filemap_get_incore_folio()
361 index = swap_cache_index(swp); in filemap_get_incore_folio()
362 folio = filemap_get_folio(swap_address_space(swp), index); in filemap_get_incore_folio()
/linux-6.15/drivers/net/dsa/microchip/
H A Dksz_common.h871 #define KSZ_SPI_OP_FLAG_MASK(opcode, swp, regbits, regpad) \ argument
872 swab##swp((opcode) << ((regbits) + (regpad)))
874 #define KSZ_REGMAP_ENTRY(width, swp, regbits, regpad, regalign) \ argument
884 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_RD, swp, \
887 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_WR, swp, \
895 #define KSZ_REGMAP_TABLE(ksz, swp, regbits, regpad, regalign) \ argument
897 [KSZ_REGMAP_8] = KSZ_REGMAP_ENTRY(8, swp, (regbits), (regpad), (regalign)), \
898 [KSZ_REGMAP_16] = KSZ_REGMAP_ENTRY(16, swp, (regbits), (regpad), (regalign)), \
899 [KSZ_REGMAP_32] = KSZ_REGMAP_ENTRY(32, swp, (regbits), (regpad), (regalign)), \
/linux-6.15/fs/nilfs2/
H A Dthe_nilfs.c612 int valid[2], swp = 0, older; in nilfs_load_super_block() local
644 swp = valid[1] && (!valid[0] || in nilfs_load_super_block()
648 if (valid[swp] && nilfs_sb2_bad_offset(sbp[swp], sb2off)) { in nilfs_load_super_block()
653 swp = 0; in nilfs_load_super_block()
655 if (!valid[swp]) { in nilfs_load_super_block()
661 if (!valid[!swp]) in nilfs_load_super_block()
665 if (swp) in nilfs_load_super_block()
682 older = valid[1] ^ swp; in nilfs_load_super_block()
/linux-6.15/tools/testing/selftests/rcutorture/
H A D.gitignore5 *.swp
/linux-6.15/drivers/dma-buf/
H A Dst-dma-fence-chain.c635 unsigned int swp; in randomise_fences() local
637 swp = get_random_u32_below(count + 1); in randomise_fences()
638 if (swp == count) in randomise_fences()
641 swap(fc->fences[count], fc->fences[swp]); in randomise_fences()
/linux-6.15/drivers/mtd/spi-nor/
H A DMakefile3 spi-nor-objs := core.o sfdp.o swp.o otp.o sysfs.o
/linux-6.15/Documentation/devicetree/bindings/net/nfc/
H A Dst,st21nfca.yaml33 Specifies that the uicc swp signal can be physically connected to the
H A Dst,st-nci.yaml36 Specifies that the uicc swp signal can be physically connected to the
/linux-6.15/Documentation/translations/zh_CN/arch/arm64/
H A Dlegacy_instructions.txt57 节点: /proc/sys/abi/swp
/linux-6.15/arch/arm/include/asm/
H A Dpgtable.h303 #define __swp_entry_to_pte(swp) __pte((swp).val) argument
/linux-6.15/Documentation/translations/zh_TW/arch/arm64/
H A Dlegacy_instructions.txt61 節點: /proc/sys/abi/swp

123