Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/virtio/ !
Dvirtio_balloon.c163 static inline void update_stat(struct virtio_balloon *vb, int idx, in update_stat() function
182 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_IN, in update_balloon_stats()
184 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_OUT, in update_balloon_stats()
186 update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]); in update_balloon_stats()
187 update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]); in update_balloon_stats()
188 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMFREE, in update_balloon_stats()
190 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMTOT, in update_balloon_stats()
/linux-2.6.39/fs/btrfs/ !
Dfree-space-cache.c1459 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() argument
1480 if (update_stat) in try_merge_free_space()
1491 if (update_stat) in try_merge_free_space()