Home
last modified time | relevance | path

Searched full:bigger (Results 1 – 25 of 796) sorted by relevance

12345678910>>...32

/linux-6.14.4/tools/testing/selftests/net/forwarding/
Dtc_tunnel_key.sh123 check_err $? "packet bigger than MTU matched nofrag (nofrag was set)"
125 check_err $? "packet bigger than MTU matched firstfrag (nofrag was set)"
127 check_err $? "packet bigger than MTU matched nofirstfrag (nofrag was set)"
133 check_err $? "packet bigger than MTU matched nofrag (nofrag was unset)"
135 check_err $? "packet bigger than MTU didn't match firstfrag (nofrag was unset) "
137 check_err $? "packet bigger than MTU didn't match nofirstfrag (nofrag was unset) "
/linux-6.14.4/drivers/net/ethernet/intel/i40e/
Di40e_lan_hmc.h23 u16 cpuid; /* bigger than needed, see above for reason */
27 u16 dbuff; /* bigger than needed, see above for reason */
29 u16 hbuff; /* bigger than needed, see above for reason */
38 u32 rxmax; /* bigger than needed, see above for reason */
43 u16 lrxqthresh; /* bigger than needed, see above for reason */
/linux-6.14.4/tools/testing/selftests/openat2/
Dopenat2_test.c60 /* Bigger struct, with zeroed out end. */ in test_openat2_struct()
61 { .name = "bigger struct (zeroed out)", in test_openat2_struct()
74 /* Bigger struct, with non-zero trailing bytes. */ in test_openat2_struct()
75 { .name = "bigger struct (non-zero data in first 'future field')", in test_openat2_struct()
78 { .name = "bigger struct (non-zero data in middle of 'future fields')", in test_openat2_struct()
81 { .name = "bigger struct (non-zero data at end of 'future fields')", in test_openat2_struct()
/linux-6.14.4/drivers/firmware/broadcom/
Dbcm47xx_nvram.c55 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()
/linux-6.14.4/drivers/mtd/nand/
Dbbt.c69 * is bigger than the BBT size.
101 * Return: 0 in case of success or -%ERANGE if @entry is bigger than the BBT
/linux-6.14.4/arch/powerpc/kernel/
Dcacheinfo.c422 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()
/linux-6.14.4/arch/arm64/boot/dts/apple/
Dt8015-8plus.dtsi8 /* The 8 Plus has minor differences like 1 more camera, 1 GiB of RAM more and a bigger display. */
Dt8010-ipad7.dtsi10 * small changes, like the a bigger screen and 1 GiB of RAM more, hence
/linux-6.14.4/io_uring/
Dkbuf.h46 /* can alloc a bigger vec */
48 /* if bigger vec allocated, free old one */
/linux-6.14.4/include/linux/
Dvt.h12 #define VT_UPDATE 0x0004 /* A bigger update occurred */
/linux-6.14.4/arch/mips/include/asm/
Delfcore-compat.h6 * has bigger registers, so we use it for compat_elf_regset_t.
/linux-6.14.4/arch/x86/include/asm/
Delfcore-compat.h8 * has bigger registers, so we use it for compat_elf_regset_t.
/linux-6.14.4/arch/arm64/boot/dts/qcom/
Dsdm630-sony-xperia-ganges-kirin.dts24 /* Reserve a bigger chunk of RAM for the higher-res display */
/linux-6.14.4/include/trace/events/
Dtcp.h271 /* sockaddr_in6 is always bigger than sockaddr_in */
426 /* sockaddr_in6 is always bigger than sockaddr_in */
523 /* sockaddr_in6 is always bigger than sockaddr_in */
627 /* sockaddr_in6 is always bigger than sockaddr_in */
683 /* sockaddr_in6 is always bigger than sockaddr_in */
Dhandshake.h196 /* sockaddr_in6 is always bigger than sockaddr_in */
288 /* sockaddr_in6 is always bigger than sockaddr_in */
/linux-6.14.4/usr/
DKconfig189 kernel size is about 10% bigger than gzip. Despite that, its
201 size is about 15% bigger than gzip; however its decompression speed
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c793 // Get next bigger num slices available in common caps in inc_num_slices()
806 // Numbers of slices found - get the next bigger number in inc_num_slices()
814 if (new_num_slices == num_slices) // No bigger number of slices found in inc_num_slices()
824 // Get next bigger num slices available in common caps in dec_num_slices()
856 // Choose next bigger number of slices if the requested number of slices is not available
859 // Get next bigger num slices available in common caps in fit_num_slices_up()
872 // Numbers of slices found - get the equal or next bigger number in fit_num_slices_up()
/linux-6.14.4/drivers/net/ethernet/microchip/lan966x/
Dlan966x_taprio.c234 /* Don't allow cycle times bigger than 1 sec or smaller than 1 usec */ in lan966x_taprio_check()
242 /* Don't allow intervals bigger than 1 sec or smaller than 1 in lan966x_taprio_check()
255 /* Don't allow the total time of intervals be bigger than 1 sec */ in lan966x_taprio_check()
/linux-6.14.4/Documentation/ABI/stable/
Dsysfs-block6 bigger than the logical block size (for instance a drive
18 internally allocate space in units that are bigger than
172 bigger than the logical block size (for instance a drive
184 internally allocate space in units that are bigger than
284 allocate space using units that are bigger than the logical
590 size but may be bigger. One example is SATA drives with 4KB
/linux-6.14.4/lib/xz/
Dxz_crc32.c14 * but they are bigger and use more memory for the lookup table.
/linux-6.14.4/include/uapi/linux/
Dcachefiles.h10 * is controlled by netfs, and generally no bigger than 255.
/linux-6.14.4/Documentation/mm/
Dremap_file_pages.rst21 on 32-bit systems to map files bigger than can linearly fit into 32-bit
/linux-6.14.4/drivers/mtd/maps/
Dscb2_flash.c88 /* the chip is sometimes bigger than the map - what a waste */ in scb2_fixup_mtd()
111 * If the chip is bigger than the map, it is wired with the high in scb2_fixup_mtd()
/linux-6.14.4/tools/testing/vsock/
Dvsock_test_zerocopy.c76 * data length is bigger than 64Kb.
125 /* Valid data, but message is bigger than peer's
/linux-6.14.4/tools/testing/selftests/net/packetdrill/
Dtcp_slow_start_slow-start-ack-per-4pkt.pkt7 // mechanism that defers sending in order to send bigger TSO packets.

12345678910>>...32