/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_headroom.sh | 23 swp=$NETIF_NO_CABLE 32 __mlnx_qos -i $swp | sed -n '/^PFC/,/^[^[:space:]]/p' | 38 __mlnx_qos -i $swp | sed -n '/^PFC/,/^[^[:space:]]/p' | 44 __mlnx_qos -i $swp | sed -n '/^tc/,$p' | 57 __mlnx_qos -i $swp | grep Receive | sed 's/.*: //' | cut -d, -f $((idx + 1)) 62 __mlnx_qos -i $swp | grep Receive | sed 's/.*total_size=//' 124 __mlnx_qos -i $swp --prio_tc=0,2,4,6,1,3,5,7 > /dev/null 130 __mlnx_qos -i $swp --prio_tc=0,0,0,0,0,0,0,0 > /dev/null 135 __mlnx_qos -i $swp --prio2buffer=1,3,5,7,0,2,4,6 &> /dev/null 150 mtu_set $swp 3000 [all …]
|
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/ |
D | dpio-service.c | 23 struct qbman_swp *swp; member 39 struct qbman_swp *swp; /* portal used to issue VDQCR */ member 131 obj->swp = qbman_swp_init(&obj->swp_desc); in dpaa2_io_create() 133 if (!obj->swp) { in dpaa2_io_create() 144 qbman_swp_interrupt_set_trigger(obj->swp, in dpaa2_io_create() 146 qbman_swp_interrupt_clear_status(obj->swp, 0xffffffff); in dpaa2_io_create() 148 qbman_swp_push_set(obj->swp, 0, 1); in dpaa2_io_create() 194 struct qbman_swp *swp; in dpaa2_io_irq() local 197 swp = obj->swp; in dpaa2_io_irq() 198 status = qbman_swp_interrupt_read_status(swp); in dpaa2_io_irq() [all …]
|
D | qbman-portal.h | 532 static inline void *qbman_swp_mc_complete(struct qbman_swp *swp, void *cmd, in qbman_swp_mc_complete() argument 537 qbman_swp_mc_submit(swp, cmd, cmd_verb); in qbman_swp_mc_complete() 540 cmd = qbman_swp_mc_result(swp); in qbman_swp_mc_complete()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/ |
D | ksz_common.h | 301 #define KSZ_SPI_OP_FLAG_MASK(opcode, swp, regbits, regpad) \ argument 302 swab##swp((opcode) << ((regbits) + (regpad))) 304 #define KSZ_REGMAP_ENTRY(width, swp, regbits, regpad, regalign) \ argument 314 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_RD, swp, \ 317 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_WR, swp, \ 325 #define KSZ_REGMAP_TABLE(ksz, swp, regbits, regpad, regalign) \ argument 327 KSZ_REGMAP_ENTRY(8, swp, (regbits), (regpad), (regalign)), \ 328 KSZ_REGMAP_ENTRY(16, swp, (regbits), (regpad), (regalign)), \ 329 KSZ_REGMAP_ENTRY(32, swp, (regbits), (regpad), (regalign)), \
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
D | pgtable.h | 265 #define __swp_type(swp) (((swp).val >> 26) & 0x3) argument 266 #define __swp_offset(swp) ((swp).val & 0xfffff) argument 269 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
/kernel/linux/linux-5.10/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 | 546 static inline int add_swap_count_continuation(swp_entry_t swp, gfp_t gfp_mask) in add_swap_count_continuation() argument 551 static inline void swap_shmem_alloc(swp_entry_t swp) in swap_shmem_alloc() argument 555 static inline int swap_duplicate(swp_entry_t swp) in swap_duplicate() argument 560 static inline void swap_free(swp_entry_t swp) in swap_free() argument 564 static inline void put_swap_page(struct page *page, swp_entry_t swp) in put_swap_page() argument 574 static inline struct page *swapin_readahead(swp_entry_t swp, gfp_t gfp_mask, in swapin_readahead() argument 585 static inline struct page *lookup_swap_cache(swp_entry_t swp, in lookup_swap_cache() argument
|
D | swapops.h | 222 static inline int is_migration_entry(swp_entry_t swp) in is_migration_entry() argument 352 static inline int is_hwpoison_entry(swp_entry_t swp) in is_hwpoison_entry() argument
|
/kernel/linux/linux-5.10/mm/ |
D | debug_vm_pgtable.c | 805 swp_entry_t swp; in pte_swap_tests() local 810 swp = __pte_to_swp_entry(pte); in pte_swap_tests() 811 pte = __swp_entry_to_pte(swp); in pte_swap_tests() 818 swp_entry_t swp; in pmd_swap_tests() local 826 swp = __pmd_to_swp_entry(pmd); in pmd_swap_tests() 827 pmd = __swp_entry_to_pmd(swp); in pmd_swap_tests() 837 swp_entry_t swp; in swap_migration_tests() local 861 swp = make_migration_entry(page, 1); in swap_migration_tests() 862 WARN_ON(!is_migration_entry(swp)); in swap_migration_tests() 863 WARN_ON(!is_write_migration_entry(swp)); in swap_migration_tests() [all …]
|
D | swap_state.c | 430 swp_entry_t swp; in find_get_incore_page() local 441 swp = radix_to_swp_entry(page); in find_get_incore_page() 443 si = get_swap_device(swp); in find_get_incore_page() 446 page = find_get_page(swap_address_space(swp), swp_offset(swp)); in find_get_incore_page()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/ |
D | .gitignore | 5 *.swp
|
/kernel/liteos_a/ |
D | .gitignore | 5 *.swp
|
/kernel/liteos_m/ |
D | .gitignore | 5 *.swp
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
D | st-dma-fence-chain.c | 642 unsigned int swp; in randomise_fences() local 644 swp = prandom_u32_max(count + 1); in randomise_fences() 645 if (swp == count) in randomise_fences() 648 swap(fc->fences[count], fc->fences[swp]); in randomise_fences()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/nfc/ |
D | st21nfca.txt | 14 - uicc-present: Specifies that the uicc swp signal can be physically
|
D | st-nci-spi.txt | 14 - uicc-present: Specifies that the uicc swp signal can be physically
|
D | st-nci-i2c.txt | 15 - uicc-present: Specifies that the uicc swp signal can be physically
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/arm64/ |
D | legacy_instructions.txt | 57 节点: /proc/sys/abi/swp
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | pgtable.h | 309 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | pgtable.h | 360 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | pgtable.h | 906 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument 910 #define __swp_entry_to_pmd(swp) __pmd((swp).val) argument
|
/kernel/linux/linux-5.10/Documentation/arm64/ |
D | legacy_instructions.rst | 49 :Node: /proc/sys/abi/swp
|