Searched refs:early (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_synctask.c45 int blocks_modified, zfs_space_check_t space_check, boolean_t early)
82 txg_list_t *task_list = (early) ?
132 * An early synctask works exactly as a standard synctask with one important
138 * For that reason, early synctasks can affect the process of writing dirty
140 * In addition, early synctasks should not dirty any metaslabs as this would
141 * invalidate the precodition/invariant for subsequent early synctasks.
156 boolean_t early)
170 txg_list_t *task_list = (early) ?
43 dsl_sync_task_common(const char *pool, dsl_checkfunc_t *checkfunc, dsl_syncfunc_t *syncfunc, void *arg, int blocks_modified, zfs_space_check_t space_check, boolean_t early) argument
154 dsl_sync_task_nowait_common(dsl_pool_t *dp, dsl_syncfunc_t *syncfunc, void *arg, int blocks_modified, zfs_space_check_t space_check, dmu_tx_t *tx, boolean_t early) argument
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.mk40 # early customizations
71 # some options we need to know early
93 # and do it early before we compute .PATH
H A Dinit.mk60 # beforebuild is a hook for things that must be done early
H A Ddpadd.mk195 # don't apply :T:R too early
/freebsd-11-stable/share/mk/
H A Dsrc.sys.env.mk3 # early setup only see also src.sys.mk
H A Dlocal.sys.env.mk3 # This makefile is for customizations that should be done early
H A Dsrc.sys.mk37 # tempting, but bsd.compiler.mk causes problems this early
H A Dbsd.init.mk6 # bsd.opts.mk is included early so Makefile.inc can use the
H A Dsys.mk36 # early include for customization
104 # This needs to be done early - before .PATH is computed
H A Dbsd.dep.mk254 # Always run 'make depend' to generate dependencies early and to avoid the
/freebsd-11-stable/contrib/gcc/
H A Dipa-inline.c914 Save some time by not recomputing function body sizes if early inlining
1084 cgraph_decide_inlining_incrementally (struct cgraph_node *node, bool early) argument
1099 if (dump_file && early)
1116 && (!early
1125 if (dump_file && early)
1134 else if (!early)
1137 if (early && inlined)
1180 /* Do inlining of small functions. Doing so early helps profiling and other
/freebsd-11-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh340 * Occurs ONCE during boot (very early).
/freebsd-11-stable/sys/cam/
H A Dcam_periph.c140 /* If driver marked as early or it is late now, initialize it. */
152 /* If driver marked as early or it is late now, deinitialize it. */
181 int i, early; local
185 early = (periph_drivers[i]->flags & CAM_PERIPH_DRV_EARLY) ? 1 : 2;
186 if (early == initialized)
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghashv8-armx.S181 veor q3,q3,q2 @ accumulate q3 early
H A Dsha1-armv4-large.S480 @ dmb @ errata #451034 on early Cortex A8
H A Dsha512-armv4.S452 dmb @ errata #451034 on early Cortex A8
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl271 veor $IN,$IN,$Xh @ accumulate $IN early
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk217 # Calculate path for .m files early, if needed.
H A Dkern.post.mk252 # Always run 'make depend' to generate dependencies early and to avoid the
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex214 vital parameters used during early boot.
533 many cases \dtc will give up after detecting a minor error early and
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c1051 digest_dynamic1(Obj_Entry *obj, int early, const Elf_Dyn **dyn_rpath, argument
1289 if (!early)
1353 if (!early) {
1418 digest_dynamic(Obj_Entry *obj, int early) argument
1424 digest_dynamic1(obj, early, &dyn_rpath, &dyn_soname, &dyn_runpath);
2760 if (elm->obj->init_done) /* Initialized early. */
3455 * Do not call the init functions for early loaded
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm666 @ If we terminated early, because dividend became zero, then the
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c1970 int error, early, depcount, loopcnt, retry_flush_count, retry; local
1991 early = retry_flush_count == 1 || (oldmnt->mnt_kern_flag &
1993 if ((error = ffs_flushfiles(oldmnt, flags | early, td)) != 0)
7418 * When truncating we must free the newdirblk early to remove
10977 * a request completion). It should be called early in this
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex318 % Do this early so pdf references go to the beginning of the page.
6826 % @documentlanguage is usually given very early, just after
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex310 % Do this early so pdf references go to the beginning of the page.
6697 % @documentlanguage is usually given very early, just after

Completed in 384 milliseconds

12