Searched refs:bstat (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_ioctl32.c | 130 xfs_bstat_t *bstat, in xfs_ioctl32_bstat_copyin() argument 133 if (get_user(bstat->bs_ino, &bstat32->bs_ino) || in xfs_ioctl32_bstat_copyin() 134 get_user(bstat->bs_mode, &bstat32->bs_mode) || in xfs_ioctl32_bstat_copyin() 135 get_user(bstat->bs_nlink, &bstat32->bs_nlink) || in xfs_ioctl32_bstat_copyin() 136 get_user(bstat->bs_uid, &bstat32->bs_uid) || in xfs_ioctl32_bstat_copyin() 137 get_user(bstat->bs_gid, &bstat32->bs_gid) || in xfs_ioctl32_bstat_copyin() 138 get_user(bstat->bs_rdev, &bstat32->bs_rdev) || in xfs_ioctl32_bstat_copyin() 139 get_user(bstat->bs_blksize, &bstat32->bs_blksize) || in xfs_ioctl32_bstat_copyin() 140 get_user(bstat->bs_size, &bstat32->bs_size) || in xfs_ioctl32_bstat_copyin() 141 xfs_ioctl32_bstime_copyin(&bstat->bs_atime, &bstat32->bs_atime) || in xfs_ioctl32_bstat_copyin() [all …]
|
/Linux-v4.19/kernel/cgroup/ |
D | rstat.c | 324 cputime = rstatc->bstat.cputime; in cgroup_base_stat_flush() 339 cgroup_base_stat_accumulate(&cgrp->bstat, &delta); in cgroup_base_stat_flush() 367 rstatc->bstat.cputime.sum_exec_runtime += delta_exec; in __cgroup_account_cputime() 381 rstatc->bstat.cputime.utime += delta_exec; in __cgroup_account_cputime_field() 386 rstatc->bstat.cputime.stime += delta_exec; in __cgroup_account_cputime_field() 404 usage = cgrp->bstat.cputime.sum_exec_runtime; in cgroup_base_stat_cputime_show() 405 cputime_adjust(&cgrp->bstat.cputime, &cgrp->prev_cputime, &utime, &stime); in cgroup_base_stat_cputime_show()
|
/Linux-v4.19/init/ |
D | do_mounts.h | 23 static inline u32 bstat(char *name) in bstat() function
|
D | do_mounts_md.c | 153 rdev = bstat(comp_name); in md_setup_drive()
|
/Linux-v4.19/include/linux/ |
D | cgroup-defs.h | 294 struct cgroup_base_stat bstat; member 423 struct cgroup_base_stat bstat; member
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | isar.h | 61 u8 bstat; member
|
D | mISDNisar.c | 301 isar->bstat = 0; in load_firmware() 326 while ((!isar->bstat) && cnt) { in load_firmware() 336 isar->name, isar->bstat); in load_firmware() 595 if (!(ch->is->bstat & in isar_fill_fifo() 1070 isar->bstat |= isar->cmsb; in mISDNisar_irq()
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | isar.c | 332 ireg->bstat = 0; in isar_load_firmware() 353 while ((!ireg->bstat) && cnt) { in isar_load_firmware() 362 ireg->bstat); in isar_load_firmware() 683 if (!(bcs->hw.isar.reg->bstat & in isar_fill_fifo() 1194 ireg->bstat |= ireg->cmsb; in isar_int_main()
|
D | hisax.h | 382 volatile u_char bstat; member
|
/Linux-v4.19/drivers/atm/ |
D | fore200e.h | 744 enum boot_status bstat; /* boot status */ member
|
D | fore200e.c | 322 fore200e->bus->write(BSTAT_COLD_START, &fore200e->cp_monitor->bstat); in fore200e_reset() 327 ok = fore200e_io_poll(fore200e, &fore200e->cp_monitor->bstat, BSTAT_SELFTEST_OK, 1000); in fore200e_reset() 2539 if (fore200e_io_poll(fore200e, &fore200e->cp_monitor->bstat, BSTAT_CP_RUNNING, 1000) == 0) { in fore200e_load_and_start_fw() 2940 fore200e->bus->read(&cp_monitor->bstat)); in fore200e_proc_read()
|
/Linux-v4.19/drivers/gpu/drm/bridge/ |
D | sil-sii8620.c | 1985 u8 bstat = sii8620_readb(ctx, REG_SPIBURSTSTAT); in sii8620_irq_block() local 1987 if (bstat & BIT_SPIBURSTSTAT_EMSC_NORMAL_MODE) in sii8620_irq_block()
|