Home
last modified time | relevance | path

Searched refs:bstat (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/kernel/cgroup/
H A Drstat.c436 delta = rstatc->bstat; in cgroup_base_stat_flush()
447 delta = cgrp->bstat; in cgroup_base_stat_flush()
532 memset(bstat, 0, sizeof(*bstat)); in root_cgroup_cputime()
574 struct cgroup_base_stat bstat; in cgroup_base_stat_cputime_show() local
579 bstat = cgrp->bstat; in cgroup_base_stat_cputime_show()
581 &bstat.cputime.utime, &bstat.cputime.stime); in cgroup_base_stat_cputime_show()
584 root_cgroup_cputime(&bstat); in cgroup_base_stat_cputime_show()
596 bstat.cputime.sum_exec_runtime, in cgroup_base_stat_cputime_show()
597 bstat.cputime.utime, in cgroup_base_stat_cputime_show()
598 bstat.cputime.stime, in cgroup_base_stat_cputime_show()
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_itable.c365 const struct xfs_bulkstat *bstat) in xfs_bulkstat_to_bstat() argument
369 bs1->bs_ino = bstat->bs_ino; in xfs_bulkstat_to_bstat()
370 bs1->bs_mode = bstat->bs_mode; in xfs_bulkstat_to_bstat()
371 bs1->bs_nlink = bstat->bs_nlink; in xfs_bulkstat_to_bstat()
372 bs1->bs_uid = bstat->bs_uid; in xfs_bulkstat_to_bstat()
373 bs1->bs_gid = bstat->bs_gid; in xfs_bulkstat_to_bstat()
374 bs1->bs_rdev = bstat->bs_rdev; in xfs_bulkstat_to_bstat()
376 bs1->bs_size = bstat->bs_size; in xfs_bulkstat_to_bstat()
383 bs1->bs_blocks = bstat->bs_blocks; in xfs_bulkstat_to_bstat()
387 bs1->bs_gen = bstat->bs_gen; in xfs_bulkstat_to_bstat()
[all …]
H A Dxfs_ioctl32.c112 struct xfs_bstat *bstat, in xfs_ioctl32_bstat_copyin() argument
115 if (get_user(bstat->bs_ino, &bstat32->bs_ino) || in xfs_ioctl32_bstat_copyin()
116 get_user(bstat->bs_mode, &bstat32->bs_mode) || in xfs_ioctl32_bstat_copyin()
117 get_user(bstat->bs_nlink, &bstat32->bs_nlink) || in xfs_ioctl32_bstat_copyin()
118 get_user(bstat->bs_uid, &bstat32->bs_uid) || in xfs_ioctl32_bstat_copyin()
119 get_user(bstat->bs_gid, &bstat32->bs_gid) || in xfs_ioctl32_bstat_copyin()
120 get_user(bstat->bs_rdev, &bstat32->bs_rdev) || in xfs_ioctl32_bstat_copyin()
122 get_user(bstat->bs_size, &bstat32->bs_size) || in xfs_ioctl32_bstat_copyin()
130 get_user(bstat->bs_gen, &bstat32->bs_gen) || in xfs_ioctl32_bstat_copyin()
161 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt_compat() argument
[all …]
H A Dxfs_itable.h57 const struct xfs_bulkstat *bstat);
62 const struct xfs_bulkstat *bstat);
H A Dxfs_ioctl.h41 const struct xfs_bulkstat *bstat);
H A Dxfs_ioctl.c52 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt() argument
56 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt()
158 const struct xfs_bulkstat *bstat) in xfs_bulkstat_fmt() argument
160 if (copy_to_user(breq->ubuffer, bstat, sizeof(struct xfs_bulkstat))) in xfs_bulkstat_fmt()
/linux-6.15/include/linux/
H A Dcgroup-defs.h356 struct cgroup_base_stat bstat; member
539 struct cgroup_base_stat bstat; member
/linux-6.15/drivers/isdn/hardware/mISDN/
H A Disar.h48 u8 bstat; member
H A DmISDNisar.c288 isar->bstat = 0; in load_firmware()
313 while ((!isar->bstat) && cnt) { in load_firmware()
323 isar->name, isar->bstat); in load_firmware()
582 if (!(ch->is->bstat & in isar_fill_fifo()
1056 isar->bstat |= isar->cmsb; in mISDNisar_irq()
/linux-6.15/drivers/atm/
H A Dfore200e.h744 enum boot_status bstat; /* boot status */ member
H A Dfore200e.c334 fore200e->bus->write(BSTAT_COLD_START, &fore200e->cp_monitor->bstat); in fore200e_reset()
339 ok = fore200e_io_poll(fore200e, &fore200e->cp_monitor->bstat, BSTAT_SELFTEST_OK, 1000); in fore200e_reset()
2429 if (fore200e_io_poll(fore200e, &fore200e->cp_monitor->bstat, BSTAT_CP_RUNNING, 1000) == 0) { in fore200e_load_and_start_fw()
2816 fore200e->bus->read(&cp_monitor->bstat)); in fore200e_proc_read()
/linux-6.15/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c1980 u8 bstat = sii8620_readb(ctx, REG_SPIBURSTSTAT); in sii8620_irq_block() local
1982 if (bstat & BIT_SPIBURSTSTAT_EMSC_NORMAL_MODE) in sii8620_irq_block()