/linux-4.1.27/arch/s390/include/uapi/asm/ |
H A D | ucontext.h | 25 /* 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.1.27/arch/powerpc/include/uapi/asm/ |
H A D | ucontext.h | 31 sigset_t __unused[15]; /* Allow for uc_sigmask growth */
|
/linux-4.1.27/fs/jfs/ |
H A D | resize.c | 364 * 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 D | jfs_xtree.c | 3154 * during file growth (i.e., write) before truncation;
|
/linux-4.1.27/drivers/net/ppp/ |
H A D | ppp_mppe.h | 1 #define MPPE_PAD 4 /* MPPE growth per frame */
|
/linux-4.1.27/arch/tile/mm/ |
H A D | mmap.c | 77 * Use standard layout if the expected stack growth is unlimited arch_pick_mmap_layout()
|
/linux-4.1.27/fs/ubifs/ |
H A D | master.c | 315 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 D | budget.c | 282 * 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 D | ubifs.h | 870 * 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 D | replay.c | 1066 * to roughly estimate index growth. Things like @c->bi.min_idx_lebs ubifs_replay_journal()
|
H A D | tnc_commit.c | 775 * committed index ('c->bi.old_idx_sz') and zero out the index growth ubifs_tnc_start_commit()
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | ucontext.h | 22 /* Allow for uc_sigmask growth. Glibc uses a 1024-bit sigset_t. */
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | mmap.c | 94 * bit is set, or if the expected stack growth is unlimited: arch_pick_mmap_layout()
|
/linux-4.1.27/arch/arm64/mm/ |
H A D | mmap.c | 84 * if the expected stack growth is unlimited: arch_pick_mmap_layout()
|
/linux-4.1.27/net/ipv4/ |
H A D | tcp_illinois.c | 40 MODULE_PARM_DESC(theta, "# of fast RTT's before full growth"); 136 * The result is a convex window growth curve.
|
H A D | tcp_cubic.c | 164 * 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 D | tcp_vegas.c | 20 * o Largely to allow continuous cwnd growth during slow start,
|
H A D | ip_gre.c | 101 but exponential growth of network traffic is changed to linear
|
H A D | ipconfig.c | 100 #define CONF_TIMEOUT_MULT *7/4 /* Rate of timeout growth */
|
H A D | tcp_input.c | 588 * assume sender can use 2x growth, rcvwin = 4 * copied tcp_rcv_space_adjust() 715 * Like Eifel it also prevents growth of rto, tcp_rtt_estimator()
|
/linux-4.1.27/arch/sh/mm/ |
H A D | tlbex_64.c | 128 pages, stack growth, segmentation faults, swapping etc etc)
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | compat_linux.h | 81 /* Allow for uc_sigmask growth. Glibc uses a 1024-bit sigset_t. */
|
/linux-4.1.27/net/dccp/ccids/ |
H A D | ccid2.h | 55 * @tx_packets_acked: Ack counter for deriving cwnd growth (RFC 3465)
|
/linux-4.1.27/arch/s390/mm/ |
H A D | mmap.c | 247 * bit is set, or if the expected stack growth is unlimited: arch_pick_mmap_layout()
|
/linux-4.1.27/security/selinux/ |
H A D | netnode.c | 172 /* we need to impose a limit on the growth of the hash table so check sel_netnode_insert()
|
H A D | netport.c | 119 /* we need to impose a limit on the growth of the hash table so check sel_netport_insert()
|
/linux-4.1.27/arch/x86/boot/compressed/ |
H A D | misc.c | 69 * The worst case at the block level is a growth of the compressed data
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | sys_sparc_64.c | 283 * bit is set, or if the expected stack growth is unlimited: arch_pick_mmap_layout()
|
/linux-4.1.27/net/bridge/netfilter/ |
H A D | ebtables.c | 1975 int growth = 0; ebt_size_mwt() local 2013 growth += ret - match32->match_size; ebt_size_mwt() 2014 growth += ebt_compat_entry_padsize(); ebt_size_mwt() 2026 return growth; ebt_size_mwt()
|
/linux-4.1.27/drivers/iommu/ |
H A D | amd_iommu_types.h | 427 * For dynamic growth the aperture size is split into ranges of 128MB of
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 244 * Minimum and maximum sizes need for growth checks.
|
H A D | xfs_ialloc.c | 1965 * Log specified fields for the ag hdr (inode section). The growth of the agi
|
/linux-4.1.27/fs/ext3/ |
H A D | ext3.h | 461 __le16 s_reserved_gdt_blocks; /* Per group desc for online growth */ 592 * are ext3_get_block (growth) and ext3_truncate (shrinkth).
|
/linux-4.1.27/net/sctp/ |
H A D | protocol.c | 1216 /* Sendbuffer growth - do per-socket accounting */ sctp_defaults_init() 1219 /* Rcvbuffer growth - do per-socket accounting */ sctp_defaults_init()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_common.h | 158 /* pad for future growth */
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | import.c | 727 /* Allow a slightly larger reply for future growth compatibility */ ptlrpc_connect_import()
|
/linux-4.1.27/arch/arm/boot/compressed/ |
H A D | head.S | 307 /* 50% DTB growth should be good enough */
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | debug.c | 103 /* room for growth w/out changing binary format */
|
/linux-4.1.27/fs/ext4/ |
H A D | ext4.h | 884 * are ext4_get_block (growth) and ext4_truncate (shrinkth). 1160 __le16 s_reserved_gdt_blocks; /* Per group desc for online growth */
|
/linux-4.1.27/drivers/net/ethernet/intel/ |
H A D | e100.c | 1205 * better to limit the growth of the bundle size than let it go as
|
/linux-4.1.27/mm/ |
H A D | mmap.c | 2089 * Verify that the stack growth is acceptable and
|
/linux-4.1.27/fs/ocfs2/ |
H A D | alloc.c | 5006 * meta_ac is not strictly necessary - we only truly need it if growth
|