Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/virtio/
Dvirtio_balloon.c213 static inline void update_stat(struct virtio_balloon *vb, int idx, in update_stat() function
232 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_IN, in update_balloon_stats()
234 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_OUT, in update_balloon_stats()
236 update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]); in update_balloon_stats()
237 update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]); in update_balloon_stats()
238 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMFREE, in update_balloon_stats()
240 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMTOT, in update_balloon_stats()
/linux-4.1.27/fs/btrfs/
Dfree-space-cache.c2113 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() argument
2134 if (update_stat) in try_merge_free_space()
2145 if (update_stat) in try_merge_free_space()
2160 bool update_stat) in steal_from_bitmap_to_end() argument
2180 if (update_stat) in steal_from_bitmap_to_end()
2193 bool update_stat) in steal_from_bitmap_to_front() argument
2233 if (update_stat) in steal_from_bitmap_to_front()
2257 bool update_stat) in steal_from_bitmap() argument
2270 stole_end = steal_from_bitmap_to_end(ctl, info, update_stat); in steal_from_bitmap()
2273 update_stat); in steal_from_bitmap()
[all …]