Home
last modified time | relevance | path

Searched refs:trec (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_ialloc.c448 struct xfs_inobt_rec_incore *trec, /* tgt record */ in __xfs_inobt_can_merge() argument
455 if (trec->ir_startino != srec->ir_startino) in __xfs_inobt_can_merge()
459 if (!xfs_inobt_issparse(trec->ir_holemask) || in __xfs_inobt_can_merge()
464 if (!trec->ir_count || !srec->ir_count) in __xfs_inobt_can_merge()
468 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK) in __xfs_inobt_can_merge()
472 talloc = xfs_inobt_irec_to_allocmask(trec); in __xfs_inobt_can_merge()
486 struct xfs_inobt_rec_incore *trec, /* target */ in __xfs_inobt_rec_merge() argument
489 ASSERT(trec->ir_startino == srec->ir_startino); in __xfs_inobt_rec_merge()
492 trec->ir_count += srec->ir_count; in __xfs_inobt_rec_merge()
493 trec->ir_freecount += srec->ir_freecount; in __xfs_inobt_rec_merge()
[all …]
/Linux-v5.4/tools/thermal/tmon/
Dsysfs.c53 struct thermal_data_record trec[NR_THERMAL_RECORDS]; variable
492 gettimeofday(&trec[next_thermal_record].tv, NULL); in update_thermal_data()
502 &trec[next_thermal_record].temp[i]); in update_thermal_data()
505 trec[next_thermal_record].temp[i] / 1000); in update_thermal_data()
Dtmon.c331 controller_handler(trec[0].temp[target_tz_index] / 1000, in main()
333 trec[0].pid_out_pct = yk; in main()
Dtmon.h141 extern struct thermal_data_record trec[];
Dtui.c583 int temp = trec[cur_thermal_record].temp[i] / 1000; in show_data_w()