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

1 2 3 4 5 6

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem_fence_reg.h 55 bool dirty; member in struct:i915_fence_reg
i915_gem_fence_reg.h 55 bool dirty; member in struct:i915_fence_reg
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_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_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_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_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...]
  /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)
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)
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
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
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? */
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? */
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) {
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) {
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...]
  /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...]

Completed in 43 milliseconds

1 2 3 4 5 6