Searched refs:bigger (Results 1 – 25 of 75) sorted by relevance
123
/linux-6.1.9/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()
|
/linux-6.1.9/arch/ia64/scripts/ |
D | toolchain-flags | 25 the kernel will be bigger than strictly necessary).
|
/linux-6.1.9/Documentation/mm/ |
D | remap_file_pages.rst | 23 on 32-bit systems to map files bigger than can linearly fit into 32-bit
|
D | split_page_table_lock.rst | 92 - if size of spinlock_t is bigger then size of long, we use page->ptl as
|
/linux-6.1.9/Documentation/networking/device_drivers/can/freescale/ |
D | flexcan.rst | 24 CAN frames. With the help of the bigger buffer, the mailbox mode
|
/linux-6.1.9/Documentation/devicetree/bindings/input/ |
D | adi,adp5588.yaml | 62 needed to unlock the keypad. The value of this property cannot be bigger
|
/linux-6.1.9/Documentation/devicetree/bindings/pci/ |
D | intel,ixp4xx-pci.yaml | 44 the RAM is at. It can map only 64MB so if the RAM is bigger
|
/linux-6.1.9/arch/s390/include/asm/ |
D | pci.h | 32 # error ZPCI_NR_DEVICES can not be bigger than ZPCI_DOMAIN_BITMAP_SIZE
|
/linux-6.1.9/Documentation/ABI/stable/ |
D | sysfs-block | 6 bigger than the logical block size (for instance a drive 18 internally allocate space in units that are bigger than 109 bigger than the logical block size (for instance a drive 121 internally allocate space in units that are bigger than 221 allocate space using units that are bigger than the logical 526 size but may be bigger. One example is SATA drives with 4KB
|
/linux-6.1.9/usr/ |
D | Kconfig | 189 kernel size is about 10% bigger than gzip. Despite that, it's 201 size is about 15% bigger than gzip; however its decompression speed
|
/linux-6.1.9/Documentation/devicetree/bindings/spi/ |
D | spi-peripheral-props.yaml | 80 bigger chip. This basically doubles (or more) the total address
|
/linux-6.1.9/Documentation/scsi/ |
D | cxgb3i.rst | 78 replace with a value no bigger than 15360 (for example 8192)::
|
D | aha152x.rst | 161 (but there are already bigger disks out there today).
|
/linux-6.1.9/Documentation/devicetree/bindings/ |
D | writing-bindings.rst | 79 - For sub-blocks/components of bigger device (e.g. SoC blocks) use rather
|
/linux-6.1.9/Documentation/filesystems/nfs/ |
D | rpc-server-gss.rst | 55 A) It can handle tokens that are no bigger than 2KiB
|
/linux-6.1.9/Documentation/cpu-freq/ |
D | cpufreq-stats.rst | 103 If the transition table is bigger than PAGE_SIZE, reading this will
|
/linux-6.1.9/Documentation/admin-guide/ |
D | README.rst | 82 Replace "x" for all versions bigger than the version "x" of your current 242 - Having unnecessary drivers will make the kernel bigger, and can 253 bigger or slower kernel (or both), and can even make the kernel
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-class-rnbd-client | 32 accepts a string not bigger than 256 chars, which identifies
|
/linux-6.1.9/lib/ |
D | Kconfig.kasan | 143 some workloads), but makes the kernel's .text size much bigger.
|
/linux-6.1.9/Documentation/scheduler/ |
D | sched-nice-design.rst | 40 bigger hit than the normal linear rule would do. (The solution of
|
/linux-6.1.9/Documentation/virt/kvm/devices/ |
D | s390_flic.rst | 36 for userspace to try again with a bigger buffer.
|
/linux-6.1.9/Documentation/power/powercap/ |
D | powercap.rst | 24 bigger part consists of multiple smaller parts that each have their own power
|
/linux-6.1.9/Documentation/networking/ |
D | checksum-offloads.rst | 123 there doesn't seem to be a way to avoid that without incurring bigger costs
|
/linux-6.1.9/drivers/staging/media/atomisp/ |
D | TODO | 36 The resolution should not be bigger than the max resolution
|
/linux-6.1.9/mm/ |
D | Kconfig.debug | 37 architectures. Even bigger overhead comes when the debugging is
|
123