Home
last modified time | relevance | path

Searched full:bstat (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/cgroup/
H A Drstat.c587 delta = rstatbc->bstat; in cgroup_base_stat_flush()
592 cgroup_base_stat_add(&cgrp->bstat, &delta); in cgroup_base_stat_flush()
598 delta = cgrp->bstat; in cgroup_base_stat_flush()
600 cgroup_base_stat_add(&parent->bstat, &delta); in cgroup_base_stat_flush()
636 rstatbc->bstat.cputime.sum_exec_runtime += delta_exec; in __cgroup_account_cputime()
650 rstatbc->bstat.ntime += delta_exec; in __cgroup_account_cputime_field()
653 rstatbc->bstat.cputime.utime += delta_exec; in __cgroup_account_cputime_field()
658 rstatbc->bstat.cputime.stime += delta_exec; in __cgroup_account_cputime_field()
662 rstatbc->bstat.forceidle_sum += delta_exec; in __cgroup_account_cputime_field()
678 static void root_cgroup_cputime(struct cgroup_base_stat *bstat) in root_cgroup_cputime() argument
[all …]
/linux/fs/xfs/
H A Dxfs_itable.h55 const struct xfs_bulkstat *bstat);
60 const struct xfs_bulkstat *bstat);
H A Dxfs_ioctl.h41 const struct xfs_bulkstat *bstat);
H A Dxfs_ioctl32.h99 /* The bstat field in the swapext struct needs translation */