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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h92 int b_timestamp; /* timestamp for queuing operation */ member in struct:buf
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c1354 bp->b_timestamp = 0;
1466 bp->b_timestamp = buf_timestamp();
2117 bp->b_timestamp = buf_timestamp();
2730 bp->b_timestamp = buf_timestamp();
2772 age_time = t - age_bp->b_timestamp;
2773 lru_time = t - lru_bp->b_timestamp;
2798 bp_time = t - bp->b_timestamp;
2799 meta_time = t - meta_bp->b_timestamp;
2855 bp->b_timestamp = buf_timestamp();
3390 bp->b_timestamp
[all...]

Completed in 19 milliseconds