Searched refs:update_stat (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/virtio/ |
| H A D | virtio_balloon.c | 337 static inline void update_stat(struct virtio_balloon *vb, int idx, in update_stat() function 357 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_IN, in update_balloon_vm_stats() 359 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_OUT, in update_balloon_vm_stats() 361 update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]); in update_balloon_vm_stats() 362 update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]); in update_balloon_vm_stats() 363 update_stat(vb, idx++, VIRTIO_BALLOON_S_OOM_KILL, events[OOM_KILL]); in update_balloon_vm_stats() 369 update_stat(vb, idx++, VIRTIO_BALLOON_S_ALLOC_STALL, stall); in update_balloon_vm_stats() 371 update_stat(vb, idx++, VIRTIO_BALLOON_S_ASYNC_SCAN, in update_balloon_vm_stats() 373 update_stat(vb, idx++, VIRTIO_BALLOON_S_DIRECT_SCAN, in update_balloon_vm_stats() 375 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); 1815 bool update_stat) in unlink_free_space() argument 1828 if (update_stat) in unlink_free_space() 1876 u64 offset, u64 bytes, bool update_stat) in bitmap_clear_bits() argument 1906 if (update_stat) in bitmap_clear_bits() 2446 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() argument 2473 unlink_free_space(ctl, right_info, update_stat); in try_merge_free_space() 2483 unlink_free_space(ctl, left_info, update_stat); in try_merge_free_space() 2495 bool update_stat) in steal_from_bitmap_to_end() argument 2519 bitmap_clear_bits(ctl, bitmap, end, bytes, update_stat); in steal_from_bitmap_to_end() [all …]
|
| /linux/mm/damon/ |
| H A D | core.c | 1969 goto update_stat; in damos_apply_scheme() 1992 update_stat: in damos_apply_scheme()
|