HomeSort by: relevance | last modified time | path
    Searched defs:committed (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/jemalloc/dist/src/
san_bump.c 93 bool committed = false, zeroed = false; local
98 alloc_size, PAGE, zeroed, &committed,
pages.c 811 bool committed = false; local
812 void *madv_free_page = os_pages_map(NULL, PAGE, PAGE, &committed);
extent.c 631 * committed.
670 bool committed = false; local
673 &committed);
682 extent_state_active, zeroed, committed, EXTENT_PAI_PAC,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_so.c 61 * @committed: Whether the view is actually created or pending creation at the
76 bool committed; /* Protected by binding_mutex */ member in struct:vmw_view
123 * vmw_view_commit_notify - Notify that a view operation has been committed to
127 * @state: Indicating whether a creation or removal has been committed.
142 view->committed = true;
148 view->committed = false;
173 if (!view->committed) {
218 if (!view->committed || res->id == -1)
374 view->committed = false;
406 * @res_p: If the resource is in an already committed state, points to th
    [all...]
vmwgfx_shader.c 57 bool committed; member in struct:vmw_dx_shader
123 * The destroy callback is only called with a committed resource on
355 * committed to hardware from a user-supplied command stream.
358 * @state: Indicating whether a creation or removal has been committed.
371 shader->committed = true;
377 shader->committed = false;
399 if (!list_empty(&shader->cotable_head) || !shader->committed)
433 WARN_ON_ONCE(!shader->committed);
488 WARN_ON_ONCE(!shader->committed);
562 entry->committed = false
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
pages.c 605 bool committed = false; local
606 void *madv_free_page = os_pages_map(NULL, PAGE, PAGE, &committed);
extent.c 29 size_t size, bool committed, unsigned arena_ind);
31 size_t size, bool committed, unsigned arena_ind);
55 size_t size, size_t size_a, size_t size_b, bool committed,
64 size_t size_a, void *addr_b, size_t size_b, bool committed,
1261 bool committed = false; local
1266 alloc_size, PAGE, &zeroed, &committed);
1270 alloc_size, PAGE, &zeroed, &committed,
1277 committed, true);
1665 bool committed, unsigned arena_ind) {
1766 bool committed, unsigned arena_ind)
    [all...]
  /src/external/bsd/nsd/dist/
xfr-inspect.c 96 uint8_t committed; local
110 if(!xi_diff_read_8(in, &committed) ||
128 printf("committed: %d (%s)\n", (int)committed,
129 committed?"yes":"no");
345 uint8_t committed; local
359 if(!xi_diff_read_8(in, &committed) ||
377 printf("; committed: %d (%s)\n", (int)committed,
378 committed?"yes":"no")
    [all...]
difffile.c 119 /* overwrite the first part of the file with 'committed = 1',
131 !write_8(df, commit) /* committed */ ||
1384 uint8_t committed; local
1399 /* committed and num_parts are first because they need to be
1403 if(!diff_read_8(in, &committed) ||
1423 switch(committed) {
1425 log_msg(LOG_ERR, "diff file %s was not committed", zone_buf);
1486 zone->is_checked = (committed == DIFF_VERIFIED);
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 1583 int error = 0, len, tsiz, rlen, commit, committed = NFSWRITE_FILESYNC; local
1710 if (committed == NFSWRITE_FILESYNC)
1711 committed = commit;
1712 else if (committed == NFSWRITE_DATASYNC &&
1714 committed = commit;
1747 *iomode = committed;
5730 int error, rlen, commit, committed = NFSWRITE_FILESYNC; local
5786 if (committed == NFSWRITE_FILESYNC)
5787 committed = commit;
5788 else if (committed == NFSWRITE_DATASYNC &
    [all...]
  /src/sys/nfs/
nfs_vnops.c 1230 int committed = NFSV3WRITE_FILESYNC; local
1352 if (committed == NFSV3WRITE_FILESYNC)
1353 committed = commit;
1354 else if (committed == NFSV3WRITE_DATASYNC &&
1356 committed = commit;
1395 if (committed == NFSV3WRITE_UNSTABLE &&
1428 *iomode = committed;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h 371 unsigned char committed; // !=0 if type is committed member in class:StringExp
  /src/external/bsd/am-utils/dist/include/
am_xdr_func.h 259 am_stable_how committed; member in struct:am_WRITE3resok
  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 362 char *committed = buf;
380 committed = here;
395 here = committed;
425 here = committed;
359 char *committed = buf; local
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 362 char *committed = buf;
380 committed = here;
395 here = committed;
425 here = committed;
359 char *committed = buf; local

Completed in 54 milliseconds