/linux-6.1.9/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_headroom.sh | 23 swp=$NETIF_NO_CABLE 34 dcb -j buffer show dev $swp | 42 dcb -j pfc show dev $swp | 50 dcb -j ets show dev $swp | 58 dcb -j buffer show dev $swp | jq ".buffer_size[$idx]" 63 dcb -j buffer show dev $swp | jq '.total_size' 125 dcb ets set dev $swp prio-tc 0:0 1:2 2:4 3:6 4:1 5:3 6:5 7:7 131 dcb ets set dev $swp prio-tc all:0 136 dcb buffer set dev $swp prio-buffer 0:1 1:3 2:5 3:7 4:0 5:2 6:4 7:6 2>/dev/null 151 mtu_set $swp 3000 [all …]
|
D | hw_stats_l3.sh | 12 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.1.9/drivers/soc/fsl/dpio/ |
D | dpio-service.c | 24 struct qbman_swp *swp; member 48 struct qbman_swp *swp; /* portal used to issue VDQCR */ member 160 obj->swp = qbman_swp_init(&obj->swp_desc); in dpaa2_io_create() 162 if (!obj->swp) { in dpaa2_io_create() 174 qbman_swp_interrupt_set_trigger(obj->swp, in dpaa2_io_create() 176 qbman_swp_interrupt_clear_status(obj->swp, 0xffffffff); in dpaa2_io_create() 178 qbman_swp_push_set(obj->swp, 0, 1); in dpaa2_io_create() 230 struct qbman_swp *swp; in dpaa2_io_irq() local 235 swp = obj->swp; in dpaa2_io_irq() 236 status = qbman_swp_interrupt_read_status(swp); in dpaa2_io_irq() [all …]
|
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-6.1.9/drivers/gpu/drm/i915/selftests/ |
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-6.1.9/arch/nios2/include/asm/ |
D | pgtable.h | 245 #define __swp_type(swp) (((swp).val >> 26) & 0x3) argument 246 #define __swp_offset(swp) ((swp).val & 0xfffff) argument 249 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
/linux-6.1.9/drivers/net/dsa/microchip/ |
D | ksz_common.h | 594 #define KSZ_SPI_OP_FLAG_MASK(opcode, swp, regbits, regpad) \ argument 595 swab##swp((opcode) << ((regbits) + (regpad))) 597 #define KSZ_REGMAP_ENTRY(width, swp, regbits, regpad, regalign) \ argument 607 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_RD, swp, \ 610 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_WR, swp, \ 618 #define KSZ_REGMAP_TABLE(ksz, swp, regbits, regpad, regalign) \ argument 620 KSZ_REGMAP_ENTRY(8, swp, (regbits), (regpad), (regalign)), \ 621 KSZ_REGMAP_ENTRY(16, swp, (regbits), (regpad), (regalign)), \ 622 KSZ_REGMAP_ENTRY(32, swp, (regbits), (regpad), (regalign)), \
|
/linux-6.1.9/include/linux/ |
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()
|
D | swap.h | 560 static inline int add_swap_count_continuation(swp_entry_t swp, gfp_t gfp_mask) in add_swap_count_continuation() argument 565 static inline void swap_shmem_alloc(swp_entry_t swp) in swap_shmem_alloc() argument 569 static inline int swap_duplicate(swp_entry_t swp) in swap_duplicate() argument 574 static inline void swap_free(swp_entry_t swp) in swap_free() argument 578 static inline void put_swap_folio(struct folio *folio, swp_entry_t swp) in put_swap_folio() argument
|
D | swapops.h | 369 static inline int is_migration_entry(swp_entry_t swp) in is_migration_entry() argument 619 static inline int is_hwpoison_entry(swp_entry_t swp) in is_hwpoison_entry() argument
|
/linux-6.1.9/mm/ |
D | debug_vm_pgtable.c | 855 swp_entry_t swp; in pte_swap_tests() local 860 swp = __pte_to_swp_entry(pte); in pte_swap_tests() 861 pte = __swp_entry_to_pte(swp); in pte_swap_tests() 868 swp_entry_t swp; in pmd_swap_tests() local 876 swp = __pmd_to_swp_entry(pmd); in pmd_swap_tests() 877 pmd = __swp_entry_to_pmd(swp); in pmd_swap_tests() 887 swp_entry_t swp; in swap_migration_tests() local 910 swp = make_writable_migration_entry(page_to_pfn(page)); in swap_migration_tests() 911 WARN_ON(!is_migration_entry(swp)); in swap_migration_tests() 912 WARN_ON(!is_writable_migration_entry(swp)); in swap_migration_tests() [all …]
|
D | swap_state.c | 387 swp_entry_t swp; in find_get_incore_page() local 399 swp = radix_to_swp_entry(page); in find_get_incore_page() 401 if (non_swap_entry(swp)) in find_get_incore_page() 404 si = get_swap_device(swp); in find_get_incore_page() 407 page = find_get_page(swap_address_space(swp), swp_offset(swp)); in find_get_incore_page()
|
D | swap.h | 90 static inline struct page *swapin_readahead(swp_entry_t swp, gfp_t gfp_mask, in swapin_readahead() argument
|
/linux-6.1.9/lib/ |
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-6.1.9/fs/nilfs2/ |
D | the_nilfs.c | 548 int valid[2], swp = 0; in nilfs_load_super_block() local 574 swp = valid[1] && (!valid[0] || in nilfs_load_super_block() 578 if (valid[swp] && nilfs_sb2_bad_offset(sbp[swp], sb2off)) { in nilfs_load_super_block() 583 swp = 0; in nilfs_load_super_block() 585 if (!valid[swp]) { in nilfs_load_super_block() 591 if (!valid[!swp]) in nilfs_load_super_block() 595 if (swp) in nilfs_load_super_block() 600 nilfs->ns_prot_seq = le64_to_cpu(sbp[valid[1] & !swp]->s_last_seq); in nilfs_load_super_block()
|
/linux-6.1.9/tools/testing/selftests/rcutorture/ |
D | .gitignore | 5 *.swp
|
/linux-6.1.9/drivers/dma-buf/ |
D | st-dma-fence-chain.c | 638 unsigned int swp; in randomise_fences() local 640 swp = prandom_u32_max(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.1.9/drivers/mtd/spi-nor/ |
D | Makefile | 3 spi-nor-objs := core.o sfdp.o swp.o otp.o sysfs.o
|
/linux-6.1.9/Documentation/devicetree/bindings/net/nfc/ |
D | st,st21nfca.yaml | 33 Specifies that the uicc swp signal can be physically connected to the
|
D | st,st-nci.yaml | 36 Specifies that the uicc swp signal can be physically connected to the
|
/linux-6.1.9/Documentation/translations/zh_CN/arm64/ |
D | legacy_instructions.txt | 57 节点: /proc/sys/abi/swp
|
/linux-6.1.9/arch/arm/include/asm/ |
D | pgtable.h | 294 #define __swp_entry_to_pte(swp) __pte((swp).val | PTE_TYPE_FAULT) argument
|
/linux-6.1.9/Documentation/translations/zh_TW/arm64/ |
D | legacy_instructions.txt | 61 節點: /proc/sys/abi/swp
|
/linux-6.1.9/Documentation/arm64/ |
D | legacy_instructions.rst | 49 :Node: /proc/sys/abi/swp
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | pgtable.h | 1011 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument 1015 #define __swp_entry_to_pmd(swp) __pmd((swp).val) argument
|