/kernel/linux/linux-5.10/block/ |
H A D | blk-mq-debugfs.c | 17 static void print_stat(struct seq_file *m, struct blk_rq_stat *stat) in print_stat() argument 19 if (stat->nr_samples) { in print_stat() 21 stat->nr_samples, stat->mean, stat->min, stat->max); in print_stat()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | lib.sh | 627 local stat=$1; shift 630 | jq '.[]["stats64"]["'$dir'"]["'$stat'"]' 668 local stat=$1; shift 670 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2 696 local stat=$1; shift 698 cat /proc/net/dev_snmp6/$dev | grep "^$stat" | cut -f2
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 432 eoq = (void *)q->q.stat - pos; in copy_esn_pktxt() 479 left = (void *)q->q.stat - pos; in copy_cpltx_pktxt() 524 eoq = (void *)q->q.stat - pos; in copy_key_cpltx_pktxt() 770 left = (u8 *)end - (u8 *)q->q.stat; in ch_ipsec_xmit() 773 if (pos == (u64 *)q->q.stat) { in ch_ipsec_xmit() 774 left = (u8 *)end - (u8 *)q->q.stat; in ch_ipsec_xmit()
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_scsi_host.c | 40 int hs = 0, stat = 0; in sas_end_task() local 47 switch (ts->stat) { in sas_end_task() 88 stat = SAM_STAT_CHECK_CONDITION; in sas_end_task() 91 stat = ts->stat; in sas_end_task() 96 sc->result = (hs << 16) | stat; in sas_end_task()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | lantiq.c | 302 u32 stat; in lqasc_irq() local 307 stat = readl(port->membase + LTQ_ASC_IRNCR); in lqasc_irq() 309 if (!(stat & ASC_IRNCR_MASK)) in lqasc_irq() 312 if (stat & ASC_IRNCR_TIR) in lqasc_irq() 315 if (stat & ASC_IRNCR_RIR) in lqasc_irq() 318 if (stat & ASC_IRNCR_EIR) in lqasc_irq()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 719 u16 stat, chg; in ast_vhub_get_port_stat() local 725 stat = vhub->ports[port].status; in ast_vhub_get_port_stat() 729 stat |= USB_PORT_STAT_POWER; in ast_vhub_get_port_stat() 731 EPDBG(ep, " port status=%04x change=%04x\n", stat, chg); in ast_vhub_get_port_stat() 734 stat & 0xff, in ast_vhub_get_port_stat() 735 stat >> 8, in ast_vhub_get_port_stat()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | confdata.c | 7 #include <sys/stat.h> 24 struct stat st; in is_present() 26 return !stat(path, &st); in is_present() 32 struct stat st; in is_dir() 34 if (stat(path, &st)) in is_dir() 44 struct stat st1, st2; in is_same()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | inode.c | 273 int hfsplus_getattr(const struct path *path, struct kstat *stat, in hfsplus_getattr() argument 280 stat->attributes |= STATX_ATTR_APPEND; in hfsplus_getattr() 282 stat->attributes |= STATX_ATTR_IMMUTABLE; in hfsplus_getattr() 284 stat->attributes |= STATX_ATTR_NODUMP; in hfsplus_getattr() 286 stat->attributes_mask |= STATX_ATTR_APPEND | STATX_ATTR_IMMUTABLE | in hfsplus_getattr() 289 generic_fillattr(inode, stat); in hfsplus_getattr()
|
/kernel/linux/linux-5.10/fs/coda/ |
H A D | upcall.c | 26 #include <linux/stat.h> 561 sfs->f_blocks = outp->coda_statfs.stat.f_blocks; in venus_statfs() 562 sfs->f_bfree = outp->coda_statfs.stat.f_bfree; in venus_statfs() 563 sfs->f_bavail = outp->coda_statfs.stat.f_bavail; in venus_statfs() 564 sfs->f_files = outp->coda_statfs.stat.f_files; in venus_statfs() 565 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_rtalloc.c | 55 int *stat) /* out: any good extents here? */ in xfs_rtany_summary() 80 *stat = 1; in xfs_rtany_summary() 87 *stat = 0; in xfs_rtany_summary() 240 int stat; /* status from internal calls */ in xfs_rtallocate_extent_block() local 257 error = xfs_rtcheck_range(mp, tp, i, maxlen, 1, &next, &stat); in xfs_rtallocate_extent_block() 261 if (stat) { in xfs_rtallocate_extent_block() 47 xfs_rtany_summary( xfs_mount_t *mp, xfs_trans_t *tp, int low, int high, xfs_rtblock_t bbno, xfs_buf_t **rbpp, xfs_fsblock_t *rsb, int *stat) xfs_rtany_summary() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mcde/ |
H A D | mcde_display.c | 492 u32 stat; in mcde_configure_channel() local 500 stat = MCDE_CHNL0STAT; in mcde_configure_channel() 507 stat = MCDE_CHNL1STAT; in mcde_configure_channel() 514 stat = MCDE_CHNL2STAT; in mcde_configure_channel() 521 stat = MCDE_CHNL3STAT; in mcde_configure_channel() 583 writel(val, mcde->regs + stat); in mcde_configure_channel()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv50.c | 626 u32 stat = nvkm_rd32(device, 0x400100); in nv50_gr_intr() local 633 u32 show = stat, show_bitfield = stat; in nv50_gr_intr() 654 if (stat & 0x00200000) { in nv50_gr_intr() 660 nvkm_wr32(device, 0x400100, stat); in nv50_gr_intr() 668 stat, msg, chid, (u64)inst << 12, name, in nv50_gr_intr()
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | si2157.c | 267 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in si2157_init() 749 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in si2157_get_rf_strength() 750 c->strength.stat[0].svalue = (s8)cmd.args[3] * 1000; in si2157_get_rf_strength() 804 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in si2157_stat_work() 805 c->strength.stat[0].svalue = (s8) cmd.args[3] * 1000; in si2157_stat_work() 810 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in si2157_stat_work()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | si2157.c | 315 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in si2157_init() 813 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in si2157_get_rf_strength() 814 c->strength.stat[0].svalue = (s8)cmd.args[3] * 1000; in si2157_get_rf_strength() 868 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in si2157_stat_work() 869 c->strength.stat[0].svalue = (s8) cmd.args[3] * 1000; in si2157_stat_work() 874 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in si2157_stat_work()
|
/kernel/linux/linux-6.6/fs/coda/ |
H A D | upcall.c | 26 #include <linux/stat.h> 561 sfs->f_blocks = outp->coda_statfs.stat.f_blocks; in venus_statfs() 562 sfs->f_bfree = outp->coda_statfs.stat.f_bfree; in venus_statfs() 563 sfs->f_bavail = outp->coda_statfs.stat.f_bavail; in venus_statfs() 564 sfs->f_files = outp->coda_statfs.stat.f_files; in venus_statfs() 565 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | lantiq.c | 279 u32 stat; in lqasc_irq() local 284 stat = readl(port->membase + LTQ_ASC_IRNCR); in lqasc_irq() 286 if (!(stat & ASC_IRNCR_MASK)) in lqasc_irq() 289 if (stat & ASC_IRNCR_TIR) in lqasc_irq() 292 if (stat & ASC_IRNCR_RIR) in lqasc_irq() 295 if (stat & ASC_IRNCR_EIR) in lqasc_irq()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_ioctl.c | 710 compat_int_t stat; member 733 .stat = cgc32.stat, in scsi_get_cdrom_generic_arg() 758 .stat = cgc->stat, in scsi_put_cdrom_generic_arg() 827 cgc.stat = err; in scsi_cdrom_send_packet()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 744 u16 stat, chg; in ast_vhub_get_port_stat() local 750 stat = vhub->ports[port].status; in ast_vhub_get_port_stat() 754 stat |= USB_PORT_STAT_POWER; in ast_vhub_get_port_stat() 756 EPDBG(ep, " port status=%04x change=%04x\n", stat, chg); in ast_vhub_get_port_stat() 759 stat & 0xff, in ast_vhub_get_port_stat() 760 stat >> 8, in ast_vhub_get_port_stat()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 436 eoq = (void *)q->q.stat - pos; in copy_esn_pktxt() 483 left = (void *)q->q.stat - pos; in copy_cpltx_pktxt() 528 eoq = (void *)q->q.stat - pos; in copy_key_cpltx_pktxt() 774 left = (u8 *)end - (u8 *)q->q.stat; in ch_ipsec_xmit() 777 if (pos == (u64 *)q->q.stat) { in ch_ipsec_xmit() 778 left = (u8 *)end - (u8 *)q->q.stat; in ch_ipsec_xmit()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv50.c | 626 u32 stat = nvkm_rd32(device, 0x400100); in nv50_gr_intr() local 633 u32 show = stat, show_bitfield = stat; in nv50_gr_intr() 654 if (stat & 0x00200000) { in nv50_gr_intr() 660 nvkm_wr32(device, 0x400100, stat); in nv50_gr_intr() 668 stat, msg, chid, (u64)inst << 12, name, in nv50_gr_intr()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | mr75203.c | 281 u32 stat, nbs; in pvt_read_temp() local 287 stat, stat & SDIF_SMPL_DONE, in pvt_read_temp() 315 u32 n, stat, pre_scaler; in pvt_read_in() local 328 stat, stat & SDIF_SMPL_DONE, in pvt_read_in()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | confdata.c | 7 #include <sys/stat.h> 26 struct stat st; in is_present() 28 return !stat(path, &st); in is_present() 34 struct stat st; in is_dir() 36 if (stat(path, &st)) in is_dir() 46 struct stat st1, st2; in is_same()
|
/third_party/toybox/generated/ |
H A D | globals.h | 402 // toys/other/stat.c 408 struct stat st; 410 } stat; member 731 struct stat st[2]; 879 struct stat *sought_files; 1221 struct stat top; 1669 struct stat_data stat; member
|
/third_party/rust/crates/nix/src/sys/ |
H A D | statfs.rs | 731 let mut stat = mem::MaybeUninit::<type_of_statfs>::uninit(); in statfs() variables 733 LIBC_STATFS(path.as_ptr(), stat.as_mut_ptr()) in statfs() 735 Errno::result(res).map(|_| Statfs(stat.assume_init())) in statfs() 749 let mut stat = mem::MaybeUninit::<type_of_statfs>::uninit(); in fstatfs() variables 750 Errno::result(LIBC_FSTATFS(fd.as_raw_fd(), stat.as_mut_ptr())) in fstatfs() 751 .map(|_| Statfs(stat.assume_init())) in fstatfs()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | keyspan.c | 816 int stat = data[i]; in usa26_indat_callback() local 819 if (stat & RXERROR_OVERRUN) { in usa26_indat_callback() 824 if (stat & RXERROR_PARITY) in usa26_indat_callback() 826 else if (stat & RXERROR_FRAMING) in usa26_indat_callback() 1160 int stat = data[i]; in usa49_indat_callback() local 1163 if (stat & RXERROR_OVERRUN) { in usa49_indat_callback() 1168 if (stat & RXERROR_PARITY) in usa49_indat_callback() 1170 else if (stat & RXERROR_FRAMING) in usa49_indat_callback() 1230 int stat = data[i]; in usa49wg_indat_callback() local 1233 if (stat in usa49wg_indat_callback() 1305 int stat = data[i]; usa90_indat_callback() local [all...] |