Home
last modified time | relevance | path

Searched refs:stolen (Results 1 – 18 of 18) sorted by relevance

/linux-3.4.99/arch/ia64/xen/
Dtime.c91 unsigned long stolen, blocked; in consider_steal_time() local
112 stolen = 0; in consider_steal_time()
120 do_div(stolen, NS_PER_TICK); in consider_steal_time()
122 if (stolen > stolentick) in consider_steal_time()
123 stolen = stolentick; in consider_steal_time()
125 stolentick -= stolen; in consider_steal_time()
131 if (stolen > 0 || blocked > 0) { in consider_steal_time()
132 account_steal_ticks(stolen); in consider_steal_time()
140 delta_itm += local_cpu_data->itm_delta * (stolen + blocked); in consider_steal_time()
143 xtime_update(stolen + blocked); in consider_steal_time()
[all …]
/linux-3.4.99/arch/powerpc/kernel/
Dtime.c206 u64 stolen = 0; in scan_dispatch_log() local
229 stolen += tb_delta; in scan_dispatch_log()
237 return stolen; in scan_dispatch_log()
269 u64 stolen = 0; in calculate_stolen_time() local
272 stolen = scan_dispatch_log(stop_tb); in calculate_stolen_time()
273 get_paca()->system_time -= stolen; in calculate_stolen_time()
276 stolen += get_paca()->stolen_time; in calculate_stolen_time()
278 return stolen; in calculate_stolen_time()
297 u64 stolen, udelta, sys_scaled, user_scaled; in account_system_vtime() local
307 stolen = calculate_stolen_time(now); in account_system_vtime()
[all …]
/linux-3.4.99/arch/x86/xen/
Dtime.c117 s64 runnable, offline, stolen; in do_stolen_accounting() local
134 stolen = runnable + offline + __this_cpu_read(xen_residual_stolen); in do_stolen_accounting()
136 if (stolen < 0) in do_stolen_accounting()
137 stolen = 0; in do_stolen_accounting()
139 ticks = iter_div_u64_rem(stolen, NS_PER_TICK, &stolen); in do_stolen_accounting()
140 __this_cpu_write(xen_residual_stolen, stolen); in do_stolen_accounting()
/linux-3.4.99/drivers/gpu/drm/gma500/
Dgtt.c90 WARN_ON(r->stolen); /* refcount these maybe ? */ in psb_gtt_insert()
128 WARN_ON(r->stolen); in psb_gtt_remove()
163 if (!r->stolen && !r->in_gart) in psb_gtt_roll()
261 if (gt->in_gart == 0 && gt->stolen == 0) { in psb_gtt_pin()
298 if (gt->in_gart == 0 && gt->stolen == 0) { in psb_gtt_unpin()
346 gt->stolen = backed; in psb_gtt_alloc_range()
376 WARN_ON(gt->in_gart && !gt->stolen); in psb_gtt_free_range()
Dgtt.h48 bool stolen; /* Backed from stolen RAM */ member
Dgem.c231 if (r->stolen) in psb_gem_fault()
Dframebuffer.c484 if (backing->stolen) in psbfb_create()
662 WARN_ON(r->stolen); in psb_user_framebuffer_destroy()
/linux-3.4.99/arch/powerpc/mm/
Dmmu_context_nohash.c239 goto stolen; in switch_mmu_context()
243 goto stolen; in switch_mmu_context()
253 stolen: in switch_mmu_context()
/linux-3.4.99/drivers/gpu/drm/i915/
Di915_dma.c1084 compressed_fb = drm_mm_search_free(&dev_priv->mm.stolen, size, 4096, 0); in i915_setup_compression()
1095 compressed_llb = drm_mm_search_free(&dev_priv->mm.stolen, in i915_setup_compression()
1212 drm_mm_init(&dev_priv->mm.stolen, 0, prealloc_size); in i915_load_gem_init()
2256 drm_mm_takedown(&dev_priv->mm.stolen); in i915_driver_unload()
Di915_drv.h606 struct drm_mm stolen; member
/linux-3.4.99/arch/sparc/mm/
Dsun4c.c878 struct sun4c_mmu_entry *stolen; in get_locked_segment() local
883 stolen = sun4c_user_strategy(); in get_locked_segment()
885 stolen->vaddr = addr; in get_locked_segment()
887 sun4c_kernel_map(stolen); in get_locked_segment()
/linux-3.4.99/fs/reiserfs/
Dprocfs.c215 SFPF(stolen), in show_bitmap()
Dbitmap.c208 PROC_INFO_INC(s, scan_bitmap.stolen); in scan_bitmap_block()
Dreiserfs.h393 stat_cnt_t stolen; member
/linux-3.4.99/Documentation/power/
Dswsusp.txt269 encrypted and protected are retrieved and stolen from the swap device.
276 inaccessible so they can't be stolen later on. The only thing that
284 suspend image to prevent sensitive data from being stolen after
/linux-3.4.99/Documentation/accounting/
Dtaskstats-struct.txt119 * On some architectures, value will adjust for cpu time stolen
/linux-3.4.99/arch/powerpc/platforms/
DKconfig.cputype325 stolen time on logically-partitioned systems running on
/linux-3.4.99/Documentation/
Drt-mutex-design.txt623 would add itself back when it realizes that it had the ownership stolen
660 or if the task is a pending owner and had its mutex stolen. If the "task"
696 and on signal and timeout, will exit the loop, or if we had the mutex stolen