| /kernel/liteos_m/testsuites/sample/kernel/lms/ |
| D | It_los_lms_007.c | 43 CHAR *bigger = (CHAR *)LOS_MemAlloc(g_testLmsPool, size * 3); /* mem size * 3 */ in TestCase() local 44 ICUNIT_GOTO_NOT_EQUAL(bigger, NULL, bigger, EXIT); in TestCase() 45 PRINT_DEBUG("bigger addr = 0x%x, %d\n", bigger, __LINE__); in TestCase() 51 (VOID)LOS_MemFree(g_testLmsPool, bigger); in TestCase() 68 (VOID)LOS_MemFree(g_testLmsPool, bigger); in TestCase()
|
| D | It_los_lms_008.c | 43 CHAR *bigger = (CHAR *)LOS_MemAlloc(g_testLmsPool, size * 3); /* mem size * 3 */ in TestCase() local 44 ICUNIT_GOTO_NOT_EQUAL(bigger, NULL, bigger, EXIT); in TestCase() 45 PRINT_DEBUG("bigger = 0x%x,%d\n", bigger, __LINE__); in TestCase() 51 (VOID)LOS_MemFree(g_testLmsPool, bigger); in TestCase() 68 (VOID)LOS_MemFree(g_testLmsPool, bigger); in TestCase()
|
| D | It_los_lms_009.c | 43 CHAR *bigger = (CHAR *)LOS_MemAlloc(g_testLmsPool, size * 3); /* mem size * 3 */ in TestCase() local 44 ICUNIT_GOTO_NOT_EQUAL(bigger, NULL, bigger, EXIT); in TestCase() 45 PRINT_DEBUG("bigger = 0x%x,%d\n", bigger, __LINE__); in TestCase() 51 (VOID)LOS_MemFree(g_testLmsPool, bigger); in TestCase() 68 (VOID)LOS_MemFree(g_testLmsPool, bigger); in TestCase()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
| D | tc_tunnel_key.sh | 125 check_err $? "packet bigger than MTU matched nofrag (nofrag was set)" 127 check_err $? "packet bigger than MTU matched firstfrag (nofrag was set)" 129 check_err $? "packet bigger than MTU matched nofirstfrag (nofrag was set)" 135 check_err $? "packet bigger than MTU matched nofrag (nofrag was unset)" 137 check_err $? "packet bigger than MTU didn't match firstfrag (nofrag was unset) " 139 check_err $? "packet bigger than MTU didn't match nofirstfrag (nofrag was unset) "
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
| D | i40e_lan_hmc.h | 21 u16 cpuid; /* bigger than needed, see above for reason */ 25 u16 dbuff; /* bigger than needed, see above for reason */ 27 u16 hbuff; /* bigger than needed, see above for reason */ 36 u32 rxmax; /* bigger than needed, see above for reason */ 41 u16 lrxqthresh; /* bigger than needed, see above for reason */
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
| D | i40e_lan_hmc.h | 21 u16 cpuid; /* bigger than needed, see above for reason */ 25 u16 dbuff; /* bigger than needed, see above for reason */ 27 u16 hbuff; /* bigger than needed, see above for reason */ 36 u32 rxmax; /* bigger than needed, see above for reason */ 41 u16 lrxqthresh; /* bigger than needed, see above for reason */
|
| /kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
| D | openat2_test.c | 55 /* Bigger struct, with zeroed out end. */ in test_openat2_struct() 56 { .name = "bigger struct (zeroed out)", in test_openat2_struct() 69 /* Bigger struct, with non-zero trailing bytes. */ in test_openat2_struct() 70 { .name = "bigger struct (non-zero data in first 'future field')", in test_openat2_struct() 73 { .name = "bigger struct (non-zero data in middle of 'future fields')", in test_openat2_struct() 76 { .name = "bigger struct (non-zero data at end of 'future fields')", in test_openat2_struct()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
| D | openat2_test.c | 59 /* Bigger struct, with zeroed out end. */ in test_openat2_struct() 60 { .name = "bigger struct (zeroed out)", in test_openat2_struct() 73 /* Bigger struct, with non-zero trailing bytes. */ in test_openat2_struct() 74 { .name = "bigger struct (non-zero data in first 'future field')", in test_openat2_struct() 77 { .name = "bigger struct (non-zero data in middle of 'future fields')", in test_openat2_struct() 80 { .name = "bigger struct (non-zero data at end of 'future fields')", in test_openat2_struct()
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-block | 94 bigger than the logical block size (for instance a drive 105 bigger than the logical block size (for instance a drive 124 block size but may be bigger. One example is SATA 176 internally allocate space in units that are bigger than 187 internally allocate space in units that are bigger than 198 internally allocate space using units that are bigger
|
| /kernel/linux/linux-5.10/drivers/firmware/broadcom/ |
| D | bcm47xx_nvram.c | 95 pr_err("The nvram size according to the header seems to be bigger than the partition on flash\n"); in nvram_find_and_copy() 99 …pr_err("nvram on flash (%zu bytes) is bigger than the reserved space in memory, will just copy the… in nvram_find_and_copy() 151 …pr_err("nvram on flash (%zu bytes) is bigger than the reserved space in memory, will just copy the… in nvram_init()
|
| /kernel/linux/linux-6.6/drivers/firmware/broadcom/ |
| D | bcm47xx_nvram.c | 55 pr_err("The nvram size according to the header seems to be bigger than the partition on flash\n"); in bcm47xx_nvram_copy() 59 …pr_err("nvram on flash (%zu bytes) is bigger than the reserved space in memory, will just copy the… in bcm47xx_nvram_copy() 171 …pr_err("nvram on flash (%zu bytes) is bigger than the reserved space in memory, will just copy the… in nvram_init()
|
| /kernel/linux/linux-6.6/drivers/mtd/nand/ |
| D | bbt.c | 69 * is bigger than the BBT size. 101 * Return: 0 in case of success or -%ERANGE if @entry is bigger than the BBT
|
| /kernel/linux/linux-5.10/drivers/mtd/nand/ |
| D | bbt.c | 72 * is bigger than the BBT size. 104 * Return: 0 in case of success or -%ERANGE if @entry is bigger than the BBT
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | cacheinfo.c | 422 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists() argument 425 if (smaller->next_local == bigger) in link_cache_lists() 430 smaller->next_local = bigger; in link_cache_lists() 436 WARN_ONCE((smaller->level == 1 && bigger->level > 2) || in link_cache_lists() 437 (smaller->level > 1 && bigger->level != smaller->level + 1), in link_cache_lists() 439 smaller->level, smaller->ofnode, bigger->level, bigger->ofnode); in link_cache_lists()
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | cacheinfo.c | 414 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists() argument 417 if (smaller->next_local == bigger) in link_cache_lists() 422 smaller->next_local = bigger; in link_cache_lists() 428 WARN_ONCE((smaller->level == 1 && bigger->level > 2) || in link_cache_lists() 429 (smaller->level > 1 && bigger->level != smaller->level + 1), in link_cache_lists() 431 smaller->level, smaller->ofnode, bigger->level, bigger->ofnode); in link_cache_lists()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
| D | ice_lan_tx_rx.h | 384 u16 cpuid; /* bigger than needed, see above for reason */ 389 u16 dbuf; /* bigger than needed, see above for reason */ 391 u16 hbuf; /* bigger than needed, see above for reason */ 399 u32 rxmax; /* bigger than needed, see above for reason */ 404 u16 lrxqthresh; /* bigger than needed, see above for reason */ 556 u16 cgd_num; /* bigger than needed, see above for reason */ 567 u16 cpuid; /* bigger than needed, see above for reason */ 576 u32 qlen; /* bigger than needed, see above for reason */
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
| D | ice_lan_tx_rx.h | 447 u16 cpuid; /* bigger than needed, see above for reason */ 452 u16 dbuf; /* bigger than needed, see above for reason */ 454 u16 hbuf; /* bigger than needed, see above for reason */ 462 u32 rxmax; /* bigger than needed, see above for reason */ 467 u16 lrxqthresh; /* bigger than needed, see above for reason */ 623 u16 cgd_num; /* bigger than needed, see above for reason */ 634 u16 cpuid; /* bigger than needed, see above for reason */ 643 u32 qlen; /* bigger than needed, see above for reason */
|
| /kernel/liteos_m/kernel/include/ |
| D | los_queue.h | 67 …* Solution: Allocate the queue block bigger memory partition, or decrease the maximum number of qu… 245 * Queue error code: The buffer size passed in during queue writing is bigger than the queue size. 249 * Solution: Decrease the buffer size, or use a queue in which nodes are bigger. 337 …* Queue error code: The buffer size passed in during queue reading or writing is bigger than the b… 566 …OS_ERRNO_QUEUE_WRITE_SIZE_TOO_BIG The buffer size passed in during queue writing is bigger than 608 …OS_ERRNO_QUEUE_WRITE_SIZE_TOO_BIG The buffer size passed in during queue writing is bigger than 747 …LOS_ERRNO_QUEUE_WRITE_SIZE_TOO_BIG The buffer size passed in during queue writing is bigger than 791 …LOS_ERRNO_QUEUE_WRITE_SIZE_TOO_BIG The buffer size passed in during queue writing is bigger than 837 …OS_ERRNO_QUEUE_WRITE_SIZE_TOO_BIG The buffer size passed in during queue writing is bigger than 880 …OS_ERRNO_QUEUE_WRITE_SIZE_TOO_BIG The buffer size passed in during queue writing is bigger than [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | andestech,ativic32.txt | 5 bigger External Vector Interrupt Controller.
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/ |
| D | dc_dsc.c | 429 // Get next bigger num slices available in common caps in inc_num_slices() 442 // Numbers of slices found - get the next bigger number in inc_num_slices() 460 // Get next bigger num slices available in common caps in dec_num_slices() 492 // Choose next bigger number of slices if the requested number of slices is not available 495 // Get next bigger num slices available in common caps in fit_num_slices_up() 508 // Numbers of slices found - get the equal or next bigger number in fit_num_slices_up()
|
| /kernel/liteos_a/kernel/include/ |
| D | los_queue.h | 66 …* Solution: Allocate the queue block bigger memory partition, or decrease the maximum number of qu… 244 * Queue error code: The buffer size passed in during queue writing is bigger than the queue size. 248 * Solution: Decrease the buffer size, or use a queue in which nodes are bigger. 465 … #LOS_ERRNO_QUEUE_WRITE_SIZE_TOO_BIG The buffer size passed in during queue writing is bigger than 564 … #LOS_ERRNO_QUEUE_WRITE_SIZE_TOO_BIG The buffer size passed in during queue writing is bigger than 612 … #LOS_ERRNO_QUEUE_WRITE_SIZE_TOO_BIG The buffer size passed in during queue writing is bigger than 660 … #LOS_ERRNO_QUEUE_WRITE_SIZE_TOO_BIG The buffer size passed in during queue writing is bigger than
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | vt.h | 12 #define VT_UPDATE 0x0004 /* A bigger update occurred */
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | vt.h | 12 #define VT_UPDATE 0x0004 /* A bigger update occurred */
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | elfcore-compat.h | 8 * has bigger registers, so we use it for compat_elf_regset_t.
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | elfcore-compat.h | 6 * has bigger registers, so we use it for compat_elf_regset_t.
|