Searched refs:update_stat (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/virtio/ |
| H A D | virtio_balloon.c | 340 static inline void update_stat(struct virtio_balloon *vb, int idx, in update_stat() function 360 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_IN, in update_balloon_vm_stats() 362 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_OUT, in update_balloon_vm_stats() 364 update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]); in update_balloon_vm_stats() 365 update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]); in update_balloon_vm_stats() 366 update_stat(vb, idx++, VIRTIO_BALLOON_S_OOM_KILL, events[OOM_KILL]); in update_balloon_vm_stats() 372 update_stat(vb, idx++, VIRTIO_BALLOON_S_ALLOC_STALL, stall); in update_balloon_vm_stats() 374 update_stat(vb, idx++, VIRTIO_BALLOON_S_ASYNC_SCAN, in update_balloon_vm_stats() 376 update_stat(vb, idx++, VIRTIO_BALLOON_S_DIRECT_SCAN, in update_balloon_vm_stats() 378 update_stat(vb, idx++, VIRTIO_BALLOON_S_ASYNC_RECLAIM, in update_balloon_vm_stats() [all …]
|
| /linux/fs/btrfs/ |
| H A D | free-space-cache.c | 50 struct btrfs_free_space *info, bool update_stat); 1812 bool update_stat) in unlink_free_space() argument 1825 if (update_stat) in unlink_free_space() 1873 u64 offset, u64 bytes, bool update_stat) in bitmap_clear_bits() argument 1904 if (update_stat) in bitmap_clear_bits() 2447 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() argument 2474 unlink_free_space(ctl, right_info, update_stat); in try_merge_free_space() 2484 unlink_free_space(ctl, left_info, update_stat); in try_merge_free_space() 2496 bool update_stat) in steal_from_bitmap_to_end() argument 2521 bitmap_clear_bits(ctl, bitmap, end, bytes, update_stat); in steal_from_bitmap_to_end() [all …]
|