Searched refs:bigger (Results 1 – 25 of 69) sorted by relevance
123
/Linux-v5.15/arch/powerpc/kernel/ |
D | cacheinfo.c | 423 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists() argument 426 if (smaller->next_local == bigger) in link_cache_lists() 431 smaller->next_local = bigger; in link_cache_lists() 437 WARN_ONCE((smaller->level == 1 && bigger->level > 2) || in link_cache_lists() 438 (smaller->level > 1 && bigger->level != smaller->level + 1), in link_cache_lists() 440 smaller->level, smaller->ofnode, bigger->level, bigger->ofnode); in link_cache_lists()
|
/Linux-v5.15/Documentation/devicetree/bindings/interrupt-controller/ |
D | andestech,ativic32.txt | 5 bigger External Vector Interrupt Controller.
|
/Linux-v5.15/arch/ia64/scripts/ |
D | toolchain-flags | 25 the kernel will be bigger than strictly necessary).
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-block | 106 bigger than the logical block size (for instance a drive 117 bigger than the logical block size (for instance a drive 136 block size but may be bigger. One example is SATA 188 internally allocate space in units that are bigger than 199 internally allocate space in units that are bigger than 210 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.15/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.15/arch/s390/include/asm/ |
D | pci.h | 32 # error ZPCI_NR_DEVICES can not be bigger than ZPCI_DOMAIN_BITMAP_SIZE
|
/Linux-v5.15/Documentation/admin-guide/media/ |
D | vimc.rst | 88 height, so the image size will be ``sca_mult^2`` bigger than the
|
/Linux-v5.15/include/scsi/ |
D | scsi_cmnd.h | 33 # error MAX_COMMAND_SIZE can not be bigger than BLK_MAX_CDB
|
/Linux-v5.15/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-v5.15/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.15/Documentation/filesystems/nfs/ |
D | rpc-server-gss.rst | 55 A) It can handle tokens that are no bigger than 2KiB
|
/Linux-v5.15/Documentation/cpu-freq/ |
D | cpufreq-stats.rst | 103 If the transition table is bigger than PAGE_SIZE, reading this will
|
/Linux-v5.15/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.15/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-v5.15/mm/ |
D | Kconfig.debug | 37 architectures. Even bigger overhead comes when the debugging is
|
/Linux-v5.15/Documentation/scheduler/ |
D | sched-nice-design.rst | 40 bigger hit than the normal linear rule would do. (The solution of
|
/Linux-v5.15/Documentation/virt/kvm/devices/ |
D | s390_flic.rst | 36 for userspace to try again with a bigger buffer.
|
/Linux-v5.15/lib/ |
D | Kconfig.kasan | 147 make kernel's .text size much bigger.
|
/Linux-v5.15/Documentation/power/powercap/ |
D | powercap.rst | 24 bigger part consists of multiple smaller parts that each have their own power
|
/Linux-v5.15/Documentation/process/ |
D | stable-kernel-rules.rst | 10 - It cannot be bigger than 100 lines, with context.
|
/Linux-v5.15/Documentation/networking/ |
D | checksum-offloads.rst | 123 there doesn't seem to be a way to avoid that without incurring bigger costs
|
/Linux-v5.15/Documentation/userspace-api/media/drivers/ |
D | omap3isp-uapi.rst | 175 reconfiguration which requires bigger buffer size than what is already
|
123