/linux/tools/testing/selftests/drivers/net/mlxsw/ |
A D | qos_headroom.sh | 23 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 …]
|
/linux/drivers/soc/fsl/dpio/ |
A D | dpio-service.c | 24 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 D | qbman-portal.h | 539 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/drivers/gpu/drm/i915/selftests/ |
A D | i915_random.c | 58 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/drivers/net/dsa/microchip/ |
A D | ksz_common.h | 292 #define KSZ_SPI_OP_FLAG_MASK(opcode, swp, regbits, regpad) \ argument 293 swab##swp((opcode) << ((regbits) + (regpad))) 295 #define KSZ_REGMAP_ENTRY(width, swp, regbits, regpad, regalign) \ argument 305 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_RD, swp, \ 308 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_WR, swp, \ 316 #define KSZ_REGMAP_TABLE(ksz, swp, regbits, regpad, regalign) \ argument 318 KSZ_REGMAP_ENTRY(8, swp, (regbits), (regpad), (regalign)), \ 319 KSZ_REGMAP_ENTRY(16, swp, (regbits), (regpad), (regalign)), \ 320 KSZ_REGMAP_ENTRY(32, swp, (regbits), (regpad), (regalign)), \
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 263 #define __swp_type(swp) (((swp).val >> 26) & 0x3) argument 264 #define __swp_offset(swp) ((swp).val & 0xfffff) argument 267 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
/linux/mm/ |
A D | debug_vm_pgtable.c | 840 swp_entry_t swp; in pte_swap_tests() local 845 swp = __pte_to_swp_entry(pte); in pte_swap_tests() 846 pte = __swp_entry_to_pte(swp); in pte_swap_tests() 853 swp_entry_t swp; in pmd_swap_tests() local 861 swp = __pmd_to_swp_entry(pmd); in pmd_swap_tests() 862 pmd = __swp_entry_to_pmd(swp); in pmd_swap_tests() 872 swp_entry_t swp; in swap_migration_tests() local 896 WARN_ON(!is_migration_entry(swp)); in swap_migration_tests() 899 swp = make_readable_migration_entry(swp_offset(swp)); in swap_migration_tests() 900 WARN_ON(!is_migration_entry(swp)); in swap_migration_tests() [all …]
|
A D | swap_state.c | 395 swp_entry_t swp; in find_get_incore_page() local 407 swp = radix_to_swp_entry(page); in find_get_incore_page() 409 si = get_swap_device(swp); in find_get_incore_page() 412 page = find_get_page(swap_address_space(swp), swp_offset(swp)); in find_get_incore_page()
|
/linux/include/linux/ |
A D | min_heap.h | 30 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 D | swap.h | 581 static inline int add_swap_count_continuation(swp_entry_t swp, gfp_t gfp_mask) in add_swap_count_continuation() argument 586 static inline void swap_shmem_alloc(swp_entry_t swp) in swap_shmem_alloc() argument 590 static inline int swap_duplicate(swp_entry_t swp) in swap_duplicate() argument 595 static inline void swap_free(swp_entry_t swp) in swap_free() argument 599 static inline void put_swap_page(struct page *page, swp_entry_t swp) in put_swap_page() argument 609 static inline struct page *swapin_readahead(swp_entry_t swp, gfp_t gfp_mask, in swapin_readahead() argument 620 static inline struct page *lookup_swap_cache(swp_entry_t swp, in lookup_swap_cache() argument
|
A D | swapops.h | 232 static inline int is_migration_entry(swp_entry_t swp) in is_migration_entry() argument 380 static inline int is_hwpoison_entry(swp_entry_t swp) in is_hwpoison_entry() argument
|
/linux/fs/nilfs2/ |
A D | the_nilfs.c | 493 int valid[2], swp = 0; in nilfs_load_super_block() local 519 swp = valid[1] && (!valid[0] || in nilfs_load_super_block() 523 if (valid[swp] && nilfs_sb2_bad_offset(sbp[swp], sb2off)) { in nilfs_load_super_block() 528 swp = 0; in nilfs_load_super_block() 530 if (!valid[swp]) { in nilfs_load_super_block() 536 if (!valid[!swp]) in nilfs_load_super_block() 540 if (swp) in nilfs_load_super_block() 545 nilfs->ns_prot_seq = le64_to_cpu(sbp[valid[1] & !swp]->s_last_seq); in nilfs_load_super_block()
|
/linux/lib/ |
A D | test_min_heap.c | 74 .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/tools/testing/selftests/rcutorture/ |
A D | .gitignore | 5 *.swp
|
/linux/drivers/dma-buf/ |
A D | st-dma-fence-chain.c | 634 unsigned int swp; in randomise_fences() local 636 swp = prandom_u32_max(count + 1); in randomise_fences() 637 if (swp == count) in randomise_fences() 640 swap(fc->fences[count], fc->fences[swp]); in randomise_fences()
|
/linux/drivers/mtd/spi-nor/ |
A D | built-in.a | 5 swp.o/
|
A D | Makefile | 3 spi-nor-objs := core.o sfdp.o swp.o otp.o sysfs.o
|
A D | .built-in.a.cmd | 1 … drivers/mtd/spi-nor/core.o drivers/mtd/spi-nor/sfdp.o drivers/mtd/spi-nor/swp.o drivers/mtd/spi-n…
|
/linux/arch/arm/include/asm/ |
A D | pgtable.h | 309 #define __swp_entry_to_pte(swp) __pte((swp).val | PTE_TYPE_FAULT) argument
|
/linux/Documentation/devicetree/bindings/net/nfc/ |
A D | st,st21nfca.yaml | 33 Specifies that the uicc swp signal can be physically connected to the
|
A D | st,st-nci.yaml | 38 Specifies that the uicc swp signal can be physically connected to the
|
/linux/Documentation/translations/zh_CN/arm64/ |
A D | legacy_instructions.txt | 57 节点: /proc/sys/abi/swp
|
/linux/arch/nds32/include/asm/ |
A D | pgtable.h | 360 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
/linux/Documentation/translations/zh_TW/arm64/ |
A D | legacy_instructions.txt | 61 節點: /proc/sys/abi/swp
|
/linux/arch/arm64/include/asm/ |
A D | pgtable.h | 928 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument 932 #define __swp_entry_to_pmd(swp) __pmd((swp).val) argument
|