/kernel/linux/linux-5.10/drivers/virtio/ |
H A D | virtio_balloon.c | 311 static inline void update_stat(struct virtio_balloon *vb, int idx, in update_stat() function 336 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_IN, in update_balloon_stats() 338 update_stat(vb, idx++, VIRTIO_BALLOON_S_SWAP_OUT, in update_balloon_stats() 340 update_stat(vb, idx++, VIRTIO_BALLOON_S_MAJFLT, events[PGMAJFAULT]); in update_balloon_stats() 341 update_stat(vb, idx++, VIRTIO_BALLOON_S_MINFLT, events[PGFAULT]); in update_balloon_stats() 343 update_stat(vb, idx++, VIRTIO_BALLOON_S_HTLB_PGALLOC, in update_balloon_stats() 345 update_stat(vb, idx++, VIRTIO_BALLOON_S_HTLB_PGFAIL, in update_balloon_stats() 349 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMFREE, in update_balloon_stats() 351 update_stat(vb, idx++, VIRTIO_BALLOON_S_MEMTOT, in update_balloon_stats() 353 update_stat(v in update_balloon_stats() [all...] |
/kernel/linux/linux-6.6/drivers/virtio/ |
H A 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(v in update_balloon_stats() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | free-space-cache.c | 50 struct btrfs_free_space *info, bool update_stat); 1817 bool update_stat) in unlink_free_space() 1830 if (update_stat) in unlink_free_space() 1878 u64 offset, u64 bytes, bool update_stat) in bitmap_clear_bits() 1908 if (update_stat) in bitmap_clear_bits() 2449 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() 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() 2522 bitmap_clear_bits(ctl, bitmap, end, bytes, update_stat); in steal_from_bitmap_to_end() 1815 unlink_free_space(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) unlink_free_space() argument 1876 bitmap_clear_bits(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, u64 offset, u64 bytes, bool update_stat) bitmap_clear_bits() argument 2448 try_merge_free_space(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) try_merge_free_space() argument 2496 steal_from_bitmap_to_end(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) steal_from_bitmap_to_end() argument 2530 steal_from_bitmap_to_front(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) steal_from_bitmap_to_front() argument 2595 steal_from_bitmap(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) steal_from_bitmap() argument [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | free-space-cache.c | 2285 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() 2309 if (update_stat) in try_merge_free_space() 2322 if (update_stat) in try_merge_free_space() 2337 bool update_stat) in steal_from_bitmap_to_end() 2361 if (update_stat) in steal_from_bitmap_to_end() 2374 bool update_stat) in steal_from_bitmap_to_front() 2418 if (update_stat) in steal_from_bitmap_to_front() 2442 bool update_stat) in steal_from_bitmap() 2455 stole_end = steal_from_bitmap_to_end(ctl, info, update_stat); in steal_from_bitmap() 2458 update_stat); in steal_from_bitmap() 2284 try_merge_free_space(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) try_merge_free_space() argument 2335 steal_from_bitmap_to_end(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) steal_from_bitmap_to_end() argument 2372 steal_from_bitmap_to_front(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) steal_from_bitmap_to_front() argument 2440 steal_from_bitmap(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) steal_from_bitmap() argument [all...] |
/kernel/linux/linux-6.6/mm/damon/ |
H A D | core.c | 932 goto update_stat; in damos_apply_scheme() 954 update_stat: in damos_apply_scheme()
|