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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/rt-tester/
H A Dcheck-all.sh17 testit t3-l1-pi-steal.tst
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/rt-tester/
H A Dcheck-all.sh17 testit t3-l1-pi-steal.tst
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/appldata/
H A Dappldata_os.c132 cputime_to_jiffies(kstat_cpu(i).cpustat.steal);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/appldata/
H A Dappldata_os.c132 cputime_to_jiffies(kstat_cpu(i).cpustat.steal);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/procps/
H A Dtop.c55 unsigned long long iowait, irq, softirq, steal; member in struct:jiffy_counts_t
197 &p_jif->steal);
200 + p_jif->iowait + p_jif->irq + p_jif->softirq + p_jif->steal;
394 /*CALC_STAT(steal);*/
406 /*, SHOW_STAT(steal) - what is this 'steal' thing? */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/procps/
H A Dtop.c55 unsigned long long iowait, irq, softirq, steal; member in struct:jiffy_counts_t
197 &p_jif->steal);
200 + p_jif->iowait + p_jif->irq + p_jif->softirq + p_jif->steal;
394 /*CALC_STAT(steal);*/
406 /*, SHOW_STAT(steal) - what is this 'steal' thing? */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/procps/
H A Dtop.c55 unsigned long long iowait, irq, softirq, steal; member in struct:jiffy_counts_t
197 &p_jif->steal);
200 + p_jif->iowait + p_jif->irq + p_jif->softirq + p_jif->steal;
394 /*CALC_STAT(steal);*/
406 /*, SHOW_STAT(steal) - what is this 'steal' thing? */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dsplice.c43 * 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,
552 .steal = generic_pipe_buf_steal,

Completed in 319 milliseconds

12