Searched refs:update_stat (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/virtio/ |
D | virtio_balloon.c | 240 static inline void update_stat(struct virtio_balloon *vb, int idx, in update_stat() function 265 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_IN, in update_balloon_stats() 267 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_OUT, in update_balloon_stats() 269 update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]); in update_balloon_stats() 270 update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]); in update_balloon_stats() 272 update_stat(vb, idx++, VIRTIO_BALLOON_S_HTLB_PGALLOC, in update_balloon_stats() 274 update_stat(vb, idx++, VIRTIO_BALLOON_S_HTLB_PGFAIL, in update_balloon_stats() 278 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMFREE, in update_balloon_stats() 280 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMTOT, in update_balloon_stats() 282 update_stat(vb, idx++, VIRTIO_BALLOON_S_AVAIL, in update_balloon_stats() [all …]
|
/linux-4.19.296/fs/btrfs/ |
D | free-space-cache.c | 2175 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() argument 2196 if (update_stat) in try_merge_free_space() 2207 if (update_stat) in try_merge_free_space() 2222 bool update_stat) in steal_from_bitmap_to_end() argument 2242 if (update_stat) in steal_from_bitmap_to_end() 2255 bool update_stat) in steal_from_bitmap_to_front() argument 2295 if (update_stat) in steal_from_bitmap_to_front() 2319 bool update_stat) in steal_from_bitmap() argument 2332 stole_end = steal_from_bitmap_to_end(ctl, info, update_stat); in steal_from_bitmap() 2335 update_stat); in steal_from_bitmap() [all …]
|