Home
last modified time | relevance | path

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

1234

/linux/include/linux/sched/
H A Dtask_stack.h50 * When the stack grows down, this is just above the thread
53 * When the stack grows up, this is the highest address.
/linux/arch/arc/include/asm/
H A Dentry.h61 * which grows upwards towards thread_info
69 /* Go to end of page where stack begins (grows upwards) */
/linux/arch/parisc/include/asm/
H A Dmman.h18 * The stack on parisc grows upwards, so if userspace requests memory in arch_calc_vm_flag_bits()
/linux/include/net/
H A Dsock_reuseport.h24 /* ID stays the same even after the size of socks[] grows. */
/linux/arch/x86/boot/
H A Dheader.S475 # LZ4 is even worse: data that cannot be further compressed grows by 0.4%,
477 # the size-dependent part now grows so fast.
481 # ZSTD compressed data grows by at most 3 bytes per 128K, and only has a 22
/linux/Documentation/devicetree/bindings/net/
H A Dfaraday,ftgmac100.yaml54 rmii (100bT) but kept as a separate property in case NC-SI grows support
/linux/include/linux/
H A 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%.
H A Dlockdep_types.h209 * hash the hashes step by step as the dependency chain grows.
/linux/mm/
H A Dmprotect.c717 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()
726 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey()
759 if (unlikely(grows & PROT_GROWSDOWN)) { in do_mprotect_pkey()
769 if (unlikely(grows & PROT_GROWSUP)) { in do_mprotect_pkey()
715 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); do_mprotect_pkey() local
/linux/security/
H A DKconfig.hardening277 be evaluated for suitability. For example, x86_64 grows by less
278 than 1%, and arm64 grows by about 5%.
/linux/Documentation/admin-guide/LSM/
H A DYama.rst13 As Linux grows in popularity, it will become a larger target for
/linux/net/dccp/
H A 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/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h167 /* If in slow start, ensure cwnd grows to twice what was ACKed. */ in tcp_is_cwnd_limited()
/linux/fs/ext4/
H A Dindirect.c1163 /* Shared branch grows from the inode */ in ext4_ind_truncate()
1172 /* Shared branch grows from an indirect block */ in ext4_ind_truncate()
1281 /* Shared branch grows from the inode */ in ext4_ind_remove_space()
1286 /* Shared branch grows from an indirect block */ in ext4_ind_remove_space()
1361 /* Shared branch grows from the inode */ in ext4_ind_remove_space()
1367 /* Shared branch grows from an indirect block */ in ext4_ind_remove_space()
/linux/Documentation/arch/arm/
H A Dporting.rst73 process can access+1. The user space stack grows down from this
/linux/Documentation/admin-guide/blockdev/
H A Dramdisk.rst22 The RAM disk dynamically grows as more space is required. It does this by using
/linux/Documentation/ABI/testing/
H A Dsysfs-block-bcache142 memory; cache dynamically grows and shrinks in response to
/linux/arch/powerpc/kernel/
H A Dstacktrace.c104 /* Stack grows downwards; unwinder may only go up. */ in arch_stack_walk_reliable()
/linux/drivers/md/
H A Draid1.h118 * mempools - it changes when the array grows or shrinks
/linux/arch/arm/nwfpe/
H A Dfpopcode.h46 U up/down bit: 0 = stack grows down, 1 = stack grows up
/linux/Documentation/hwmon/
H A Dcoretemp.rst43 may be raised, if the temperature grows enough (more than TjMax) to trigger
/linux/Documentation/accounting/
H A Dtaskstats.rst166 extended and the number of cpus grows large.
/linux/Documentation/process/
H A D7.AdvancedTopics.rst24 especially as the volume of those patches grows. Git also has its rough
/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dext_caps.c34 /* ought to go in a table if this grows too much */ in hci_extcap_hardware_id()
/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h37 * This extended area typically grows with newer CPUs that have larger and

1234