Searched refs:bigger (Results 1 – 25 of 68) sorted by relevance
123
| /Linux-v5.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()
|
| /Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | andestech,ativic32.txt | 5 bigger External Vector Interrupt Controller.
|
| /Linux-v5.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
|
| D | sysfs-class-rnbd-client | 32 accepts a string not bigger than 256 chars, which identifies
|
| /Linux-v5.10/arch/ia64/scripts/ |
| D | toolchain-flags | 25 the kernel will be bigger than strictly necessary).
|
| /Linux-v5.10/Documentation/vm/ |
| 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-v5.10/include/scsi/ |
| D | scsi_cmnd.h | 32 # error MAX_COMMAND_SIZE can not be bigger than BLK_MAX_CDB
|
| /Linux-v5.10/arch/s390/include/asm/ |
| D | pci.h | 32 # error ZPCI_NR_DEVICES can not be bigger than ZPCI_DOMAIN_BITMAP_SIZE
|
| /Linux-v5.10/Documentation/admin-guide/media/ |
| D | vimc.rst | 88 height, so the image size will be ``sca_mult^2`` bigger than the
|
| /Linux-v5.10/usr/ |
| D | Kconfig | 190 kernel size is about 10% bigger than gzip. Despite that, it's 202 size is about 15% bigger than gzip; however its decompression speed
|
| /Linux-v5.10/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-v5.10/Documentation/filesystems/nfs/ |
| D | rpc-server-gss.rst | 55 A) It can handle tokens that are no bigger than 2KiB
|
| /Linux-v5.10/Documentation/cpu-freq/ |
| D | cpufreq-stats.rst | 103 If the transition table is bigger than PAGE_SIZE, reading this will
|
| /Linux-v5.10/tools/perf/ |
| D | builtin-lock.c | 283 int (*bigger)(struct lock_stat *, struct lock_stat *)) in insert_to_result() 293 if (bigger(st, p)) in insert_to_result()
|
| /Linux-v5.10/Documentation/admin-guide/ |
| D | README.rst | 82 Replace "x" for all versions bigger than the version "x" of your current 241 - Having unnecessary drivers will make the kernel bigger, and can 252 bigger or slower kernel (or both), and can even make the kernel
|
| /Linux-v5.10/Documentation/scheduler/ |
| D | sched-nice-design.rst | 40 bigger hit than the normal linear rule would do. (The solution of
|
| /Linux-v5.10/lib/ |
| D | Kconfig.kasan | 115 make kernel's .text size much bigger.
|
| /Linux-v5.10/Documentation/virt/kvm/devices/ |
| D | s390_flic.rst | 36 for userspace to try again with a bigger buffer.
|
| /Linux-v5.10/Documentation/power/powercap/ |
| D | powercap.rst | 24 bigger part consists of multiple smaller parts that each have their own power
|
| /Linux-v5.10/mm/ |
| D | Kconfig.debug | 37 architectures. Even bigger overhead comes when the debugging is
|
| /Linux-v5.10/Documentation/networking/ |
| D | netdev-features.rst | 160 headers. Some drivers set this because the cards can't handle the bigger MTU.
|
| D | checksum-offloads.rst | 123 there doesn't seem to be a way to avoid that without incurring bigger costs
|
| /Linux-v5.10/Documentation/userspace-api/media/drivers/ |
| D | omap3isp-uapi.rst | 175 reconfiguration which requires bigger buffer size than what is already
|
123