/linux-4.4.14/drivers/media/pci/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-4.4.14/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-4.4.14/arch/s390/kernel/ |
D | vtime.c | 98 u64 timer, clock, user, system, steal; in do_account_vtime() local 141 steal = S390_lowcore.steal_timer; in do_account_vtime() 142 if ((s64) steal > 0) { in do_account_vtime() 144 account_steal_time(steal); in do_account_vtime()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 596 int steal; in radeon_bo_get_surface_reg() local 610 steal = -1; in radeon_bo_get_surface_reg() 619 steal = i; in radeon_bo_get_surface_reg() 624 if (steal == -1) in radeon_bo_get_surface_reg() 627 reg = &rdev->surface_regs[steal]; in radeon_bo_get_surface_reg() 630 DRM_DEBUG("stealing surface reg %d from %p\n", steal, old_object); in radeon_bo_get_surface_reg() 633 i = steal; in radeon_bo_get_surface_reg()
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | kvm_para.h | 45 __u64 steal; member
|
/linux-4.4.14/arch/x86/kernel/ |
D | kvm.c | 404 u64 steal; in kvm_steal_clock() local 412 steal = src->steal; in kvm_steal_clock() 416 return steal; in kvm_steal_clock()
|
/linux-4.4.14/include/linux/ |
D | pipe_fs_i.h | 110 int (*steal)(struct pipe_inode_info *, struct pipe_buffer *); member
|
/linux-4.4.14/kernel/sched/ |
D | cputime.c | 261 u64 steal; in steal_account_process_tick() local 264 steal = paravirt_steal_clock(smp_processor_id()); in steal_account_process_tick() 265 steal -= this_rq()->prev_steal_time; in steal_account_process_tick() 272 steal_jiffies = nsecs_to_jiffies(steal); in steal_account_process_tick()
|
D | core.c | 869 s64 steal = 0, irq_delta = 0; in update_rq_clock_task() local 897 steal = paravirt_steal_clock(cpu_of(rq)); in update_rq_clock_task() 898 steal -= rq->prev_steal_time_rq; in update_rq_clock_task() 900 if (unlikely(steal > delta)) in update_rq_clock_task() 901 steal = delta; in update_rq_clock_task() 903 rq->prev_steal_time_rq += steal; in update_rq_clock_task() 904 delta -= steal; in update_rq_clock_task() 911 if ((irq_delta + steal) && sched_feat(NONTASK_CAPACITY)) in update_rq_clock_task() 912 sched_rt_avg_update(rq, irq_delta + steal); in update_rq_clock_task()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | cpuid.txt | 46 KVM_FEATURE_STEAL_TIME || 5 || steal time can be enabled by
|
D | msr.txt | 208 __u64 steal; 231 steal: the amount of time in which this vCPU did not run, in 233 reported as steal time.
|
D | timekeeping.txt | 471 steal cycles from the naturally on X86 systems when SMM mode is used by the
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 3 here is to steal the initrd file used on your Linux laptop, Ubuntu in
|
/linux-4.4.14/Documentation/ |
D | cpu-load.txt | 11 avg-cpu: %user %nice %system %iowait %steal %idle
|
D | intel_txt.txt | 146 attempt to crash the system to gain control on reboot and steal
|
D | kernel-parameters.txt | 2518 no-steal-acc [X86,KVM] Disable paravirtualized steal time accounting. 2519 steal time is computed, but won't influence scheduler
|
/linux-4.4.14/lib/raid6/ |
D | altivec.uc | 21 * you can just "steal" the vec unit with enable_kernel_altivec() (but
|
/linux-4.4.14/fs/ |
D | splice.c | 141 .steal = page_cache_pipe_buf_steal, 159 .steal = user_page_pipe_buf_steal, 555 .steal = generic_pipe_buf_steal, 570 .steal = generic_pipe_buf_nosteal,
|
D | pipe.c | 222 .steal = generic_pipe_buf_steal, 230 .steal = generic_pipe_buf_steal,
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex.txt | 67 by it (bit 0 is cleared) a competing higher priority thread can "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-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 286 API-generic-pipe-buf-steal
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_host.h | 493 struct kvm_steal_time steal; member
|
/linux-4.4.14/kernel/ |
D | relay.c | 1197 .steal = generic_pipe_buf_steal,
|
/linux-4.4.14/Documentation/vm/ |
D | frontswap.txt | 140 Dickins has observed that frontswap could probably steal one of
|
/linux-4.4.14/arch/x86/kvm/ |
D | x86.c | 2016 &vcpu->arch.st.steal, sizeof(struct kvm_steal_time)))) in record_steal_time() 2019 vcpu->arch.st.steal.steal += vcpu->arch.st.accum_steal; in record_steal_time() 2020 vcpu->arch.st.steal.version += 2; in record_steal_time() 2024 &vcpu->arch.st.steal, sizeof(struct kvm_steal_time)); in record_steal_time()
|
/linux-4.4.14/drivers/char/ |
D | virtio_console.c | 885 if (buf->ops->steal(pipe, buf) == 0) { in pipe_to_sg()
|
/linux-4.4.14/drivers/mmc/host/ |
D | Kconfig | 91 disabled, it will steal the MMC cards away - rendering them
|
/linux-4.4.14/fs/fuse/ |
D | dev.c | 868 if (buf->ops->steal(cs->pipe, buf) != 0) in fuse_try_move_page()
|
/linux-4.4.14/kernel/trace/ |
D | trace.c | 4827 .steal = generic_pipe_buf_steal, 5722 .steal = generic_pipe_buf_steal,
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 716 bool "Paravirtual steal time accounting" 720 Select this option to enable fine granularity task steal time
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 1302 - steal: involuntary wait
|