Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/virtio/
Dvirtio_balloon.c304 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-6.1.9/fs/btrfs/
Dfree-space-cache.c41 struct btrfs_free_space *info, bool update_stat);
1805 bool update_stat) in unlink_free_space() argument
1816 if (update_stat) in unlink_free_space()
1861 u64 offset, u64 bytes, bool update_stat) in bitmap_clear_bits() argument
1891 if (update_stat) in bitmap_clear_bits()
2432 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() argument
2456 unlink_free_space(ctl, right_info, update_stat); in try_merge_free_space()
2466 unlink_free_space(ctl, left_info, update_stat); in try_merge_free_space()
2478 bool update_stat) in steal_from_bitmap_to_end() argument
2502 bitmap_clear_bits(ctl, bitmap, end, bytes, update_stat); in steal_from_bitmap_to_end()
[all …]
/linux-6.1.9/mm/damon/
Dcore.c757 goto update_stat; in damon_do_apply_schemes()
774 update_stat: in damon_do_apply_schemes()