Searched refs:grow (Results 1 - 157 of 157) sorted by relevance

/linux-4.1.27/scripts/
H A Dbloat-o-meter33 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
54 if d>0: grow, up = grow+1, up+d
61 print("add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \
62 (add, remove, grow, shrink, up, -down, up-down))
/linux-4.1.27/arch/x86/include/asm/
H A Dtimer.h32 }; /* 24 bytes -- do not grow */
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_trans_resv.h45 struct xfs_trans_res tr_growdata; /* fs data section grow trans */
56 struct xfs_trans_res tr_growrtalloc; /* grow realtime allocations */
57 struct xfs_trans_res tr_growrtzero; /* grow realtime zeroing */
58 struct xfs_trans_res tr_growrtfree; /* grow realtime freeing */
H A Dxfs_da_format.h617 * Struct leaf_entry's are packed from the top. Name/values grow from the
/linux-4.1.27/tools/lib/api/fd/
H A Darray.h13 * realloc'ed, * for instance, in fdarray__{grow,filter}.
/linux-4.1.27/arch/sparc/include/asm/
H A Dmmu_context_64.h88 * a TSB grow if we switch back and forth between a kernel switch_mm()
107 * TSB grow switch_mm()
113 * before the TSB grow performed on cpu1. cpu1 did not cross-call switch_mm()
/linux-4.1.27/tools/perf/util/
H A Dthread_map.c81 bool grow = false; thread_map__new_by_uid() local
103 grow = true; thread_map__new_by_uid()
106 if (grow) { thread_map__new_by_uid()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd_modparams.c61 /* NB: this value is shared by all CPTs, it can grow at runtime */
115 /* NB: this value is shared by all CPTs, it can grow at runtime */
120 /* NB: this value is shared by all CPTs, it can grow at runtime */
129 /* NB: this value is shared by all CPTs, it can grow at runtime */
H A Do2iblnd.h160 /* These pools can grow at runtime, so don't need give a very large value */
/linux-4.1.27/tools/testing/selftests/vm/
H A Dhugetlbfstest.c45 !"rss didn't grow as expected"); do_mmap()
/linux-4.1.27/arch/sparc/mm/
H A Dtsb.c316 * do_sparc64_fault() invokes this routine to try and grow it.
319 * tsb_rss_limit for that TSB so the grow checks in do_sparc64_fault()
327 * The idea here is to grow the TSB when the RSS of the process approaches
375 /* If we failed on a TSB grow, we are under serious tsb_grow()
376 * memory pressure so don't try to grow any more. tsb_grow()
417 /* Handle multiple threads trying to grow the TSB at the same time. tsb_grow()
496 * grow it to that size on the first page fault anyways. init_new_context()
/linux-4.1.27/arch/arm/mach-davinci/include/mach/
H A Dpm.h36 * counter. Eventually those oscillations will grow to an amplitude
/linux-4.1.27/arch/x86/kvm/
H A Dtrace.h870 TP_PROTO(bool grow, unsigned int vcpu_id, int new, int old),
871 TP_ARGS(grow, vcpu_id, new, old),
874 __field( bool, grow )
881 __entry->grow = grow;
890 __entry->grow ? "grow" : "shrink",
/linux-4.1.27/fs/jfs/
H A Dresize.c348 * grow map file to cover remaining extension jfs_extendfs()
357 /* need to grow map file ? */ jfs_extendfs()
362 * grow bmap file for the new map pages required: jfs_extendfs()
366 * and possibly xtree index pages may grow in append mode, jfs_extendfs()
H A Djfs_txnmgr.h145 #define tlckGROW 0x0001 /* file grow */
H A Djfs_xtree.c2155 * function: grow in append mode from contiguous region specified ;
/linux-4.1.27/arch/frv/mm/
H A Delf-fdpic.c81 /* search between the bottom of user VM and the stack grow area */ arch_get_unmapped_area()
/linux-4.1.27/kernel/locking/
H A Dlockdep_internals.h52 * We use the per-lock dependency maps in two ways: we grow it by adding
/linux-4.1.27/fs/omfs/
H A Dfile.c129 * there are three possibilities for adding: grow last extent, omfs_grow_extent()
141 /* trivially grow current extent, if next block is not taken */ omfs_grow_extent()
/linux-4.1.27/net/mac80211/
H A Dmesh_pathtbl.c49 /* This lock will have the grow table function as writer and add / delete nodes
535 int grow = 0; mesh_path_add() local
589 grow = 1;
593 if (grow) {
669 int grow = 0; mpp_path_add() local
718 grow = 1;
725 if (grow) {
H A Dmesh.h55 * to grow.
57 * grow
141 * reached, the table will grow
H A Dsta_info.c1584 * If we ever grow support for TSPEC this might happen if ieee80211_sta_ps_deliver_uapsd()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_mdc.h144 * and cookiesize is initialized to the minimum value but allowed to grow
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_bulk.c462 /* don't grow if someone else is growing the pools right now, enc_pools_should_grow()
469 /* if total pages is not enough, we need to grow */ enc_pools_should_grow()
488 /* grow the pools in any other cases */ enc_pools_should_grow()
773 "max pages %lu, grows %u, grow fails %u, shrinks %u, access %lu, missing %lu, max qlen %u, max wait " sptlrpc_enc_pool_fini()
H A Dlproc_ptlrpc.c308 * hose a kernel by allowing the request history to grow too ptlrpc_lprocfs_req_history_max_seq_write()
H A Dpack_generic.c572 * lustre_msg may grow, and we'd like to log a version mismatch, __lustre_unpack_msg()
H A Dservice.c2136 * allowed the request history to grow out of control. We could put a ptlrpc_check_rqbd_pool()
/linux-4.1.27/arch/xtensa/include/uapi/asm/
H A Dmman.h43 #define MAP_AUTOGROW 0x040 /* File may grow by writing */
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dmman.h36 #define MAP_AUTOGROW 0x040 /* File may grow by writing */
/linux-4.1.27/arch/powerpc/lib/
H A Drheap.c45 static int grow(rh_info_t * info, int max_blocks) grow() function
100 * causes a grow in the block area then all pointers kept to the block
107 /* This function is not meant to be used to grow uncontrollably */ assure_empty()
118 return grow(info, max_blocks); assure_empty()
/linux-4.1.27/tools/testing/selftests/x86/
H A Dsigreturn.c181 .contents = 0, /* Data, grow-up */ setup_ldt()
207 .contents = 0, /* Data, grow-up */ setup_ldt()
220 .contents = 0, /* Data, grow-up */ setup_ldt()
245 .contents = 0, /* Data, grow-up */ setup_ldt()
/linux-4.1.27/drivers/firmware/efi/libstub/
H A Darm-stub.c113 grow: efi_file_size()
125 goto grow; efi_file_size()
/linux-4.1.27/mm/
H A Dmmap.c219 * Don't let a single process grow so big a user can't recover __vm_enough_memory()
314 * segment grow beyond its set limit the in case where the limit is SYSCALL_DEFINE1()
2091 * grow-up and grow-down cases.
2093 static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, unsigned long grow) acct_stack_growth() argument
2100 if (!may_expand_vm(mm, grow)) acct_stack_growth()
2114 locked = mm->locked_vm + grow; acct_stack_growth()
2121 /* Check to ensure the stack will not grow into a hugetlb-only region */ acct_stack_growth()
2131 if (security_vm_enough_memory_mm(mm, grow)) acct_stack_growth()
2136 mm->locked_vm += grow; acct_stack_growth()
2137 vm_stat_account(mm, vma->vm_flags, vma->vm_file, grow); acct_stack_growth()
2172 unsigned long size, grow; expand_upwards() local
2175 grow = (address - vma->vm_end) >> PAGE_SHIFT; expand_upwards()
2179 error = acct_stack_growth(vma, size, grow); expand_upwards()
2239 unsigned long size, grow; expand_downwards() local
2242 grow = (vma->vm_start - address) >> PAGE_SHIFT; expand_downwards()
2245 if (grow <= vma->vm_pgoff) { expand_downwards()
2246 error = acct_stack_growth(vma, size, grow); expand_downwards()
2262 vma->vm_pgoff -= grow; expand_downwards()
H A Dmremap.c524 * Ok, we need to grow.. SYSCALL_DEFINE5()
H A Dworkingset.c263 * track shadow nodes and reclaim them when they grow way past the
H A Dzbud.c323 * @gfp: gfp flags used if the pool needs to grow
H A Dnommu.c1981 * Don't let a single process grow so big a user can't recover __vm_enough_memory()
H A Dhugetlb.c1220 * tries to grow the static hugepage pool while alloc_pages() is alloc_buddy_huge_page()
1784 * and won't grow the pool anywhere else. Not until one of the set_max_huge_pages()
H A Dpercpu.c15 * Unit grows as necessary and all units grow or shrink in unison.
H A Dmemcontrol.c2528 * so we have to grow them. memcg_alloc_cache_id()
/linux-4.1.27/fs/squashfs/
H A Dfile.c232 * Search and grow the index cache for the specified inode, returning the
278 * If necessary grow cache slot by reading block list. Cache fill_meta_index()
/linux-4.1.27/lib/mpi/
H A Dmpih-mul.c120 * stack grow a lot less. mul_n()
269 * stack grow a lot less. mpih_sqr_n()
/linux-4.1.27/drivers/md/
H A Dlinear.c219 /* Adding a drive to a linear array allows the array to grow. linear_add()
H A Ddm-thin.c3030 DMERR("%s: unable to grow the data device until repaired.", maybe_resize_data_dev()
3077 DMERR("%s: unable to grow the metadata device until repaired.", maybe_resize_metadata_dev()
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dsigcontext.h52 * The FPU state data structure has had to grow to accommodate the
/linux-4.1.27/arch/x86/boot/compressed/
H A Deboot.c83 grow: __file_size32()
95 goto grow; __file_size32()
136 grow: __file_size64()
148 goto grow; __file_size64()
/linux-4.1.27/arch/arm/plat-samsung/
H A Dpm-check.c35 * and reducing the size will cause the CRC save area to grow
/linux-4.1.27/drivers/md/persistent-data/
H A Ddm-array.c544 static int grow(struct resize *resize) grow() function
665 r = ((new_size > old_size) ? grow : shrink)(&resize); array_resize()
/linux-4.1.27/arch/parisc/kernel/
H A Dsignal.c188 sp = (current->sas_ss_sp + 0x7f) & ~0x3f; /* Stacks grow up! */ get_sigframe()
191 return (void __user *) sp; /* Stacks grow up. Fun. */ get_sigframe()
/linux-4.1.27/arch/m68k/fpsp040/
H A Dgen_except.S279 beqs busy_fr |if unimp, grow to busy
397 | on an Unsupported data type exception), then we need to grow
/linux-4.1.27/arch/arc/kernel/
H A Dentry.S481 ; SP will grow up by size of CALLEE Reg-File
593 ; NOTE: SP will grow up by size of CALLEE Reg-File
/linux-4.1.27/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c75 * instances and grow up to the peak number of simultaneously used objects.
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_proc.c92 /* FIX: this may grow too long for one page(?) */ prism2_stats_proc_show()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_smp.c141 /* grow the existing pending reservation: */ smp_request_block()
/linux-4.1.27/fs/sysv/
H A Ditree.c306 * of branch is all ours and does not grow immediately from the inode find_shared()
/linux-4.1.27/fs/hfs/
H A Dmdb.c282 * files grow. */ hfs_mdb_commit()
/linux-4.1.27/fs/hfsplus/
H A Dbtree.c37 * and by leaving a gap after the B-trees for them to grow into.
/linux-4.1.27/include/net/9p/
H A Dclient.h144 * when we need to grow the total number of the transactions.
/linux-4.1.27/arch/parisc/include/asm/
H A Dprocessor.h285 * GCC to make the stack grow downwards.
/linux-4.1.27/arch/arm/include/asm/
H A Dmemory.h89 * The limitation of user task size can grow up to the end of free ram region.
H A Dmcpm.h19 * (assembly) code simpler. When this starts to grow then we'll have
/linux-4.1.27/lib/
H A Didr.c216 * -EAGAIN if the tree needs to grow for allocation to succeed,
244 /* if already at the top layer, we need to grow */ sub_alloc()
315 * then we grow the tree by moving the top node idr_get_empty_slot()
/linux-4.1.27/drivers/media/rc/
H A Drc-main.c165 * unused entries and grow it if it is full.
175 /* All entries in use -> grow keytable */ ir_resize_table()
301 /* No previous mapping found, we might need to grow the table */ ir_establish_scancode()
/linux-4.1.27/fs/ocfs2/
H A Docfs2_fs.h47 * grow if needed.
589 * has room to grow. Unlike the old slot map, this format is defined by
889 * entries. We grow out
H A Djournal.h268 * start off at the maximum transaction size and grow the transaction
H A Docfs2.h58 * amount of inlined blocks to be stored on an array and grow the
H A Dalloc.c1506 * Tree depth after the grow is returned via *final_depth.
5004 * Care is taken to handle contiguousness so as to not grow the tree.
5011 * btree. Since a split may grow the tree or a merge might shrink it,
5254 * Setup the record to split before we grow the tree. ocfs2_split_tree()
H A Dxattr.c1961 * If the value tree grew, it obviously didn't grow enough for the
1997 "Unable to grow xattr %.*s safely. %u new clusters " ocfs2_xa_cleanup_value_truncate()
2150 * If we get here, we have a blank entry. Fill it. We grow our ocfs2_xa_prepare_entry()
H A Daops.c351 * grow out to a tree. If need be, detecting boundary extents could
H A Ddir.c2896 * possibility that unindexed leaves grow ocfs2_expand_inline_dir()
3180 * block, so we may have to grow the inode by two blocks in that case.
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c219 * This code should probably grow support for turning the cursor off and back
H A Dgma_display.c197 * This code should probably grow support for turning the cursor off and back
H A Dmdfld_intel_display.c301 * This code should probably grow support for turning the cursor off and back
/linux-4.1.27/drivers/firmware/
H A Ddcdbas.c78 * smi_data_buf_realloc: grow SMI data buffer if needed
/linux-4.1.27/arch/x86/kernel/
H A Dkexec-bzimage64.c47 * time. Right now there is only one field but it can grow as need be.
/linux-4.1.27/drivers/tty/
H A Dtty_buffer.c236 * tty_buffer_request_room - grow tty buffer if needed
/linux-4.1.27/include/scsi/
H A Dosd_protocol.h628 * they can grow in the future to more then 16, and still retain osd_sec_set_caps()
/linux-4.1.27/include/linux/
H A Dtcp.h236 u32 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
H A Dlockdep.h180 * We only grow the list, never remove from it:
H A Di2c.h290 * that are present. This information is used to grow the driver model tree.
H A Dskbuff.h2013 * the header has to grow. In the default case, if the header has to grow
H A Dmm.h1971 /* CONFIG_STACK_GROWSUP still needs to to grow downwards at some places */
/linux-4.1.27/arch/sh/kernel/cpu/sh3/
H A Dentry.S99 ! It can be valid access, such as stack grow and/or C-O-W.
/linux-4.1.27/arch/powerpc/include/asm/
H A Dcputable.h11 /* This structure can grow, it's real size is used by head.S code
H A Dkvm_host.h259 /* This array can grow quite large, keep it at the end */
/linux-4.1.27/fs/ext4/
H A Dext4_jbd2.h67 * start off at the maximum transaction size and grow the transaction
H A Dindirect.c899 * of branch is all ours and does not grow immediately from the inode ext4_find_shared()
H A Dresize.c1704 * GDT blocks are reserved to grow to the desired size.
H A Dmballoc.c4246 * allowing it to grow to 8. This ext4_mb_discard_lg_preallocations()
4353 * doesn't grow big. ext4_mb_release_context()
H A Dextents.c1381 /* tree is full, time to grow in depth */ ext4_ext_create_new_leaf()
3645 * One of more index blocks maybe needed if the extent tree grow after
/linux-4.1.27/net/sched/
H A Dsch_tbf.c50 Let N(t_i) be B/R initially and N(t) grow continuously with time as:
/linux-4.1.27/net/core/
H A Ddev.c4013 static void gro_pull_from_frag0(struct sk_buff *skb, int grow) gro_pull_from_frag0() argument
4017 BUG_ON(skb->end - skb->tail < grow); gro_pull_from_frag0()
4019 memcpy(skb_tail_pointer(skb), NAPI_GRO_CB(skb)->frag0, grow); gro_pull_from_frag0()
4021 skb->data_len -= grow; gro_pull_from_frag0()
4022 skb->tail += grow; gro_pull_from_frag0()
4024 pinfo->frags[0].page_offset += grow; gro_pull_from_frag0()
4025 skb_frag_size_sub(&pinfo->frags[0], grow); gro_pull_from_frag0()
4042 int grow; dev_gro_receive() local
4130 grow = skb_gro_offset(skb) - skb_headlen(skb);
4131 if (grow > 0)
4132 gro_pull_from_frag0(skb, grow);
/linux-4.1.27/fs/
H A Dpipe.c31 * The max size that a non-root user is allowed to grow the pipe. Can
967 * expect a lot of shrink+grow operations, just free and allocate pipe_set_size()
H A Dmbcache.c367 * chains won't grow too long. mb_cache_create()
H A Ddirect-io.c782 * Can we just grow the current page's presence in the dio? submit_page_section()
H A Dexec.c665 /* Make sure we didn't let the argument array grow too large. */ setup_arg_pages()
H A Dsplice.c274 * Check if we need to grow the arrays holding pages and partial page
H A Dbinfmt_elf.c288 * far ahead a user-space access may be in order to grow the stack. create_elf_tables()
/linux-4.1.27/net/9p/
H A Dclient.c224 * this is a simple array lookup, but will grow the
255 pr_err("Couldn't grow tag array\n"); p9_tag_alloc()
294 pr_err("Couldn't grow tag array\n"); p9_tag_alloc()
/linux-4.1.27/drivers/video/console/
H A Dnewport_con.c509 /* ladis: when I grow up, there will be a day... and more sizes will newport_set_font()
/linux-4.1.27/kernel/sched/
H A Dcputime.c538 /* We can grow stime and shrink rtime and try to make them both fit */ scale_stime()
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
H A Dframework.c581 * be lazy portal and will grow buffers if necessary. */ sfw_load_test()
603 * which can grow buffers at runtime so we may leave sfw_unload_test()
/linux-4.1.27/fs/ext3/
H A Dext3.h1154 * generous. We can grow the delete transaction later if necessary. */
1161 * start off at the maximum transaction size and grow the transaction
H A Dresize.c989 * GDT blocks are reserved to grow to the desired size.
H A Dinode.c2169 * of branch is all ours and does not grow immediately from the inode ext3_find_shared()
/linux-4.1.27/fs/gfs2/
H A Dbmap.c435 * i) Indirect blocks to grow the metadata tree height
1275 * The file size can grow, shrink, or stay the same size. This
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c899 * Create or grow bucket memory. Return old_buckets if no allocation was
1755 * to grow the hash size when excessive chaining is detected, or to
/linux-4.1.27/drivers/md/bcache/
H A Dbcache.h549 * should never grow past ~2-3 nodes in practice.
/linux-4.1.27/drivers/net/slip/
H A Dslip.c251 printk(KERN_WARNING "%s: unable to grow slip buffers, MTU change cancelled.\n",
/linux-4.1.27/drivers/net/hamradio/
H A Dmkiss.c386 printk(KERN_ERR "mkiss: %s: unable to grow ax25 buffers, " ax_changedmtu()
/linux-4.1.27/drivers/staging/wlan-ng/
H A Dprism2fw.c513 /* existing chunk, grow it */ mkimage()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h1245 * 1. Number of frags should not grow above MAX_SKB_FRAGS bnx2x_mtu_allows_gro()
/linux-4.1.27/drivers/usb/host/
H A Dohci-q.c302 * but won't start anything new. The TD queue may still grow; device
/linux-4.1.27/drivers/vfio/
H A Dvfio_iommu_type1.c598 /* Insert zero-sized and grow as we map chunks of it */ vfio_dma_do_map()
/linux-4.1.27/fs/ntfs/
H A Dlcnalloc.c129 * grow the MFT zone dynamically, so it might even be correct not to do this.
H A Drunlist.c60 * As the runlists grow, more memory will be required. To prevent the
103 * As the runlists grow, more memory will be required. To prevent the
H A Dlayout.h285 * reserved so that the mft can grow contiguously and hence doesn't become
/linux-4.1.27/fs/reiserfs/
H A Dbitmap.c377 * We do this so that files that grow later still have space close to scan_bitmap()
H A Djournal.c3854 * grow this transaction __commit_trans_jl()
/linux-4.1.27/fs/ubifs/
H A Dgc.c32 * to grow, however sufficient space is reserved for the index to ensure the
H A Dfile.c411 * not grow, and smaller budget is acquired in this case;
H A Dubifs.h864 * @idx_growth: how much the index will supposedly grow
/linux-4.1.27/fs/xfs/
H A Dxfs_log_priv.h188 * - A log record header is 512 bytes. There is plenty of room to grow the
H A Dxfs_log_cil.c324 * reservation has to grow as well as the current reservation as we xlog_cil_insert_items()
H A Dxfs_bmap_util.c249 * Check if the endoff is outside the last extent. If so the caller will grow
H A Dxfs_log.c642 * remedy the situation as there is no way to grow the log (short of xfs_log_mount()
/linux-4.1.27/include/net/
H A Dwimax.h64 * mostly completed. Remember this is meant to grow as new common
H A Dtcp.h1025 * congestion avoidance mode. But in slow start we allow cwnd to grow
H A Dxfrm.h935 * bundles differing by session id. All the bundles grow from a parent
/linux-4.1.27/ipc/
H A Dmqueue.c262 * accurate as the queue is now an rbtree and will grow and mqueue_get_inode()
/linux-4.1.27/drivers/xen/
H A Dgrant-table.c925 * index, ensuring that the table will grow only once. gnttab_map()
/linux-4.1.27/drivers/scsi/esas2r/
H A Desas2r.h1221 * only allow the size of the request to grow. there are some esas2r_rq_init_request()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_tv.c211 * Behold, magic numbers! If we plant them they might grow a big
H A Dintel_display.c4477 * FIXME: Once we grow proper nuclear flip support out of this we need intel_crtc_enable_planes()
4504 * FIXME: Once we grow proper nuclear flip support out of this we need intel_crtc_disable_planes()
/linux-4.1.27/drivers/base/
H A Dfirmware_class.c748 /* If the array of pages is too small, grow it... */ fw_realloc_buffer()
/linux-4.1.27/fs/jffs2/
H A Dgc.c1184 /* First grow down... */ jffs2_garbage_collect_dnode()
/linux-4.1.27/fs/cifs/
H A Dsmb2ops.c681 /* Check that server is not asking us to grow size */ smb2_clone_range()
/linux-4.1.27/fs/ext2/
H A Dinode.c982 * of branch is all ours and does not grow immediately from the inode ext2_find_shared()
/linux-4.1.27/fs/btrfs/
H A Dctree.h736 * just grow the inode item and version it
932 * grow this item struct at the end for future enhancements and keep
976 * grow this item struct at the end for future enhancements and keep
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_irq.c1202 /* Send any queued vblank events, lest the natives grow disquiet */ drm_vblank_off()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dsvga_reg.h934 * compatibility. New flags can be added, and the struct may grow,
/linux-4.1.27/fs/nilfs2/
H A Dbtree.c1156 /* grow */ nilfs_btree_prepare_insert()
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dgianfar.c2440 * space, that's because outside of this function it can only grow, gfar_start_xmit()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.h571 * channels - Titan fifo and Titan ring. In the future the list will grow.
H A Dvxge-config.c2619 * This function will create memory pool object. Pool may grow but will
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_int.h513 RESYNC_AFTER_NEG, /* Resync after online grow after the attach&negotiate finished. */
H A Ddrbd_main.c3231 /* FIXME check for device grow with flex external meta data? */ check_offsets_and_sizes()
H A Ddrbd_nl.c2477 drbd_info(device, "Resync of new storage after online grow\n"); resync_after_online_grow()
/linux-4.1.27/drivers/block/
H A Dnvme-core.c121 * Check we didin't inadvertently grow the command struct
/linux-4.1.27/drivers/atm/
H A Dambassador.c1192 /* grow RX buffer pool */ amb_open()
/linux-4.1.27/arch/powerpc/kernel/
H A Dprom_init.c952 * to grow the device-tree allocation as we progress. If we can't,
/linux-4.1.27/net/ipv4/
H A Dtcp_input.c3260 /* If reordering is high then always grow cwnd whenever data is tcp_may_raise_cwnd()
3262 * and only grow cwnd on in-order delivery (RFC5681). A stretched ACK w/ tcp_may_raise_cwnd()
H A Dtcp_output.c2406 * tcp_clamp_window() will grow rcv buf up to tcp_rmem[2], and __tcp_select_window()
/linux-4.1.27/kernel/trace/
H A Dtrace.c4279 * a user starts to use the tracing facility, then they need to grow
/linux-4.1.27/net/sctp/
H A Dsm_statefuns.c6206 * in sctp_ulpevent_make_rcvmsg will drop the frame if we grow our sctp_eat_data()
H A Dsocket.c5877 /* Allow the struct to grow and fill in as much as possible */ sctp_getsockopt_assoc_stats()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_sli.c15757 "2002 Error Could not grow rpi " lpfc_sli4_alloc_rpi()

Completed in 5842 milliseconds