Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/virtio/
Dvirtio_balloon.c342 static inline void update_stat(struct virtio_balloon *vb, int idx, in update_stat() function
362 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_IN, in update_balloon_vm_stats()
364 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_OUT, in update_balloon_vm_stats()
366 update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]); in update_balloon_vm_stats()
367 update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]); in update_balloon_vm_stats()
368 update_stat(vb, idx++, VIRTIO_BALLOON_S_OOM_KILL, events[OOM_KILL]); in update_balloon_vm_stats()
374 update_stat(vb, idx++, VIRTIO_BALLOON_S_ALLOC_STALL, stall); in update_balloon_vm_stats()
376 update_stat(vb, idx++, VIRTIO_BALLOON_S_ASYNC_SCAN, in update_balloon_vm_stats()
378 update_stat(vb, idx++, VIRTIO_BALLOON_S_DIRECT_SCAN, in update_balloon_vm_stats()
380 update_stat(vb, idx++, VIRTIO_BALLOON_S_ASYNC_RECLAIM, in update_balloon_vm_stats()
[all …]
/linux-6.12.1/fs/btrfs/
Dfree-space-cache.c48 struct btrfs_free_space *info, bool update_stat);
1819 bool update_stat) in unlink_free_space() argument
1832 if (update_stat) in unlink_free_space()
1880 u64 offset, u64 bytes, bool update_stat) in bitmap_clear_bits() argument
1910 if (update_stat) in bitmap_clear_bits()
2451 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() argument
2478 unlink_free_space(ctl, right_info, update_stat); in try_merge_free_space()
2488 unlink_free_space(ctl, left_info, update_stat); in try_merge_free_space()
2500 bool update_stat) in steal_from_bitmap_to_end() argument
2524 bitmap_clear_bits(ctl, bitmap, end, bytes, update_stat); in steal_from_bitmap_to_end()
[all …]
/linux-6.12.1/mm/damon/
Dcore.c1377 goto update_stat; in damos_apply_scheme()
1402 update_stat: in damos_apply_scheme()