Searched refs:committed (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dextent_inlines.h319 extent_committed_set(extent_t *extent, bool committed) {
321 ((uint64_t)committed << EXTENT_BITS_COMMITTED_SHIFT);
369 bool committed, bool dumpable, extent_head_state_t is_head) {
380 extent_committed_set(extent, committed);
/freebsd-current/contrib/jemalloc/src/
H A Dextent.c29 size_t size, bool committed, unsigned arena_ind);
31 size_t size, bool committed, unsigned arena_ind);
54 size_t size, size_t size_a, size_t size_b, bool committed,
61 size_t size_a, void *addr_b, size_t size_b, bool committed,
1331 bool committed = false; local
1336 alloc_size, PAGE, &zeroed, &committed);
1340 alloc_size, PAGE, &zeroed, &committed,
1347 committed, true, EXTENT_IS_HEAD);
1771 bool committed, unsigned arena_ind) {
1876 bool committed, unsigne
1770 extent_dalloc_default(extent_hooks_t *extent_hooks, void *addr, size_t size, bool committed, unsigned arena_ind) argument
1875 extent_destroy_default(extent_hooks_t *extent_hooks, void *addr, size_t size, bool committed, unsigned arena_ind) argument
2070 extent_split_default(extent_hooks_t *extent_hooks, void *addr, size_t size, size_t size_a, size_t size_b, bool committed, unsigned arena_ind) argument
2228 extent_merge_default(extent_hooks_t *extent_hooks, void *addr_a, size_t size_a, void *addr_b, size_t size_b, bool committed, unsigned arena_ind) argument
[all...]
H A Dpages.c649 bool committed = false; local
650 void *madv_free_page = os_pages_map(NULL, PAGE, PAGE, &committed);
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clrpcops.c2053 int error = 0, len, rlen, commit, committed = NFSWRITE_FILESYNC; local
2229 if (committed == NFSWRITE_FILESYNC)
2230 committed = commit;
2231 else if (committed == NFSWRITE_DATASYNC &&
2233 committed = commit;
2267 *iomode = committed;
6947 int attrflag, error, rlen, commit, committed = NFSWRITE_FILESYNC; local
7037 if (committed == NFSWRITE_FILESYNC)
7038 committed = commit;
7039 else if (committed
7088 int attrflag, error, commit, committed = NFSWRITE_FILESYNC, rlen; local
[all...]
/freebsd-current/include/rpcsvc/
H A Dnfs_prot.x682 stable_how committed;
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl545 NOP 4 ; wait till FP is committed
842 NOP 4 ; wait till FP is committed
H A Dsha512-c64xplus.pl382 NOP 2 ; wait till FP is committed
/freebsd-current/sys/dev/ice/
H A Dvirtchnl.h1377 u32 committed; member in struct:virtchnl_shaper_bw
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3139 * We now know that all CPUs have committed or discarded their
7398 int committed = 0;
7736 * When the speculation is committed, all of
7809 ASSERT(!committed);
7818 committed = 1;
8002 if (!committed)
12482 * will not be committed. This situation is

Completed in 211 milliseconds