Searched refs:growth (Results 1 - 41 of 41) sorted by relevance

/linux-4.4.14/arch/s390/include/uapi/asm/
H A Ducontext.h25 /* Allow for uc_sigmask growth. Glibc uses a 1024-bit sigset_t. */
36 /* Allow for uc_sigmask growth. Glibc uses a 1024-bit sigset_t. */
/linux-4.4.14/arch/powerpc/include/uapi/asm/
H A Ducontext.h31 sigset_t __unused[15]; /* Allow for uc_sigmask growth */
/linux-4.4.14/fs/jfs/
H A Dresize.c364 * allocate growth at the start of newly extended region; jfs_extendfs()
371 * journal map file growth as if a regular file growth: jfs_extendfs()
374 * journaling of bmap file growth is not required since jfs_extendfs()
375 * logredo() do/can not use log records of bmap file growth jfs_extendfs()
457 /* sync log to skip log replay of bmap file growth transaction; */ jfs_extendfs()
H A Djfs_xtree.c3154 * during file growth (i.e., write) before truncation;
/linux-4.4.14/drivers/net/ppp/
H A Dppp_mppe.h1 #define MPPE_PAD 4 /* MPPE growth per frame */
/linux-4.4.14/arch/tile/mm/
H A Dmmap.c77 * Use standard layout if the expected stack growth is unlimited arch_pick_mmap_layout()
/linux-4.4.14/fs/ubifs/
H A Dmaster.c315 int growth = c->leb_cnt - old_leb_cnt; ubifs_read_master() local
326 c->lst.empty_lebs += growth; ubifs_read_master()
327 c->lst.total_free += growth * (long long)c->leb_size; ubifs_read_master()
328 c->lst.total_dark += growth * (long long)c->dark_wm; ubifs_read_master()
H A Dbudget.c282 * do_budget_space - reserve flash space for index and data growth.
285 * This function makes sure UBIFS has enough free LEBs for index growth and
367 * calc_idx_growth - calculate approximate index growth from budgeting request.
586 /* Release the index growth reservation */ ubifs_convert_page_budget()
588 /* Release the data growth reservation */ ubifs_convert_page_budget()
590 /* Increase the dirty data growth reservation instead */ ubifs_convert_page_budget()
H A Dubifs.h870 * budgeting subsystem caches index and data growth values there to avoid
956 * @idx_growth: amount of bytes budgeted for index growth
960 * @uncommitted_idx: amount of bytes were budgeted for growth of the index, but
H A Dreplay.c1066 * to roughly estimate index growth. Things like @c->bi.min_idx_lebs ubifs_replay_journal()
H A Dtnc_commit.c775 * committed index ('c->bi.old_idx_sz') and zero out the index growth ubifs_tnc_start_commit()
/linux-4.4.14/arch/arm/include/asm/
H A Ducontext.h22 /* Allow for uc_sigmask growth. Glibc uses a 1024-bit sigset_t. */
/linux-4.4.14/arch/powerpc/mm/
H A Dmmap.c94 * bit is set, or if the expected stack growth is unlimited: arch_pick_mmap_layout()
/linux-4.4.14/arch/arm64/mm/
H A Dmmap.c84 * if the expected stack growth is unlimited: arch_pick_mmap_layout()
/linux-4.4.14/net/ipv4/
H A Dtcp_illinois.c40 MODULE_PARM_DESC(theta, "# of fast RTT's before full growth");
136 * The result is a convex window growth curve.
H A Dtcp_cubic.c164 * Shift epoch_start to keep cwnd growth to cubic curve. bictcp_cwnd_event()
305 * The initial growth of cubic function may be too conservative bictcp_update()
H A Dtcp_vegas.c20 * o Largely to allow continuous cwnd growth during slow start,
H A Dip_gre.c103 but exponential growth of network traffic is changed to linear
H A Dipconfig.c100 #define CONF_TIMEOUT_MULT *7/4 /* Rate of timeout growth */
H A Dtcp_input.c592 * assume sender can use 2x growth, rcvwin = 4 * copied tcp_rcv_space_adjust()
719 * Like Eifel it also prevents growth of rto, tcp_rtt_estimator()
/linux-4.4.14/net/dccp/ccids/
H A Dccid2.h55 * @tx_packets_acked: Ack counter for deriving cwnd growth (RFC 3465)
/linux-4.4.14/arch/s390/kernel/
H A Dcompat_linux.h81 /* Allow for uc_sigmask growth. Glibc uses a 1024-bit sigset_t. */
/linux-4.4.14/arch/sh/mm/
H A Dtlbex_64.c128 pages, stack growth, segmentation faults, swapping etc etc)
/linux-4.4.14/security/selinux/
H A Dnetnode.c172 /* we need to impose a limit on the growth of the hash table so check sel_netnode_insert()
H A Dnetport.c119 /* we need to impose a limit on the growth of the hash table so check sel_netport_insert()
/linux-4.4.14/arch/s390/mm/
H A Dmmap.c237 * bit is set, or if the expected stack growth is unlimited: arch_pick_mmap_layout()
/linux-4.4.14/arch/sparc/kernel/
H A Dsys_sparc_64.c283 * bit is set, or if the expected stack growth is unlimited: arch_pick_mmap_layout()
/linux-4.4.14/arch/x86/boot/compressed/
H A Dmisc.c69 * The worst case at the block level is a growth of the compressed data
/linux-4.4.14/net/bridge/netfilter/
H A Debtables.c1977 int growth = 0; ebt_size_mwt() local
2015 growth += ret - match32->match_size; ebt_size_mwt()
2016 growth += ebt_compat_entry_padsize(); ebt_size_mwt()
2028 return growth; ebt_size_mwt()
/linux-4.4.14/drivers/iommu/
H A Damd_iommu_types.h428 * For dynamic growth the aperture size is split into ranges of 128MB of
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_fs.h245 * Minimum and maximum sizes need for growth checks.
H A Dxfs_ialloc.c2415 * Log specified fields for the ag hdr (inode section). The growth of the agi
/linux-4.4.14/net/sctp/
H A Dprotocol.c1236 /* Sendbuffer growth - do per-socket accounting */ sctp_defaults_init()
1239 /* Rcvbuffer growth - do per-socket accounting */ sctp_defaults_init()
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_common.h158 /* pad for future growth */
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
H A Dimport.c719 /* Allow a slightly larger reply for future growth compatibility */ ptlrpc_connect_import()
/linux-4.4.14/arch/arm/boot/compressed/
H A Dhead.S307 /* 50% DTB growth should be good enough */
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Ddebug.c103 /* room for growth w/out changing binary format */
/linux-4.4.14/fs/ext4/
H A Dext4.h921 * are ext4_get_block (growth) and ext4_truncate (shrinkth).
1199 __le16 s_reserved_gdt_blocks; /* Per group desc for online growth */
/linux-4.4.14/drivers/net/ethernet/intel/
H A De100.c1205 * better to limit the growth of the bundle size than let it go as
/linux-4.4.14/mm/
H A Dmmap.c2098 * Verify that the stack growth is acceptable and
/linux-4.4.14/fs/ocfs2/
H A Dalloc.c5024 * meta_ac is not strictly necessary - we only truly need it if growth

Completed in 1608 milliseconds