Home
last modified time | relevance | path

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

/linux/drivers/virtio/
H A 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(v in update_balloon_vm_stats()
[all...]
/linux/fs/btrfs/
H A Dfree-space-cache.c49 struct btrfs_free_space *info, bool update_stat);
1823 bool update_stat) in unlink_free_space() argument
1836 if (update_stat) in unlink_free_space()
1884 u64 offset, u64 bytes, bool update_stat) in bitmap_clear_bits() argument
1914 if (update_stat) in bitmap_clear_bits()
2455 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() argument
2482 unlink_free_space(ctl, right_info, update_stat); in try_merge_free_space()
2492 unlink_free_space(ctl, left_info, update_stat); in try_merge_free_space()
2504 bool update_stat) in steal_from_bitmap_to_end() argument
2528 bitmap_clear_bits(ctl, bitmap, end, bytes, update_stat); in steal_from_bitmap_to_end()
[all …]
/linux/mm/damon/
H A Dcore.c1567 goto update_stat; in damos_apply_scheme()
1594 update_stat: in damos_apply_scheme()