Searched refs:update_stat (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/virtio/
H A Dvirtio_balloon.c163 static inline void update_stat(struct virtio_balloon *vb, int idx, function
182 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_IN,
184 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_OUT,
186 update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]);
187 update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]);
188 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMFREE,
190 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMTOT,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_astats.c108 static inline void update_stat(AudioStatsContext *s, ChannelStats *p, double d) function
160 update_stat(s, p, *src);
168 update_stat(s, &s->chstats[c], *src);

Completed in 27 milliseconds