| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_page_dirty.c | 35 * Different methods for tracking dirty: 36 * VMW_BO_DIRTY_PAGETABLE - Scan the pagetable for hardware dirty bits 47 * similarly a certain percentage of dirty pages trigger a transition to 57 * struct vmw_bo_dirty - Dirty information for buffer objects 58 * @start: First currently dirty bit 59 * @end: Last currently dirty bit + 1 60 * @method: The currently used dirty method 67 * dirty page. 81 * vmw_bo_dirty_scan_pagetable - Perform a pagetable scan for dirty bits 84 * Scans the pagetable for dirty bits. Clear those bits and modify th 90 struct vmw_bo_dirty *dirty = vbo->dirty; local 128 struct vmw_bo_dirty *dirty = vbo->dirty; local 172 struct vmw_bo_dirty *dirty = vbo->dirty; local 194 struct vmw_bo_dirty *dirty = vbo->dirty; local 239 struct vmw_bo_dirty *dirty = vbo->dirty; local 309 struct vmw_bo_dirty *dirty = vbo->dirty; local 333 struct vmw_bo_dirty *dirty = vbo->dirty; local 380 struct vmw_bo_dirty *dirty = vbo->dirty; local 428 struct vmw_bo_dirty *dirty = vbo->dirty; local [all...] |
| vmwgfx_scrn.c | 1022 * @dirty: The closure structure. 1027 static void vmw_sou_surface_fifo_commit(struct vmw_kms_dirty *dirty) 1030 container_of(dirty, typeof(*sdirty), base); 1031 struct vmw_kms_sou_dirty_cmd *cmd = dirty->cmd; 1032 s32 trans_x = dirty->unit->crtc.x - sdirty->dst_x; 1033 s32 trans_y = dirty->unit->crtc.y - sdirty->dst_y; 1034 size_t region_size = dirty->num_hits * sizeof(SVGASignedRect); 1038 if (!dirty->num_hits) { 1039 vmw_fifo_commit(dirty->dev_priv, 0); 1061 cmd->body.destScreenId = dirty->unit->unit 1258 struct vmw_kms_dirty dirty; local 1364 struct vmw_kms_dirty dirty; local [all...] |
| vmwgfx_fb.c | 70 } dirty; member in struct:vmw_fb_par 170 * vmw_fb_dirty_flush - flush dirty regions to the kms framebuffer 174 * This function flushes the dirty regions of the vmalloc framebuffer to the 178 * off during hibernation using the par->dirty.active bool. 195 if (!READ_ONCE(par->dirty.active)) 209 spin_lock_irqsave(&par->dirty.lock, irq_flags); 210 if (!par->dirty.active) { 211 spin_unlock_irqrestore(&par->dirty.lock, irq_flags); 217 * Clip dirty area to framebuffer. 223 dst_x1 = par->dirty.x1 - par->fb_x [all...] |
| vmwgfx_stdu.c | 454 * @dirty: The closure structure. 459 static void vmw_stdu_bo_clip(struct vmw_kms_dirty *dirty) 462 container_of(dirty, struct vmw_stdu_dirty, base); 463 struct vmw_stdu_dma *cmd = dirty->cmd; 466 blit += dirty->num_hits; 467 blit->srcx = dirty->fb_x; 468 blit->srcy = dirty->fb_y; 469 blit->x = dirty->unit_x1; 470 blit->y = dirty->unit_y1; 472 blit->w = dirty->unit_x2 - dirty->unit_x1 [all...] |
| vmwgfx_surface.c | 77 * vmw_surface_dirty - Surface dirty-tracker 81 * @boxes: Array of SVGA3dBoxes indicating dirty regions. One per subresource. 533 * backup buffer is dirty. 673 WARN_ON_ONCE(res->dirty); 1212 if (res->backup->dirty && res->backup_dirty) { 1213 /* We've just made a full upload. Cear dirty regions. */ 1828 * vmw_subres_dirty_add - Add a dirty region to a subresource 1829 * @dirty: The surfaces's dirty tracker. 1839 static void vmw_subres_dirty_add(struct vmw_surface_dirty *dirty, 1909 struct vmw_surface_dirty *dirty = local 1947 struct vmw_surface_dirty *dirty = local 1990 struct vmw_surface_dirty *dirty = local 2066 struct vmw_surface_dirty *dirty; local 2128 struct vmw_surface_dirty *dirty = local [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/ |
| info.c | 48 int ret = 1, dirty = 0, type = 0; local 66 dirty++; 70 dirty++; 74 dirty++; 78 dirty++; 82 dirty++; 86 dirty++; 90 dirty++; 94 dirty++; 98 dirty++ [all...] |
| version.c | 62 int ret = 1, dirty = 0, seed = 0; local 84 dirty = date = 1; 87 dirty = dir = 1; 90 dirty = engdir = 1; 93 dirty = moddir = 1; 96 dirty = cflags = 1; 99 dirty = options = 1; 102 dirty = platform = 1; 105 dirty = seed = 1; 108 dirty = version = 1 [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| info.c | 40 int ret = 1, dirty = 0, type = 0; local 57 dirty++; 61 dirty++; 65 dirty++; 69 dirty++; 73 dirty++; 77 dirty++; 81 dirty++; 85 dirty++; 91 if (dirty > 1) [all...] |
| version.c | 45 int ret = 1, dirty = 0, seed = 0; local 64 dirty = date = 1; 67 dirty = dir = 1; 70 dirty = engdir = 1; 73 dirty = moddir = 1; 76 dirty = cflags = 1; 79 dirty = options = 1; 82 dirty = platform = 1; 85 dirty = seed = 1; 88 dirty = version = 1 [all...] |
| /src/external/gpl2/dtc/dist/scripts/ |
| setlocalversion | 21 printf '%s' -dirty
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| version.c | 65 int ret = 1, dirty = 0, seed = 0; local 84 dirty = date = 1; 87 dirty = dir = 1; 90 dirty = engdir = 1; 93 dirty = cflags = 1; 96 dirty = options = 1; 99 dirty = platform = 1; 102 dirty = seed = 1; 105 dirty = version = 1; 117 if (!dirty) [all...] |
| /src/external/gpl3/autoconf/dist/build-aux/ |
| git-version-gen | 193 # Test whether to append the "-dirty" suffix only if the version 197 # Don't declare a version "dirty" merely because a time stamp has changed. 200 dirty=`exec 2>/dev/null;git diff-index --name-only HEAD` || dirty= 201 case "$dirty" in 205 *-dirty) ;; 206 *) v="$v-dirty" ;;
|
| /src/external/bsd/libbind/dist/nameser/ |
| ns_ttl.c | 101 int ch, digits, dirty; local 106 dirty = 0; 131 dirty = 1; 134 if (dirty) 138 } else if (!dirty)
|
| /src/lib/libc/nameser/ |
| ns_ttl.c | 103 int ch, digits, dirty; local 108 dirty = 0; 133 dirty = 1; 136 if (dirty) 140 } else if (!dirty)
|
| /src/sys/ufs/chfs/ |
| chfs_erase.c | 43 * free, just dirty block. 53 uint32_t dirty, unchecked, used, free, wasted; local 86 dirty = cheb->dirty_size; 103 chfs_change_size_dirty(chmp, cheb, -dirty);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_gem_fence_reg.h | 55 bool dirty; member in struct:i915_fence_reg
|
| /src/external/cddl/osnet/sys/kern/ |
| ddi.c | 338 struct i_ddi_soft_state *next; /* 'dirty' elements */ 421 struct i_ddi_soft_state *dirty; local 427 * dirty list. 434 * cons up a header and put it on a list of 'dirty' 435 * pointer arrays. (Dirty in the sense that there may 454 * Save the old array on the dirty list 456 dirty = kmem_zalloc(sizeof (*dirty), KM_SLEEP); 457 dirty->array = ss->array; 458 dirty->n_items = ss->n_items 568 struct i_ddi_soft_state *ss, *dirty; local [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_clock.cc | 69 // acquired this clock (except possibly for dirty elements). 144 SyncClock::Dirty dirty = src->dirty_[i]; local 145 unsigned tid = dirty.tid; 147 if (clk_[tid] < dirty.epoch) { 148 clk_[tid] = dirty.epoch; 322 SyncClock::Dirty *dirty = &dst->dirty_[i]; local 323 const unsigned tid = dirty->tid; 326 dirty->tid = tid_ 346 SyncClock::Dirty dirty = src->dirty_[i]; local 448 Dirty *dirty = &dirty_[i]; local 551 Dirty dirty = dirty_[i]; local [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_clock.cpp | 76 // acquired this clock (except possibly for dirty elements). 141 SyncClock::Dirty dirty = src->dirty_[i]; local 142 unsigned tid = dirty.tid(); 144 if (clk_[tid] < dirty.epoch) { 145 clk_[tid] = dirty.epoch; 346 SyncClock::Dirty *dirty = &dst->dirty_[i]; local 347 const unsigned tid = dirty->tid(); 349 dirty->set_tid(tid_) 368 SyncClock::Dirty dirty = src->dirty_[i]; local 476 Dirty *dirty = &dirty_[i]; local 579 Dirty dirty = dirty_[i]; local [all...] |
| /src/sys/external/bsd/drm/dist/shared-core/ |
| mach64_state.c | 142 unsigned int dirty = sarea_priv->dirty; local 147 mach64_print_dirty(__FUNCTION__, dirty); 149 DRM_DEBUG("dirty=0x%08x\n", dirty); 154 if (dirty & MACH64_UPLOAD_MISC) { 159 sarea_priv->dirty &= ~MACH64_UPLOAD_MISC; 162 if (dirty & MACH64_UPLOAD_DST_OFF_PITCH) { 164 sarea_priv->dirty &= ~MACH64_UPLOAD_DST_OFF_PITCH; 166 if (dirty & MACH64_UPLOAD_Z_OFF_PITCH) [all...] |
| mga_state.c | 353 unsigned int dirty = sarea_priv->dirty; local 360 if (dirty & MGA_UPLOAD_CONTEXT) { 362 sarea_priv->dirty &= ~MGA_UPLOAD_CONTEXT; 365 if (dirty & MGA_UPLOAD_TEX0) { 367 sarea_priv->dirty &= ~MGA_UPLOAD_TEX0; 374 unsigned int dirty = sarea_priv->dirty; local 382 if (dirty & MGA_UPLOAD_CONTEXT) { 384 sarea_priv->dirty &= ~MGA_UPLOAD_CONTEXT 443 unsigned int dirty = sarea_priv->dirty; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/mga/ |
| mga_state.c | 335 unsigned int dirty = sarea_priv->dirty; local 342 if (dirty & MGA_UPLOAD_CONTEXT) { 344 sarea_priv->dirty &= ~MGA_UPLOAD_CONTEXT; 347 if (dirty & MGA_UPLOAD_TEX0) { 349 sarea_priv->dirty &= ~MGA_UPLOAD_TEX0; 356 unsigned int dirty = sarea_priv->dirty; local 364 if (dirty & MGA_UPLOAD_CONTEXT) { 366 sarea_priv->dirty &= ~MGA_UPLOAD_CONTEXT 425 unsigned int dirty = sarea_priv->dirty; local [all...] |
| /src/external/bsd/wpa/dist/hostapd/ |
| Makefile | 33 GITVER := $(shell git describe --dirty=+)
|
| /src/lib/libc/inet/ |
| inet_net_pton.c | 71 int ch, dirty, bits; local 83 dirty = 0; 91 if (dirty == 0) 95 if (++dirty == 2) { 99 dirty = 0; 102 if (dirty) { /* Odd trailing nybble? */
|
| /src/external/bsd/libbind/dist/inet/ |
| inet_net_pton.c | 67 int n, ch, tmp = 0, dirty, bits; local 77 dirty = 0; 84 if (dirty == 0) 88 if (++dirty == 2) { 92 dirty = 0; 95 if (dirty) { /*%< Odd trailing nybble? */
|