Searched refs:update_stat (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/virtio/ |
D | virtio_balloon.c | 304 static inline void update_stat(struct virtio_balloon *vb, int idx, in update_stat() function 329 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_IN, in update_balloon_stats() 331 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_OUT, in update_balloon_stats() 333 update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]); in update_balloon_stats() 334 update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]); in update_balloon_stats() 336 update_stat(vb, idx++, VIRTIO_BALLOON_S_HTLB_PGALLOC, in update_balloon_stats() 338 update_stat(vb, idx++, VIRTIO_BALLOON_S_HTLB_PGFAIL, in update_balloon_stats() 342 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMFREE, in update_balloon_stats() 344 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMTOT, in update_balloon_stats() 346 update_stat(vb, idx++, VIRTIO_BALLOON_S_AVAIL, in update_balloon_stats() [all …]
|
/Linux-v6.6/fs/btrfs/ |
D | free-space-cache.c | 50 struct btrfs_free_space *info, bool update_stat); 1817 bool update_stat) in unlink_free_space() argument 1830 if (update_stat) in unlink_free_space() 1878 u64 offset, u64 bytes, bool update_stat) in bitmap_clear_bits() argument 1908 if (update_stat) in bitmap_clear_bits() 2449 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() argument 2476 unlink_free_space(ctl, right_info, update_stat); in try_merge_free_space() 2486 unlink_free_space(ctl, left_info, update_stat); in try_merge_free_space() 2498 bool update_stat) in steal_from_bitmap_to_end() argument 2522 bitmap_clear_bits(ctl, bitmap, end, bytes, update_stat); in steal_from_bitmap_to_end() [all …]
|
/Linux-v6.6/mm/damon/ |
D | core.c | 955 goto update_stat; in damos_apply_scheme() 977 update_stat: in damos_apply_scheme()
|