HomeSort by: relevance | last modified time | path
    Searched refs:last_flush (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ids.c 298 updates || !(*id)->last_flush ||
299 ((*id)->last_flush->context != fence_context &&
300 !dma_fence_is_signaled((*id)->last_flush))) {
369 if (!(*id)->last_flush ||
370 ((*id)->last_flush->context != fence_context &&
371 !dma_fence_is_signaled((*id)->last_flush)))
465 dma_fence_put(id->last_flush);
466 id->last_flush = NULL;
618 dma_fence_put(id->last_flush);
amdgpu_ids.h 47 struct dma_fence *last_flush; member in struct:amdgpu_vmid
amdgpu_vm.c 1140 dma_fence_put(id->last_flush);
1141 id->last_flush = dma_fence_get(fence);
  /src/external/gpl3/binutils/dist/zlib/
deflate.c 663 s->last_flush = -2;
770 s->last_flush != -2) {
962 old_flush = s->last_flush;
963 s->last_flush = flush;
975 s->last_flush = -1;
1026 s->last_flush = -1;
1052 s->last_flush = -1;
1095 s->last_flush = -1;
1118 s->last_flush = -1;
1140 s->last_flush = -1
    [all...]
deflate.h 115 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 537 s->last_flush = -2;
631 s->last_flush != -2) {
823 old_flush = s->last_flush;
824 s->last_flush = flush;
836 s->last_flush = -1;
887 s->last_flush = -1;
913 s->last_flush = -1;
956 s->last_flush = -1;
979 s->last_flush = -1;
1001 s->last_flush = -1
    [all...]
deflate.h 111 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.c 537 s->last_flush = -2;
631 s->last_flush != -2) {
823 old_flush = s->last_flush;
824 s->last_flush = flush;
836 s->last_flush = -1;
887 s->last_flush = -1;
913 s->last_flush = -1;
956 s->last_flush = -1;
979 s->last_flush = -1;
1001 s->last_flush = -1
    [all...]
deflate.h 111 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
  /src/external/gpl3/gdb/dist/zlib/
deflate.c 663 s->last_flush = -2;
770 s->last_flush != -2) {
962 old_flush = s->last_flush;
963 s->last_flush = flush;
975 s->last_flush = -1;
1026 s->last_flush = -1;
1052 s->last_flush = -1;
1095 s->last_flush = -1;
1118 s->last_flush = -1;
1140 s->last_flush = -1
    [all...]
deflate.h 115 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
  /src/common/dist/zlib/
deflate.c 674 s->last_flush = -2;
794 s->last_flush != -2) {
999 old_flush = s->last_flush;
1000 s->last_flush = flush;
1012 s->last_flush = -1;
1063 s->last_flush = -1;
1089 s->last_flush = -1;
1132 s->last_flush = -1;
1155 s->last_flush = -1;
1177 s->last_flush = -1
    [all...]
deflate.h 117 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
  /src/sys/external/bsd/drm/dist/shared-core/
mga_dma.c 88 primary->last_flush = 0;
122 if (primary->tail == primary->last_flush) {
141 primary->last_flush = primary->tail;
179 primary->last_flush = 0;
919 dev_priv->prim.last_flush = 0;
mga_drv.h 58 u32 last_flush; member in struct:drm_mga_primary_buffer
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_dma.c 91 primary->last_flush = 0;
125 if (primary->tail == primary->last_flush) {
144 primary->last_flush = primary->tail;
181 primary->last_flush = 0;
926 dev_priv->prim.last_flush = 0;
mga_drv.h 75 u32 last_flush; member in struct:drm_mga_primary_buffer
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.cpp 207 u64 last_flush = NanoTime(); local
217 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) {
220 last_flush = NanoTime();
  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.h 105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
deflate.c 390 s->last_flush = Z_NO_FLUSH;
579 old_flush = s->last_flush;
580 s->last_flush = flush;
772 s->last_flush = -1;
803 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
828 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 175 u64 last_flush = NanoTime(); local
185 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) {
188 last_flush = NanoTime();
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.cpp 474 u64 last_flush = start; local
482 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) {
485 now = last_flush = NanoTime();
  /src/sys/net/
zlib.c 378 int last_flush; /* value of flush param for previous deflate call */ member in struct:deflate_state
961 s->last_flush = Z_NO_FLUSH;
1064 old_flush = s->last_flush;
1065 s->last_flush = flush;
1099 s->last_flush = -1;
1130 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
1159 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */

Completed in 42 milliseconds