/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_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_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...] |
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...] |
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/sys/nfs/ |
nfs_vnops.c | 1230 int committed = NFSV3WRITE_FILESYNC; local in function:nfs_writerpc 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;
|
nfs_vnops.c | 1230 int committed = NFSV3WRITE_FILESYNC; local in function:nfs_writerpc 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;
|
nfs_vnops.c | 1230 int committed = NFSV3WRITE_FILESYNC; local in function:nfs_writerpc 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/sys/fs/nfs/client/ |
nfs_clrpcops.c | 1583 int error = 0, len, tsiz, rlen, commit, committed = NFSWRITE_FILESYNC; local in function:nfsrpc_writerpc 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 in function:nfsrpc_writeds 5786 if (committed == NFSWRITE_FILESYNC) 5787 committed = commit; 5788 else if (committed == NFSWRITE_DATASYNC & [all...] |
nfs_clrpcops.c | 1583 int error = 0, len, tsiz, rlen, commit, committed = NFSWRITE_FILESYNC; local in function:nfsrpc_writerpc 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 in function:nfsrpc_writeds 5786 if (committed == NFSWRITE_FILESYNC) 5787 committed = commit; 5788 else if (committed == NFSWRITE_DATASYNC & [all...] |
nfs_clrpcops.c | 1583 int error = 0, len, tsiz, rlen, commit, committed = NFSWRITE_FILESYNC; local in function:nfsrpc_writerpc 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 in function:nfsrpc_writeds 5786 if (committed == NFSWRITE_FILESYNC) 5787 committed = commit; 5788 else if (committed == NFSWRITE_DATASYNC & [all...] |