| /NextBSD/contrib/jemalloc/src/ |
| HD | chunk.c | 23 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 …]
|
| HD | arena.c | 744 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/ |
| HD | extent.h | 84 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()
|
| HD | chunk.h | 64 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/ |
| HD | revision_status.c | 39 svn_boolean_t committed, in svn_wc_revision_status2() argument 63 committed, in svn_wc_revision_status2()
|
| HD | questions.c | 573 svn_boolean_t committed, in svn_wc__min_max_revisions() argument 580 committed, in svn_wc__min_max_revisions()
|
| HD | wc_db.h | 3292 svn_boolean_t committed, 3314 svn_boolean_t committed,
|
| HD | README | 62 repository, and the changes committed in the repository *since* then
|
| HD | adm_ops.c | 74 svn_boolean_t committed; /* Process the node as committed */ member
|
| /NextBSD/contrib/subversion/subversion/svnversion/ |
| HD | svnversion.c | 132 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/ |
| HD | WritingChangeLogs.txt | 24 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/ |
| HD | README.svn | 5 committed to the repository.
|
| /NextBSD/contrib/binutils/ |
| HD | MAINTAINERS | 12 any committed patches: 35 Please notify the following of any committed patches:
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| HD | structure | 435 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/ |
| HD | ntp_vpathhack.m4 | 5 dnl modified, because the output ntp_parser.[ch] are committed. This
|
| /NextBSD/contrib/subversion/subversion/libsvn_client/ |
| HD | info.c | 482 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/ |
| HD | README | 39 The BSD.X.new file should NOT be committed, as it will be missing
|
| /NextBSD/crypto/heimdal/appl/su/ |
| HD | ChangeLog | 45 * su.c: remove accidentally committed code that prints the command
|
| /NextBSD/contrib/groff/contrib/mm/examples/ |
| HD | MUL | 337 committed
|
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clrpcops.c | 1579 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/ |
| HD | HISTORY | 20 - Kernel side of smbfs committed in the FreeBSD-current. It controlled
|
| /NextBSD/contrib/subversion/subversion/include/private/ |
| HD | svn_wc_private.h | 880 svn_boolean_t committed,
|
| /NextBSD/include/rpcsvc/ |
| HD | nfs_prot.x | 691 stable_how committed; member
|
| /NextBSD/contrib/gcclibs/libgomp/ |
| HD | configure.ac | 268 # ??? 2006-01-24: Paulo committed to asking autoconf folk to document
|
| /NextBSD/contrib/subversion/subversion/include/ |
| HD | svn_wc.h | 8131 svn_boolean_t committed, 8149 svn_boolean_t committed,
|