Searched refs:steal (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dstat.c28 cputime64_t user, nice, system, idle, iowait, irq, softirq, steal; local
37 irq = softirq = steal = cputime64_zero;
51 steal = cputime64_add(steal, kstat_cpu(i).cpustat.steal);
78 (unsigned long long)cputime64_to_clock_t(steal),
91 steal = kstat_cpu(i).cpustat.steal;
105 (unsigned long long)cputime64_to_clock_t(steal),
H A Dproc_misc.c444 cputime64_t user, nice, system, idle, iowait, irq, softirq, steal; local
448 irq = softirq = steal = cputime64_zero;
463 steal = cputime64_add(steal, kstat_cpu(i).cpustat.steal);
476 (unsigned long long)cputime64_to_clock_t(steal));
486 steal = kstat_cpu(i).cpustat.steal;
496 (unsigned long long)cputime64_to_clock_t(steal));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-queue.c107 If 'steal' != NULL, then buffers may also taken from that queue if
111 also cleared if buffers need to be taken from the 'steal' queue and
116 bytesused value. For the 'steal' queue the total available buffer
122 int ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal, argument
138 bytes_steal = (from_free && steal) ? steal->length : 0;
145 struct ivtv_buffer *buf = list_entry(steal->list.prev, struct ivtv_buffer, list);
148 /* move buffers from the tail of the 'steal' queue to the tail of the
153 list_move_tail(steal->list.prev, &from->list);
155 steal
[all...]
H A Divtv-queue.h74 int ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/rt-tester/
H A Dcheck-all.sh17 testit t3-l1-pi-steal.tst
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpipe_fs_i.h64 * ->steal()
71 * same goes for ->steal(). See below for the meaning of each
119 * ->steal() returns 0 for success, in which case the contents
125 int (*steal)(struct pipe_inode_info *, struct pipe_buffer *); member in struct:pipe_buf_operations
H A Dkernel_stat.h26 cputime64_t steal; member in struct:cpu_usage_stat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_object.c393 int steal; local
407 steal = -1;
416 steal = i;
421 if (steal == -1)
424 reg = &rdev->surface_regs[steal];
427 DRM_DEBUG("stealing surface reg %d from %p\n", steal, old_object);
430 i = steal;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dvtime.c59 __u64 timer, clock, user, system, steal; local
80 steal = S390_lowcore.steal_timer;
81 if ((s64) steal > 0) {
83 account_steal_time(steal);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dtop.c47 unsigned long long usr,nic,sys,idle,iowait,irq,softirq,steal; member in struct:jiffy_counts_t
151 &jif.iowait,&jif.irq,&jif.softirq,&jif.steal) < 4) {
156 + jif.iowait + jif.irq + jif.softirq + jif.steal;
329 //CALC_STAT(steal);
336 //, SHOW_STAT(steal) - what is this 'steal' thing?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/appldata/
H A Dappldata_os.c132 cputime_to_jiffies(kstat_cpu(i).cpustat.steal);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/perlasm/
H A Dsparcv9_modes.pl964 brz,pn $len, .L${bits}_xts_${dir}steal
1018 brnz,pn $rem, .L${bits}_xts_${dir}steal
1040 brnz,pn $rem, .L${bits}_xts_${dir}steal
1133 brnz,pn $rem, .L${bits}_xts_${dir}steal
1162 brnz,pn $rem, .L${bits}_xts_${dir}steal
1273 brnz,pn $rem, .L${bits}_xts_${dir}steal
1282 .L${bits}_xts_${dir}steal:
1311 .L${bits}_xts_${dir}steal:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl964 brz,pn $len, .L${bits}_xts_${dir}steal
1018 brnz,pn $rem, .L${bits}_xts_${dir}steal
1040 brnz,pn $rem, .L${bits}_xts_${dir}steal
1133 brnz,pn $rem, .L${bits}_xts_${dir}steal
1162 brnz,pn $rem, .L${bits}_xts_${dir}steal
1273 brnz,pn $rem, .L${bits}_xts_${dir}steal
1282 .L${bits}_xts_${dir}steal:
1311 .L${bits}_xts_${dir}steal:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dsplice.c40 * Attempt to steal a page from a pipe buffer. This should perhaps go into
145 .steal = page_cache_pipe_buf_steal,
165 .steal = user_page_pipe_buf_steal,
549 .steal = generic_pipe_buf_steal,
H A Dpipe.c263 * @buf: the buffer to attempt to steal
266 * This function attempts to steal the &struct page attached to
344 .steal = generic_pipe_buf_steal,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpufreq/
H A Dcpufreq_conservative.c114 busy_time = cputime64_add(busy_time, kstat_cpu(cpu).cpustat.steal);
H A Dcpufreq_ondemand.c133 busy_time = cputime64_add(busy_time, kstat_cpu(cpu).cpustat.steal);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Ddev.c671 printk(KERN_WARNING "fuse: trying to steal weird page\n");
703 if (buf->ops->steal(cs->pipe, buf) != 0)
1078 .steal = fuse_dev_pipe_buf_steal,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drelay.c1207 .steal = generic_pipe_buf_steal,
H A Dsched.c3547 * @steal: the cpu time spent in involuntary wait
3554 cpustat->steal = cputime64_add(cpustat->steal, cputime64);
3595 * Account multiple ticks of steal time.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace.c3243 .steal = generic_pipe_buf_steal,
3746 .steal = buffer_pipe_buf_steal,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dskbuff.c118 .steal = sock_pipe_buf_steal,

Completed in 233 milliseconds