/linux-3.4.99/drivers/media/video/ivtv/ |
D | ivtv-queue.c | 122 int ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal, in ivtv_queue_move() argument 138 bytes_steal = (from_free && steal) ? steal->length : 0; in ivtv_queue_move() 145 struct ivtv_buffer *buf = list_entry(steal->list.prev, struct ivtv_buffer, list); in ivtv_queue_move() 153 list_move_tail(steal->list.prev, &from->list); in ivtv_queue_move() 155 steal->buffers--; in ivtv_queue_move() 156 steal->length -= s->buf_size; in ivtv_queue_move() 157 steal->bytesused -= buf->bytesused - buf->readpos; in ivtv_queue_move() 162 if (list_empty(&steal->list)) in ivtv_queue_move() 164 buf = list_entry(steal->list.prev, struct ivtv_buffer, list); in ivtv_queue_move()
|
D | ivtv-queue.h | 74 int ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal,
|
/linux-3.4.99/fs/proc/ |
D | stat.c | 84 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local 92 irq = softirq = steal = 0; in show_stat() 105 steal += kcpustat_cpu(i).cpustat[CPUTIME_STEAL]; in show_stat() 128 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(steal)); in show_stat() 142 steal = kcpustat_cpu(i).cpustat[CPUTIME_STEAL]; in show_stat() 153 seq_put_decimal_ull(p, ' ', cputime64_to_clock_t(steal)); in show_stat()
|
/linux-3.4.99/arch/x86/kernel/ |
D | kvm.c | 333 u64 steal; in kvm_steal_clock() local 341 steal = src->steal; in kvm_steal_clock() 345 return steal; in kvm_steal_clock()
|
/linux-3.4.99/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 407 int steal; in radeon_bo_get_surface_reg() local 421 steal = -1; in radeon_bo_get_surface_reg() 430 steal = i; in radeon_bo_get_surface_reg() 435 if (steal == -1) in radeon_bo_get_surface_reg() 438 reg = &rdev->surface_regs[steal]; in radeon_bo_get_surface_reg() 441 DRM_DEBUG("stealing surface reg %d from %p\n", steal, old_object); in radeon_bo_get_surface_reg() 444 i = steal; in radeon_bo_get_surface_reg()
|
/linux-3.4.99/arch/s390/kernel/ |
D | vtime.c | 61 __u64 timer, clock, user, system, steal; in do_account_vtime() local 82 steal = S390_lowcore.steal_timer; in do_account_vtime() 83 if ((s64) steal > 0) { in do_account_vtime() 85 account_steal_time(steal); in do_account_vtime()
|
/linux-3.4.99/scripts/rt-tester/ |
D | check-all.sh | 17 testit t3-l1-pi-steal.tst
|
D | t3-l1-pi-steal.tst | 48 # 3 threads 1 lock PI steal pending ownership
|
/linux-3.4.99/include/linux/ |
D | pipe_fs_i.h | 125 int (*steal)(struct pipe_inode_info *, struct pipe_buffer *); member
|
/linux-3.4.99/arch/x86/include/asm/ |
D | kvm_para.h | 42 __u64 steal; member
|
D | kvm_host.h | 418 struct kvm_steal_time steal; member
|
/linux-3.4.99/Documentation/virtual/kvm/ |
D | msr.txt | 196 __u64 steal; 219 steal: the amount of time in which this vCPU did not run, in 221 reported as steal time.
|
/linux-3.4.99/kernel/sched/ |
D | core.c | 854 static inline u64 steal_ticks(u64 steal) in steal_ticks() argument 856 if (unlikely(steal > NSEC_PER_SEC)) in steal_ticks() 857 return div_u64(steal, TICK_NSEC); in steal_ticks() 859 return __iter_div_u64_rem(steal, TICK_NSEC, &steal); in steal_ticks() 870 s64 steal = 0, irq_delta = 0; in update_rq_clock_task() local 900 steal = paravirt_steal_clock(cpu_of(rq)); in update_rq_clock_task() 901 steal -= rq->prev_steal_time_rq; in update_rq_clock_task() 903 if (unlikely(steal > delta)) in update_rq_clock_task() 904 steal = delta; in update_rq_clock_task() 906 st = steal_ticks(steal); in update_rq_clock_task() [all …]
|
/linux-3.4.99/Documentation/ |
D | cpu-load.txt | 11 avg-cpu: %user %nice %system %iowait %steal %idle
|
D | rt-mutex.txt | 67 by it (bit 0 is cleared) a competing higher priority thread can "steal"
|
D | intel_txt.txt | 146 attempt to crash the system to gain control on reboot and steal
|
D | rt-mutex-design.txt | 551 process "steal" the mutex from the pending owner (only if it is still pending) 596 mutex doesn't have a owner, or if we can steal the mutex from a pending 699 Note: For various reasons, because of timeout and signals, the steal mutex
|
/linux-3.4.99/lib/raid6/ |
D | altivec.uc | 21 * you can just "steal" the vec unit with enable_kernel_altivec() (but
|
/linux-3.4.99/fs/ |
D | splice.c | 141 .steal = page_cache_pipe_buf_steal, 161 .steal = user_page_pipe_buf_steal, 552 .steal = generic_pipe_buf_steal,
|
D | pipe.c | 345 .steal = generic_pipe_buf_steal, 355 .steal = generic_pipe_buf_steal,
|
/linux-3.4.99/Documentation/ia64/ |
D | paravirt_ops.txt | 102 This structure describes hooks to steal time accounting.
|
/linux-3.4.99/Documentation/vm/ |
D | locking | 11 the best process to steal pages from. To guarantee the existence
|
/linux-3.4.99/fs/fuse/ |
D | dev.c | 715 if (buf->ops->steal(cs->pipe, buf) != 0) in fuse_try_move_page() 1214 .steal = fuse_dev_pipe_buf_steal,
|
/linux-3.4.99/kernel/ |
D | relay.c | 1206 .steal = generic_pipe_buf_steal,
|
/linux-3.4.99/arch/x86/kvm/ |
D | x86.c | 1522 &vcpu->arch.st.steal, sizeof(struct kvm_steal_time)))) in record_steal_time() 1525 vcpu->arch.st.steal.steal += vcpu->arch.st.accum_steal; in record_steal_time() 1526 vcpu->arch.st.steal.version += 2; in record_steal_time() 1530 &vcpu->arch.st.steal, sizeof(struct kvm_steal_time)); in record_steal_time()
|