Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 25 of 54) sorted by relevance

123

/NextBSD/contrib/jemalloc/src/
HDchunk.c23 static bool chunk_dalloc_default(void *chunk, size_t size, bool committed,
32 size_t size_b, bool committed, unsigned arena_ind);
34 size_t size_b, bool committed, unsigned arena_ind);
54 void *chunk, size_t size, bool zeroed, bool committed);
208 bool zeroed, committed; in chunk_recycle() local
247 committed = extent_node_committed_get(node); in chunk_recycle()
248 if (committed) in chunk_recycle()
277 cache, ret, size + trailsize, zeroed, committed); in chunk_recycle()
287 zeroed, committed); in chunk_recycle()
292 trailsize, zeroed, committed); in chunk_recycle()
[all …]
HDarena.c744 bool committed; in arena_chunk_dalloc() local
754 committed = (arena_mapbits_decommitted_get(spare, map_bias) == in arena_chunk_dalloc()
756 if (!committed) { in arena_chunk_dalloc()
770 chunksize, committed); in arena_chunk_dalloc()
1481 bool committed = extent_node_committed_get(chunkselm); in arena_unstash_purged() local
1486 zeroed, committed); in arena_unstash_purged()
1756 bool committed = arena_run_decommit(arena, chunk, run); in arena_run_dalloc_decommit() local
1758 arena_run_dalloc(arena, run, committed, false, !committed); in arena_run_dalloc_decommit()
/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDextent.h84 void extent_node_committed_set(extent_node_t *node, bool committed);
88 size_t size, bool zeroed, bool committed);
175 extent_node_committed_set(extent_node_t *node, bool committed) in extent_node_committed_set() argument
178 node->en_committed = committed; in extent_node_committed_set()
197 bool zeroed, bool committed) in extent_node_init() argument
204 extent_node_committed_set(node, committed); in extent_node_init()
HDchunk.h64 void *chunk, size_t size, bool committed);
66 void *chunk, size_t size, bool zeroed, bool committed);
68 void *chunk, size_t size, bool committed);
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDrevision_status.c39 svn_boolean_t committed, in svn_wc_revision_status2() argument
63 committed, in svn_wc_revision_status2()
HDquestions.c573 svn_boolean_t committed, in svn_wc__min_max_revisions() argument
580 committed, in svn_wc__min_max_revisions()
HDwc_db.h3292 svn_boolean_t committed,
3314 svn_boolean_t committed,
HDREADME62 repository, and the changes committed in the repository *since* then
HDadm_ops.c74 svn_boolean_t committed; /* Process the node as committed */ member
/NextBSD/contrib/subversion/subversion/svnversion/
HDsvnversion.c132 svn_boolean_t no_newline = FALSE, committed = FALSE; in sub_main() local
184 committed = TRUE; in sub_main()
228 committed, NULL, NULL, pool, pool); in sub_main()
/NextBSD/contrib/subversion/doc/programmer/
HDWritingChangeLogs.txt24 In the case of CVS, these refer to when the change was committed,
185 * On the branch (or trunk) where the change is first committed, the
187 the ChangeLog and reflecting the date the change was committed to
201 Seitz" is the original author of the change, who committed it to
206 the date the merge was committed. It should indicate the origin of
/NextBSD/contrib/unbound/doc/
HDREADME.svn5 committed to the repository.
/NextBSD/contrib/binutils/
HDMAINTAINERS12 any committed patches:
35 Please notify the following of any committed patches:
/NextBSD/contrib/subversion/subversion/libsvn_fs_base/notes/
HDstructure435 whose value is the transaction that was committed to create this revision.
449 Every transaction ends when it is either successfully committed, or
450 aborted. We call a transaction which has been either committed or
459 committed transactions. Every key in this table is a transaction ID.
484 destroyed, and should never, ever, be committed.
488 ("committed" ROOT-ID REV PROPLIST COPIES)
492 * ROOT-ID is the node revision ID of the committed transaction's (or
496 transaction was committed.
499 committed transaction.
502 referencing all the filesystem copies created by this committed
[all …]
/NextBSD/contrib/ntp/sntp/m4/
HDntp_vpathhack.m45 dnl modified, because the output ntp_parser.[ch] are committed. This
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDinfo.c482 svn_boolean_t committed, in svn_client_min_max_revisions() argument
487 local_abspath, committed, scratch_pool); in svn_client_min_max_revisions()
/NextBSD/etc/mtree/
HDREADME39 The BSD.X.new file should NOT be committed, as it will be missing
/NextBSD/crypto/heimdal/appl/su/
HDChangeLog45 * su.c: remove accidentally committed code that prints the command
/NextBSD/contrib/groff/contrib/mm/examples/
HDMUL337 committed
/NextBSD/sys/fs/nfsclient/
HDnfs_clrpcops.c1579 int error = 0, len, tsiz, rlen, commit, committed = NFSWRITE_FILESYNC; in nfsrpc_writerpc() local
1706 if (committed == NFSWRITE_FILESYNC) in nfsrpc_writerpc()
1707 committed = commit; in nfsrpc_writerpc()
1708 else if (committed == NFSWRITE_DATASYNC && in nfsrpc_writerpc()
1710 committed = commit; in nfsrpc_writerpc()
1744 *iomode = committed; in nfsrpc_writerpc()
5731 int error, rlen, commit, committed = NFSWRITE_FILESYNC; in nfsrpc_writeds() local
5787 if (committed == NFSWRITE_FILESYNC) in nfsrpc_writeds()
5788 committed = commit; in nfsrpc_writeds()
5789 else if (committed == NFSWRITE_DATASYNC && in nfsrpc_writeds()
[all …]
/NextBSD/contrib/smbfs/
HDHISTORY20 - Kernel side of smbfs committed in the FreeBSD-current. It controlled
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_wc_private.h880 svn_boolean_t committed,
/NextBSD/include/rpcsvc/
HDnfs_prot.x691 stable_how committed; member
/NextBSD/contrib/gcclibs/libgomp/
HDconfigure.ac268 # ??? 2006-01-24: Paulo committed to asking autoconf folk to document
/NextBSD/contrib/subversion/subversion/include/
HDsvn_wc.h8131 svn_boolean_t committed,
8149 svn_boolean_t committed,

123