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

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h102 int b_timestamp; /* timestamp for queuing operation */ member in struct:buf
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c297 bp->b_timestamp = buf_timestamp();
1829 bp->b_timestamp = 0;
1944 bp->b_timestamp = buf_timestamp();
2498 bp_head->b_timestamp = buf_timestamp();
2738 bp->b_timestamp = buf_timestamp();
3413 bp->b_timestamp = buf_timestamp();
3456 age_time = t - age_bp->b_timestamp;
3457 lru_time = t - lru_bp->b_timestamp;
3482 bp_time = t - bp->b_timestamp;
3483 meta_time = t - meta_bp->b_timestamp;
[all...]

Completed in 14 milliseconds