Home
last modified time | relevance | path

Searched full:grows (Results 1 – 25 of 113) sorted by relevance

12345

/Linux-v6.6/include/linux/sched/
Dtask_stack.h48 * 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/
Dentry.h163 * which grows upwards towards thread_info
171 /* Go to end of page where stack begins (grows upwards) */
/Linux-v6.6/include/net/
Dsock_reuseport.h24 /* ID stays the same even after the size of socks[] grows. */
/Linux-v6.6/Documentation/devicetree/bindings/net/
Dfaraday,ftgmac100.yaml54 rmii (100bT) but kept as a separate property in case NC-SI grows support
/Linux-v6.6/arch/x86/boot/
Dheader.S542 # 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/
Dmprotect.c696 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/
Drhashtable.h51 * 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/
DKconfig.hardening277 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/
DYama.rst13 As Linux grows in popularity, it will become a larger target for
/Linux-v6.6/net/dccp/
Dackvec.c209 * 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/
Dporting.rst73 process can access+1. The user space stack grows down from this
/Linux-v6.6/fs/ext4/
Dindirect.c1170 /* 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/
Dramdisk.rst22 The RAM disk dynamically grows as more space is required. It does this by using
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-block-bcache142 memory; cache dynamically grows and shrinks in response to
/Linux-v6.6/arch/powerpc/kernel/
Dstacktrace.c103 /* Stack grows downwards; unwinder may only go up. */ in arch_stack_walk_reliable()
/Linux-v6.6/drivers/md/
Draid1.h117 * mempools - it changes when the array grows or shrinks
/Linux-v6.6/kernel/time/
Dtick-internal.h189 * larger can result in overflows. TICK_NSEC grows as HZ
/Linux-v6.6/Documentation/admin-guide/mm/
Dzswap.rst59 accessed. The compressed memory pool grows on demand and shrinks as compressed
/Linux-v6.6/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h209 /* If in slow start, ensure cwnd grows to twice what was ACKed. */ in tcp_is_cwnd_limited()
/Linux-v6.6/Documentation/hwmon/
Dcoretemp.rst43 may be raised, if the temperature grows enough (more than TjMax) to trigger
/Linux-v6.6/arch/arm/nwfpe/
Dfpopcode.h46 U up/down bit: 0 = stack grows down, 1 = stack grows up
/Linux-v6.6/Documentation/accounting/
Dtaskstats.rst166 extended and the number of cpus grows large.
/Linux-v6.6/Documentation/process/
D7.AdvancedTopics.rst24 especially as the volume of those patches grows. Git also has its rough
/Linux-v6.6/arch/arm64/kvm/hyp/nvhe/
Dmm.c372 * Since the stack grows downwards, map the stack to the page in pkvm_create_stack()
/Linux-v6.6/drivers/i3c/master/mipi-i3c-hci/
Dext_caps.c34 /* ought to go in a table if this grows too much */ in hci_extcap_hardware_id()

12345