Searched refs:update_stat (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/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(vb, idx++, VIRTIO_BALLOON_S_AVAIL, in update_balloon_stats() [all …]
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | free-space-cache.c | 2284 struct btrfs_free_space *info, bool update_stat) in try_merge_free_space() argument 2308 if (update_stat) in try_merge_free_space() 2321 if (update_stat) in try_merge_free_space() 2336 bool update_stat) in steal_from_bitmap_to_end() argument 2360 if (update_stat) in steal_from_bitmap_to_end() 2373 bool update_stat) in steal_from_bitmap_to_front() argument 2417 if (update_stat) in steal_from_bitmap_to_front() 2441 bool update_stat) in steal_from_bitmap() argument 2454 stole_end = steal_from_bitmap_to_end(ctl, info, update_stat); in steal_from_bitmap() 2457 update_stat); in steal_from_bitmap() [all …]
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | core.c | 618 goto update_stat; in damon_do_apply_schemes() 635 update_stat: in damon_do_apply_schemes()
|