Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/virtio/
Dvirtio_balloon.c217 static inline void update_stat(struct virtio_balloon *vb, int idx, in update_stat() function
236 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_IN, in update_balloon_stats()
238 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_OUT, in update_balloon_stats()
240 update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]); in update_balloon_stats()
241 update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]); in update_balloon_stats()
242 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMFREE, in update_balloon_stats()
244 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMTOT, in update_balloon_stats()
/linux-4.4.14/fs/btrfs/
Dfree-space-cache.c2141 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() argument
2162 if (update_stat) in try_merge_free_space()
2173 if (update_stat) in try_merge_free_space()
2188 bool update_stat) in steal_from_bitmap_to_end() argument
2208 if (update_stat) in steal_from_bitmap_to_end()
2221 bool update_stat) in steal_from_bitmap_to_front() argument
2261 if (update_stat) in steal_from_bitmap_to_front()
2285 bool update_stat) in steal_from_bitmap() argument
2298 stole_end = steal_from_bitmap_to_end(ctl, info, update_stat); in steal_from_bitmap()
2301 update_stat); in steal_from_bitmap()
[all …]