Home
last modified time | relevance | path

Searched refs:stat (Results 1551 - 1575 of 7968) sorted by relevance

1...<<61626364656667686970>>...319

/kernel/linux/linux-5.10/fs/lockd/
H A Dclnt4xdr.c194 * nlm4_stats stat;
202 const __be32 stat) in encode_nlm4_stat()
206 BUG_ON(be32_to_cpu(stat) > NLM_FAILED); in encode_nlm4_stat()
208 *p = stat; in encode_nlm4_stat()
211 static int decode_nlm4_stat(struct xdr_stream *xdr, __be32 *stat) in decode_nlm4_stat() argument
220 *stat = *p; in decode_nlm4_stat()
437 * nlm4_stat stat;
451 * union nlm4_testrply switch (nlm4_stats stat) {
485 * union nlm4_testrply switch (nlm4_stats stat) {
529 * nlm4_stat stat;
201 encode_nlm4_stat(struct xdr_stream *xdr, const __be32 stat) encode_nlm4_stat() argument
[all...]
H A Dclntxdr.c187 * nlm_stats stat;
196 const __be32 stat) in encode_nlm_stat()
200 WARN_ON_ONCE(be32_to_cpu(stat) > NLM_LCK_DENIED_GRACE_PERIOD); in encode_nlm_stat()
202 *p = stat; in encode_nlm_stat()
206 __be32 *stat) in decode_nlm_stat()
215 *stat = *p; in decode_nlm_stat()
430 * nlm_stat stat;
444 * union nlm_testrply switch (nlm_stats stat) {
483 * union nlm_testrply switch (nlm_stats stat) {
527 * nlm_stat stat;
195 encode_nlm_stat(struct xdr_stream *xdr, const __be32 stat) encode_nlm_stat() argument
205 decode_nlm_stat(struct xdr_stream *xdr, __be32 *stat) decode_nlm_stat() argument
[all...]
/kernel/linux/linux-5.10/fs/erofs/
H A Dinode.c341 int erofs_getattr(const struct path *path, struct kstat *stat, in erofs_getattr() argument
347 stat->attributes |= STATX_ATTR_COMPRESSED; in erofs_getattr()
349 stat->attributes |= STATX_ATTR_IMMUTABLE; in erofs_getattr()
350 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | in erofs_getattr()
353 generic_fillattr(inode, stat); in erofs_getattr()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_btree.h89 #define XFS_BTREE_STATS_INC(cur, stat) \
90 XFS_STATS_INC_OFF((cur)->bc_mp, (cur)->bc_statoff + __XBTS_ ## stat)
91 #define XFS_BTREE_STATS_ADD(cur, stat, val) \
92 XFS_STATS_ADD_OFF((cur)->bc_mp, (cur)->bc_statoff + __XBTS_ ## stat, val)
114 int *stat);
/kernel/linux/linux-5.10/fs/sysv/
H A Ditree.c448 int sysv_getattr(const struct path *path, struct kstat *stat, in sysv_getattr() argument
452 generic_fillattr(d_inode(path->dentry), stat); in sysv_getattr()
453 stat->blocks = (s->s_blocksize / 512) * sysv_nblocks(s, stat->size); in sysv_getattr()
454 stat->blksize = s->s_blocksize; in sysv_getattr()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-ahb-audio.c273 unsigned stat; in snd_dw_hdmi_irq() local
275 stat = readb_relaxed(dw->data.base + HDMI_IH_AHBDMAAUD_STAT0); in snd_dw_hdmi_irq()
276 if (!stat) in snd_dw_hdmi_irq()
279 writeb_relaxed(stat, dw->data.base + HDMI_IH_AHBDMAAUD_STAT0); in snd_dw_hdmi_irq()
282 if (stat & HDMI_IH_AHBDMAAUD_STAT0_DONE && substream) { in snd_dw_hdmi_irq()
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-ds1343.c312 unsigned int stat; in ds1343_thread() local
317 res = regmap_read(priv->map, DS1343_STATUS_REG, &stat); in ds1343_thread()
321 if (stat & DS1343_IRQF0) { in ds1343_thread()
322 stat &= ~DS1343_IRQF0; in ds1343_thread()
323 regmap_write(priv->map, DS1343_STATUS_REG, stat); in ds1343_thread()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dtxx9ndfmc.c193 int stat; in txx9ndfmc_correct_data() local
196 stat = rawnand_sw_hamming_correct(chip, buf, read_ecc, in txx9ndfmc_correct_data()
198 if (stat < 0) in txx9ndfmc_correct_data()
199 return stat; in txx9ndfmc_correct_data()
200 corrected += stat; in txx9ndfmc_correct_data()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dkapi.c294 struct kstat stat; in ubi_open_volume_path() local
305 error = vfs_getattr(&path, &stat, STATX_TYPE, AT_STATX_SYNC_AS_STAT); in ubi_open_volume_path()
310 if (!S_ISCHR(stat.mode)) in ubi_open_volume_path()
313 ubi_num = ubi_major2num(MAJOR(stat.rdev)); in ubi_open_volume_path()
314 vol_id = MINOR(stat.rdev) - 1; in ubi_open_volume_path()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Disphist.c428 struct ispstat *stat = v4l2_get_subdevdata(sd); in hist_ioctl() local
432 return omap3isp_stat_config(stat, arg); in hist_ioctl()
434 return omap3isp_stat_request_statistics(stat, arg); in hist_ioctl()
436 return omap3isp_stat_request_statistics_time32(stat, arg); in hist_ioctl()
439 return omap3isp_stat_enable(stat, !!*en); in hist_ioctl()
H A Disph3a_af.c307 struct ispstat *stat = v4l2_get_subdevdata(sd); in h3a_af_ioctl() local
311 return omap3isp_stat_config(stat, arg); in h3a_af_ioctl()
313 return omap3isp_stat_request_statistics(stat, arg); in h3a_af_ioctl()
315 return omap3isp_stat_request_statistics_time32(stat, arg); in h3a_af_ioctl()
318 return omap3isp_stat_enable(stat, !!*en); in h3a_af_ioctl()
/kernel/linux/linux-6.6/fs/sysv/
H A Ditree.c449 struct kstat *stat, u32 request_mask, unsigned int flags) in sysv_getattr()
453 stat); in sysv_getattr()
454 stat->blocks = (s->s_blocksize / 512) * sysv_nblocks(s, stat->size); in sysv_getattr()
455 stat->blksize = s->s_blocksize; in sysv_getattr()
448 sysv_getattr(struct mnt_idmap *idmap, const struct path *path, struct kstat *stat, u32 request_mask, unsigned int flags) sysv_getattr() argument
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_btree.h88 #define XFS_BTREE_STATS_INC(cur, stat) \
89 XFS_STATS_INC_OFF((cur)->bc_mp, (cur)->bc_statoff + __XBTS_ ## stat)
90 #define XFS_BTREE_STATS_ADD(cur, stat, val) \
91 XFS_STATS_ADD_OFF((cur)->bc_mp, (cur)->bc_statoff + __XBTS_ ## stat, val)
132 int *stat);
/kernel/linux/linux-6.6/fs/erofs/
H A Dinode.c360 struct kstat *stat, u32 request_mask, in erofs_getattr()
366 stat->attributes |= STATX_ATTR_COMPRESSED; in erofs_getattr()
368 stat->attributes |= STATX_ATTR_IMMUTABLE; in erofs_getattr()
369 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | in erofs_getattr()
372 generic_fillattr(idmap, request_mask, inode, stat); in erofs_getattr()
359 erofs_getattr(struct mnt_idmap *idmap, const struct path *path, struct kstat *stat, u32 request_mask, unsigned int query_flags) erofs_getattr() argument
/kernel/linux/linux-6.6/fs/lockd/
H A Dclntxdr.c187 * nlm_stats stat;
196 const __be32 stat) in encode_nlm_stat()
200 WARN_ON_ONCE(be32_to_cpu(stat) > NLM_LCK_DENIED_GRACE_PERIOD); in encode_nlm_stat()
202 *p = stat; in encode_nlm_stat()
206 __be32 *stat) in decode_nlm_stat()
215 *stat = *p; in decode_nlm_stat()
430 * nlm_stat stat;
444 * union nlm_testrply switch (nlm_stats stat) {
483 * union nlm_testrply switch (nlm_stats stat) {
527 * nlm_stat stat;
195 encode_nlm_stat(struct xdr_stream *xdr, const __be32 stat) encode_nlm_stat() argument
205 decode_nlm_stat(struct xdr_stream *xdr, __be32 *stat) decode_nlm_stat() argument
[all...]
H A Dclnt4xdr.c194 * nlm4_stats stat;
202 const __be32 stat) in encode_nlm4_stat()
206 BUG_ON(be32_to_cpu(stat) > NLM_FAILED); in encode_nlm4_stat()
208 *p = stat; in encode_nlm4_stat()
211 static int decode_nlm4_stat(struct xdr_stream *xdr, __be32 *stat) in decode_nlm4_stat() argument
220 *stat = *p; in decode_nlm4_stat()
430 * nlm4_stat stat;
444 * union nlm4_testrply switch (nlm4_stats stat) {
478 * union nlm4_testrply switch (nlm4_stats stat) {
522 * nlm4_stat stat;
201 encode_nlm4_stat(struct xdr_stream *xdr, const __be32 stat) encode_nlm4_stat() argument
[all...]
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-ds1343.c312 unsigned int stat; in ds1343_thread() local
317 res = regmap_read(priv->map, DS1343_STATUS_REG, &stat); in ds1343_thread()
321 if (stat & DS1343_IRQF0) { in ds1343_thread()
322 stat &= ~DS1343_IRQF0; in ds1343_thread()
323 regmap_write(priv->map, DS1343_STATUS_REG, stat); in ds1343_thread()
/kernel/linux/linux-6.6/drivers/soc/ixp4xx/
H A Dixp4xx-qmgr.c144 u32 en_bitmap, src, stat; in qmgr_irq1_a0() local
154 stat = __raw_readl(&qmgr_regs->stat1[i >> 3]); in qmgr_irq1_a0()
156 stat = ~stat; in qmgr_irq1_a0()
157 if (stat & BIT(src & 3)) { in qmgr_irq1_a0()
/kernel/linux/linux-6.6/drivers/soc/dove/
H A Dpmu.c232 u32 stat = readl_relaxed(base + PMC_IRQ_CAUSE) & gc->mask_cache; in pmu_irq_handler() local
235 if (stat == 0) { in pmu_irq_handler()
240 while (stat) { in pmu_irq_handler()
241 u32 hwirq = fls(stat) - 1; in pmu_irq_handler()
243 stat &= ~(1 << hwirq); in pmu_irq_handler()
/kernel/linux/linux-6.6/drivers/regulator/
H A Drt5120-regulator.c98 unsigned int stat, hd_stat, cur_flags = 0; in rt5120_regulator_get_error_flags() local
105 ret = regmap_raw_read(regmap, RT5120_REG_PGSTAT, &stat, 3); in rt5120_regulator_get_error_flags()
113 if (!(stat & RT5120_OUTPG_MASK(rid))) { in rt5120_regulator_get_error_flags()
114 if (stat & RT5120_OUTUV_MASK(rid)) in rt5120_regulator_get_error_flags()
117 if (stat & RT5120_OUTOV_MASK(rid)) in rt5120_regulator_get_error_flags()
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Ddtl1_cs.c171 info->hdev->stat.byte_tx += len; in dtl1_write_wakeup()
216 info->hdev->stat.byte_rx++; in dtl1_receive()
392 hdev->stat.cmd_tx++; in dtl1_hci_send_frame()
396 hdev->stat.acl_tx++; in dtl1_hci_send_frame()
400 hdev->stat.sco_tx++; in dtl1_hci_send_frame()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-tc3589x.c274 unsigned int stat = status[i]; in tc3589x_gpio_irq() local
275 if (!stat) in tc3589x_gpio_irq()
278 while (stat) { in tc3589x_gpio_irq()
279 int bit = __ffs(stat); in tc3589x_gpio_irq()
285 stat &= ~(1 << bit); in tc3589x_gpio_irq()
H A Dgpio-ep93xx.c118 unsigned long stat; in ep93xx_gpio_ab_irq_handler() local
129 stat = readb(epg->base + EP93XX_GPIO_A_INT_STATUS); in ep93xx_gpio_ab_irq_handler()
130 for_each_set_bit(offset, &stat, 8) in ep93xx_gpio_ab_irq_handler()
134 stat = readb(epg->base + EP93XX_GPIO_B_INT_STATUS); in ep93xx_gpio_ab_irq_handler()
135 for_each_set_bit(offset, &stat, 8) in ep93xx_gpio_ab_irq_handler()
/kernel/linux/linux-6.6/drivers/dma/
H A Duniphier-mdmac.c289 enum dma_status stat; in uniphier_mdmac_tx_status() local
293 stat = dma_cookie_status(chan, cookie, txstate); in uniphier_mdmac_tx_status()
295 if (stat == DMA_COMPLETE || !txstate) in uniphier_mdmac_tx_status()
296 return stat; in uniphier_mdmac_tx_status()
325 return stat; in uniphier_mdmac_tx_status()
/kernel/linux/linux-6.6/drivers/edac/
H A Dzynqmp_edac.c102 * @stat: ECC status information
113 struct ecc_status stat; member
200 get_error_info(priv->baseaddr, &priv->stat, regval); in intr_handler()
202 priv->ce_cnt += priv->stat.ce_cnt; in intr_handler()
203 priv->ue_cnt += priv->stat.ue_cnt; in intr_handler()
204 handle_error(dci, &priv->stat); in intr_handler()

Completed in 20 milliseconds

1...<<61626364656667686970>>...319