Home
last modified time | relevance | path

Searched refs:steal (Results 1 – 25 of 32) sorted by relevance

12

/linux-3.4.99/drivers/media/video/ivtv/
Divtv-queue.c122 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()
Divtv-queue.h74 int ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal,
/linux-3.4.99/fs/proc/
Dstat.c84 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/
Dkvm.c333 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/
Dradeon_object.c407 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/
Dvtime.c61 __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/
Dcheck-all.sh17 testit t3-l1-pi-steal.tst
Dt3-l1-pi-steal.tst48 # 3 threads 1 lock PI steal pending ownership
/linux-3.4.99/include/linux/
Dpipe_fs_i.h125 int (*steal)(struct pipe_inode_info *, struct pipe_buffer *); member
/linux-3.4.99/arch/x86/include/asm/
Dkvm_para.h42 __u64 steal; member
Dkvm_host.h418 struct kvm_steal_time steal; member
/linux-3.4.99/Documentation/virtual/kvm/
Dmsr.txt196 __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/
Dcore.c854 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/
Dcpu-load.txt11 avg-cpu: %user %nice %system %iowait %steal %idle
Drt-mutex.txt67 by it (bit 0 is cleared) a competing higher priority thread can "steal"
Dintel_txt.txt146 attempt to crash the system to gain control on reboot and steal
Drt-mutex-design.txt551 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/
Daltivec.uc21 * you can just "steal" the vec unit with enable_kernel_altivec() (but
/linux-3.4.99/fs/
Dsplice.c141 .steal = page_cache_pipe_buf_steal,
161 .steal = user_page_pipe_buf_steal,
552 .steal = generic_pipe_buf_steal,
Dpipe.c345 .steal = generic_pipe_buf_steal,
355 .steal = generic_pipe_buf_steal,
/linux-3.4.99/Documentation/ia64/
Dparavirt_ops.txt102 This structure describes hooks to steal time accounting.
/linux-3.4.99/Documentation/vm/
Dlocking11 the best process to steal pages from. To guarantee the existence
/linux-3.4.99/fs/fuse/
Ddev.c715 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/
Drelay.c1206 .steal = generic_pipe_buf_steal,
/linux-3.4.99/arch/x86/kvm/
Dx86.c1522 &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()

12