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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c103 hotfile_entry_t *coldest; member in struct:hotfile_data
417 printf("hfs: evicting coldest files\n");
824 * the coldest one then add it to the list.
828 (hotdata->coldest == NULL) ||
829 (temperature > hotdata->coldest->temperature)) {
887 if (hotdata->coldest && (temperature >= hotdata->coldest->temperature)) {
1274 * Reclaim space by evicting the coldest files.
1328 * Obtain the first record (ie the coldest one).
2046 hotdata->coldest
[all...]

Completed in 11 milliseconds