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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkernel_stat.h25 cputime64_t steal; member in struct:cpu_usage_stat
H A Dpipe_fs_i.h38 * ->steal()
44 * That is, ->map() must be called on a pinned buffer, same goes for ->steal().
52 int (*steal)(struct pipe_inode_info *, struct pipe_buffer *); member in struct:pipe_buf_operations
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/rt-tester/
H A Dcheck-all.sh17 testit t3-l1-pi-steal.tst
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-queue.c114 If 'steal' != NULL, then buffers may also taken from that queue if
118 also cleared if buffers need to be taken from the 'steal' queue and
123 bytesused value. For the 'steal' queue the total available buffer
129 int ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal, argument
145 bytes_available += steal ? steal->length : 0;
156 from = steal;
157 if (from == steal)
167 from = steal;
168 if (from == steal)
[all...]
H A Divtv-queue.h71 int ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dproc_misc.c444 cputime64_t user, nice, system, idle, iowait, irq, softirq, steal; local
449 irq = softirq = steal = cputime64_zero;
465 steal = cputime64_add(steal, kstat_cpu(i).cpustat.steal);
479 (unsigned long long)cputime64_to_clock_t(steal),
490 steal = kstat_cpu(i).cpustat.steal;
502 (unsigned long long)cputime64_to_clock_t(steal),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/appldata/
H A Dappldata_os.c114 "steal = %u\n",
169 cputime_to_jiffies(kstat_cpu(i).cpustat.steal);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dsplice.c49 * Attempt to steal a page from a pipe buffer. This should perhaps go into
148 .steal = page_cache_pipe_buf_steal,
168 .steal = user_page_pipe_buf_steal,
H A Dpipe.c216 .steal = generic_pipe_buf_steal,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched.c2300 * We only want to steal up to the prescribed amount of weighted load.
3451 * @steal: the cpu time spent in involuntary wait
3453 void account_steal_time(struct task_struct *p, cputime_t steal) argument
3456 cputime64_t tmp = cputime_to_cputime64(steal);
3460 p->stime = cputime_add(p->stime, steal);
3466 cpustat->steal = cputime64_add(cpustat->steal, tmp);

Completed in 96 milliseconds