Searched full:grows (Results 1 – 25 of 113) sorted by relevance
12345
/Linux-v6.6/include/linux/sched/ |
D | task_stack.h | 48 * When the stack grows down, this is just above the thread 51 * When the stack grows up, this is the highest address.
|
/Linux-v6.6/arch/arc/include/asm/ |
D | entry.h | 163 * which grows upwards towards thread_info 171 /* Go to end of page where stack begins (grows upwards) */
|
/Linux-v6.6/include/net/ |
D | sock_reuseport.h | 24 /* ID stays the same even after the size of socks[] grows. */
|
/Linux-v6.6/Documentation/devicetree/bindings/net/ |
D | faraday,ftgmac100.yaml | 54 rmii (100bT) but kept as a separate property in case NC-SI grows support
|
/Linux-v6.6/arch/x86/boot/ |
D | header.S | 542 # LZ4 is even worse: data that cannot be further compressed grows by 0.4%, 544 # the size-dependent part now grows so fast. 548 # ZSTD compressed data grows by at most 3 bytes per 128K, and only has a 22
|
/Linux-v6.6/mm/ |
D | mprotect.c | 696 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey() local 705 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey() 738 if (unlikely(grows & PROT_GROWSDOWN)) { in do_mprotect_pkey() 748 if (unlikely(grows & PROT_GROWSUP)) { in do_mprotect_pkey()
|
/Linux-v6.6/include/linux/ |
D | rhashtable.h | 51 * The maximum (not average) chain length grows with the size of the hash 826 * table grows beyond 70%. 855 * table grows beyond 70%. 878 * table grows beyond 70%. 903 * table grows beyond 70%. 955 * table grows beyond 70%.
|
/Linux-v6.6/security/ |
D | Kconfig.hardening | 277 be evaluated for suitability. For example, x86_64 grows by less 278 than 1%, and arm64 grows by about 5%.
|
/Linux-v6.6/Documentation/admin-guide/LSM/ |
D | Yama.rst | 13 As Linux grows in popularity, it will become a larger target for
|
/Linux-v6.6/net/dccp/ |
D | ackvec.c | 209 * The reason is that the vector grows in O(burst_length); when in dccp_ackvec_add_new() 210 * it grows too large there will no room left for the payload. in dccp_ackvec_add_new()
|
/Linux-v6.6/Documentation/arch/arm/ |
D | porting.rst | 73 process can access+1. The user space stack grows down from this
|
/Linux-v6.6/fs/ext4/ |
D | indirect.c | 1170 /* Shared branch grows from the inode */ in ext4_ind_truncate() 1179 /* Shared branch grows from an indirect block */ in ext4_ind_truncate() 1288 /* Shared branch grows from the inode */ in ext4_ind_remove_space() 1293 /* Shared branch grows from an indirect block */ in ext4_ind_remove_space() 1368 /* Shared branch grows from the inode */ in ext4_ind_remove_space() 1374 /* Shared branch grows from an indirect block */ in ext4_ind_remove_space()
|
/Linux-v6.6/Documentation/admin-guide/blockdev/ |
D | ramdisk.rst | 22 The RAM disk dynamically grows as more space is required. It does this by using
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 142 memory; cache dynamically grows and shrinks in response to
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | stacktrace.c | 103 /* Stack grows downwards; unwinder may only go up. */ in arch_stack_walk_reliable()
|
/Linux-v6.6/drivers/md/ |
D | raid1.h | 117 * mempools - it changes when the array grows or shrinks
|
/Linux-v6.6/kernel/time/ |
D | tick-internal.h | 189 * larger can result in overflows. TICK_NSEC grows as HZ
|
/Linux-v6.6/Documentation/admin-guide/mm/ |
D | zswap.rst | 59 accessed. The compressed memory pool grows on demand and shrinks as compressed
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | bpf_tcp_helpers.h | 209 /* If in slow start, ensure cwnd grows to twice what was ACKed. */ in tcp_is_cwnd_limited()
|
/Linux-v6.6/Documentation/hwmon/ |
D | coretemp.rst | 43 may be raised, if the temperature grows enough (more than TjMax) to trigger
|
/Linux-v6.6/arch/arm/nwfpe/ |
D | fpopcode.h | 46 U up/down bit: 0 = stack grows down, 1 = stack grows up
|
/Linux-v6.6/Documentation/accounting/ |
D | taskstats.rst | 166 extended and the number of cpus grows large.
|
/Linux-v6.6/Documentation/process/ |
D | 7.AdvancedTopics.rst | 24 especially as the volume of those patches grows. Git also has its rough
|
/Linux-v6.6/arch/arm64/kvm/hyp/nvhe/ |
D | mm.c | 372 * Since the stack grows downwards, map the stack to the page in pkvm_create_stack()
|
/Linux-v6.6/drivers/i3c/master/mipi-i3c-hci/ |
D | ext_caps.c | 34 /* ought to go in a table if this grows too much */ in hci_extcap_hardware_id()
|
12345