Home
last modified time | relevance | path

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

/linux-4.1.27/tools/thermal/tmon/
Dsysfs.c62 struct thermal_data_record trec[NR_THERMAL_RECORDS]; variable
500 gettimeofday(&trec[cur_thermal_record].tv, NULL); in update_thermal_data()
510 &trec[cur_thermal_record].temp[i]); in update_thermal_data()
513 trec[cur_thermal_record].temp[i]/1000); in update_thermal_data()
Dtmon.c341 controller_handler(trec[0].temp[target_tz_index] / 1000, in main()
343 trec[0].pid_out_pct = yk; in main()
Dtmon.h150 extern struct thermal_data_record trec[];
Dtui.c592 int temp = trec[cur_thermal_record].temp[i] / 1000; in show_data_w()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc.c751 struct xfs_inobt_rec_incore rec, trec; in xfs_dialloc_ag_inobt() local
820 &trec, &doneleft); in xfs_dialloc_ag_inobt()
830 error = xfs_ialloc_next_rec(tcur, &trec, &doneleft, 1); in xfs_dialloc_ag_inobt()
852 pag->pagl_leftrec = trec.ir_startino; in xfs_dialloc_ag_inobt()
861 (trec.ir_startino + XFS_INODES_PER_CHUNK - 1) < in xfs_dialloc_ag_inobt()
868 if (useleft && trec.ir_freecount) { in xfs_dialloc_ag_inobt()
869 rec = trec; in xfs_dialloc_ag_inobt()
873 pag->pagl_leftrec = trec.ir_startino; in xfs_dialloc_ag_inobt()
883 pag->pagl_leftrec = trec.ir_startino; in xfs_dialloc_ag_inobt()
891 error = xfs_ialloc_next_rec(tcur, &trec, in xfs_dialloc_ag_inobt()