HomeSort by: relevance | last modified time | path
    Searched defs:dirty (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem_fence_reg.h 55 bool dirty; member in struct:i915_fence_reg
  /src/sys/ufs/chfs/
chfs_erase.c 43 * free, just dirty block.
53 uint32_t dirty, unchecked, used, free, wasted; local in function:chfs_remap_leb
86 dirty = cheb->dirty_size;
103 chfs_change_size_dirty(chmp, cheb, -dirty);
chfs_nodeops.c 39 * chfs_update_eb_dirty - updates dirty and free space, first and
54 chfs_err("free_size (%d) is less than dirty space (%d) "
294 "dirty: %u\nunchecked: %u\nwasted: %u\ntotal: %u\nshould be: %zu\n",
319 "dirty: %u\nunchecked: %u\nwasted: %u\ntotal: %u\nshould be: %zu\n",
336 dbg("Not moving nextblock to dirty/erase_pending list\n");
343 * so we remove it from the dirty list now */
394 dbg("Not moving gcblock to dirty list\n");
398 "add it to dirty\n");
403 dbg("Becomes now very dirty, remove it from dirty "
467 uint32_t avail, dirty; local in function:chfs_reserve_space_normal
    [all...]
chfs_gc.c 163 uint32_t dirty; local in function:chfs_gc_thread_should_wake
179 dirty = chmp->chm_dirty_size - chmp->chm_nr_erasable_blocks *
184 chmp->chm_resv_blocks_gctrigger && (dirty > chmp->chm_nospc_dirty)) {
188 dbg_gc("dirty: %d > nospc_dirty: %d\n",
189 dirty, chmp->chm_nospc_dirty);
194 /* There are too much very dirty blocks. */
390 dbg_gc("CHFS: no clean, dirty _or_ erasable"
665 dbg_gc("eb dirty size = %u\n", chmp->chm_gcblock->dirty_size);
  /src/lib/libc/nameser/
ns_ttl.c 109 int ch, digits, dirty; local in function:ns_parse_ttl
114 dirty = 0;
139 dirty = 1;
142 if (dirty)
146 } else if (!dirty)
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_framebuffer.h 79 * @dirty:
81 * Optional callback for the dirty fb IOCTL.
99 int (*dirty)(struct drm_framebuffer *framebuffer, member in struct:drm_framebuffer_funcs
  /src/lib/libc/inet/
inet_net_pton.c 71 int ch, dirty, bits; local in function:__weak_alias
83 dirty = 0;
91 if (dirty == 0)
95 if (++dirty == 2) {
99 dirty = 0;
102 if (dirty) { /* Odd trailing nybble? */
  /src/sys/uvm/
uvm_vnode.c 198 * uvn_markdirty: called when the object gains first dirty page
381 const bool dirty = uvm_pagecheckdirty(pg, false); local in function:uvn_findpage
382 if (!dirty) {
  /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 in function:__tsan::ThreadClock::acquire
145 unsigned tid = dirty.tid;
147 if (clk_[tid] < dirty.epoch) {
148 clk_[tid] = dirty.epoch;
322 SyncClock::Dirty *dirty = &dst->dirty_[i]; local in function:__tsan::ThreadClock::UpdateCurrentThread
323 const unsigned tid = dirty->tid;
326 dirty->tid = tid_
346 SyncClock::Dirty dirty = src->dirty_[i]; local in function:__tsan::ThreadClock::IsAlreadyAcquired
448 Dirty *dirty = &dirty_[i]; local in function:__tsan::SyncClock::FlushDirty
551 Dirty dirty = dirty_[i]; local in function:__tsan::SyncClock::get
    [all...]
  /src/sys/external/bsd/drm/dist/shared-core/
mach64_state.c 142 unsigned int dirty = sarea_priv->dirty; local in function:mach64_emit_state
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 in function:mga_g200_emit_state
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 in function:mga_g400_emit_state
382 if (dirty & MGA_UPLOAD_CONTEXT) {
384 sarea_priv->dirty &= ~MGA_UPLOAD_CONTEXT
443 unsigned int dirty = sarea_priv->dirty; local in function:mga_verify_state
    [all...]
r128_state.c 227 unsigned int dirty = sarea_priv->dirty; local in function:r128_emit_state
229 DRM_DEBUG("dirty=0x%08x\n", dirty);
231 if (dirty & R128_UPLOAD_CORE) {
233 sarea_priv->dirty &= ~R128_UPLOAD_CORE;
236 if (dirty & R128_UPLOAD_CONTEXT) {
238 sarea_priv->dirty &= ~R128_UPLOAD_CONTEXT;
241 if (dirty & R128_UPLOAD_SETUP) {
243 sarea_priv->dirty &= ~R128_UPLOAD_SETUP
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_binding.h 183 * @dirty: Bitmap tracking per-binding type binding changes that have not
191 unsigned long dirty; member in struct:vmw_dx_shader_bindings
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 in function:vmw_bo_dirty_scan_pagetable
128 struct vmw_bo_dirty *dirty = vbo->dirty; local in function:vmw_bo_dirty_scan_mkwrite
172 struct vmw_bo_dirty *dirty = vbo->dirty; local in function:vmw_bo_dirty_scan
194 struct vmw_bo_dirty *dirty = vbo->dirty; local in function:vmw_bo_dirty_pre_unmap
239 struct vmw_bo_dirty *dirty = vbo->dirty; local in function:vmw_bo_dirty_add
309 struct vmw_bo_dirty *dirty = vbo->dirty; local in function:vmw_bo_dirty_release
333 struct vmw_bo_dirty *dirty = vbo->dirty; local in function:vmw_bo_dirty_transfer_to_res
380 struct vmw_bo_dirty *dirty = vbo->dirty; local in function:vmw_bo_dirty_clear_res
428 struct vmw_bo_dirty *dirty = vbo->dirty; local in function:vmw_bo_vm_mkwrite
    [all...]
vmwgfx_validation.c 87 u32 dirty : 1; member in struct:vmw_validation_res_node
312 * @dirty: Whether to change dirty status.
321 u32 dirty,
372 if (dirty) {
375 node->dirty = (dirty & VMW_RES_DIRTY_SET) ? 1 : 0;
386 * vmw_validation_res_set_dirty - Register a resource dirty set or clear during
392 * @dirty: Dirty information VMW_RES_DIRTY_X
    [all...]
vmwgfx_binding.c 83 * @dirty: Bitmap tracking per binding-type changes that have not yet
108 unsigned long dirty; member in struct:vmw_ctx_binding_state
700 * @dirty: Bitmap indicating which bindings need to be emitted.
711 unsigned long *dirty,
719 i = find_first_bit(dirty, max_num);
730 next_bit = find_next_bit(dirty, max_num, i + 1);
909 if (!test_bit(VMW_BINDING_PS_SR_BIT, &sb->dirty))
916 __clear_bit(VMW_BINDING_PS_SR_BIT, &sb->dirty);
928 * @dirty: Bitmap indicating which bindings need to be emitted.
939 unsigned long *dirty,
    [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...]
  /src/sys/ufs/lfs/
lfs_pages.c 233 * either all are dirty or all are clean. If any of the pages
234 * we've seen so far are dirty, put the vnode on the paging chain,
238 * first dirty page.
250 int any_dirty; /* number of dirty pages */
251 int dirty; /* number of dirty pages in a block */ local in function:check_dirty
267 * of them are dirty.
269 nonexistent = dirty = 0;
313 dirty += tdirty;
321 any_dirty += dirty;
    [all...]
lfs_rfw.c 207 * Mark the block dirty. Do segment and avail accounting.
782 int flags, dirty, phase; local in function:lfs_roll_forward
816 * the segments in question dirty, so they won't be
884 dirty = (sup->su_flags & SEGUSE_DIRTY);
886 if (!dirty)
890 /* Explicitly set this segment dirty */
  /src/sbin/fsck_ext2fs/
fsck.h 108 #define dirty(bp) (bp)->b_dirty = 1 macro
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_state.c 335 unsigned int dirty = sarea_priv->dirty; local in function:mga_g200_emit_state
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 in function:mga_g400_emit_state
364 if (dirty & MGA_UPLOAD_CONTEXT) {
366 sarea_priv->dirty &= ~MGA_UPLOAD_CONTEXT
425 unsigned int dirty = sarea_priv->dirty; local in function:mga_verify_state
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i810/
i810_dma.c 570 unsigned int dirty = sarea_priv->dirty; local in function:i810EmitState
572 DRM_DEBUG("%x\n", dirty);
574 if (dirty & I810_UPLOAD_BUFFERS) {
576 sarea_priv->dirty &= ~I810_UPLOAD_BUFFERS;
579 if (dirty & I810_UPLOAD_CTX) {
581 sarea_priv->dirty &= ~I810_UPLOAD_CTX;
584 if (dirty & I810_UPLOAD_TEX0) {
586 sarea_priv->dirty &= ~I810_UPLOAD_TEX0;
589 if (dirty & I810_UPLOAD_TEX1)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_object_types.h 289 bool dirty:1; member in struct:drm_i915_gem_object::__anonbfddbbad0408
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_state.c 236 unsigned int dirty = sarea_priv->dirty; local in function:r128_emit_state
238 DRM_DEBUG("dirty=0x%08x\n", dirty);
240 if (dirty & R128_UPLOAD_CORE) {
242 sarea_priv->dirty &= ~R128_UPLOAD_CORE;
245 if (dirty & R128_UPLOAD_CONTEXT) {
247 sarea_priv->dirty &= ~R128_UPLOAD_CONTEXT;
250 if (dirty & R128_UPLOAD_SETUP) {
252 sarea_priv->dirty &= ~R128_UPLOAD_SETUP
    [all...]
  /src/sbin/dump/
main.c 132 int dirty; local in function:main
650 dirty = 0; /* XXX just to get gcc to shut up */
653 dirty = *map++;
655 dirty >>= 1;
656 if ((dirty & 1) == 0)
672 dirty = *map++;
674 dirty >>= 1;
675 if ((dirty & 1) == 0)

Completed in 25 milliseconds

1 2