Searched refs:trec (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/thermal/tmon/
H A Dtmon.h143 extern int cur_thermal_record; /* index to the trec array */
144 extern struct thermal_data_record trec[];
H A Dsysfs.c54 struct thermal_data_record trec[NR_THERMAL_RECORDS]; variable in typeref:struct:thermal_data_record
55 int cur_thermal_record; /* index to the trec array */
494 gettimeofday(&trec[next_thermal_record].tv, NULL);
504 &trec[next_thermal_record].temp[i]);
507 trec[next_thermal_record].temp[i] / 1000);
H A Dtmon.c325 controller_handler(trec[0].temp[target_tz_index] / 1000, &yk);
326 trec[0].pid_out_pct = yk;
H A Dtui.c583 int temp = trec[cur_thermal_record].temp[i] / 1000;
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c479 struct xfs_inobt_rec_incore *trec, /* tgt record */
486 if (trec->ir_startino != srec->ir_startino)
490 if (!xfs_inobt_issparse(trec->ir_holemask) ||
495 if (!trec->ir_count || !srec->ir_count)
499 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK)
503 talloc = xfs_inobt_irec_to_allocmask(trec);
517 struct xfs_inobt_rec_incore *trec, /* target */
520 ASSERT(trec->ir_startino == srec->ir_startino);
523 trec->ir_count += srec->ir_count;
524 trec
478 __xfs_inobt_can_merge( struct xfs_inobt_rec_incore *trec, struct xfs_inobt_rec_incore *srec) argument
516 __xfs_inobt_rec_merge( struct xfs_inobt_rec_incore *trec, struct xfs_inobt_rec_incore *srec) argument
1076 struct xfs_inobt_rec_incore rec, trec; local
[all...]
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-core.c832 u32 trec; local
835 err = regmap_read(priv->map_reg, MCP251XFD_REG_TREC, &trec);
839 if (trec & MCP251XFD_REG_TREC_TXBO)
842 bec->txerr = FIELD_GET(MCP251XFD_REG_TREC_TEC_MASK, trec);
843 bec->rxerr = FIELD_GET(MCP251XFD_REG_TREC_REC_MASK, trec);
1052 u32 trec, timestamp; local
1055 err = regmap_read(priv->map_reg, MCP251XFD_REG_TREC, &trec);
1059 if (trec & MCP251XFD_REG_TREC_TXBO)
1061 else if (trec & MCP251XFD_REG_TREC_TXBP)
1063 else if (trec
[all...]

Completed in 187 milliseconds