Home
last modified time | relevance | path

Searched refs:b_timestamp (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_bio.c310 bp->b_timestamp = buf_timestamp(); in bmovelaundry()
2248 bp->b_timestamp = 0; in bremfree_locked()
2368 bp->b_timestamp = buf_timestamp(); in bufinit()
2842 bp_head->b_timestamp = buf_timestamp(); in buf_brelse_shadow()
3097 bp->b_timestamp = buf_timestamp(); in buf_brelse()
3930 bp->b_timestamp = buf_timestamp(); in getnewbuf()
3972 age_time = t - age_bp->b_timestamp; in getnewbuf()
3973 lru_time = t - lru_bp->b_timestamp; in getnewbuf()
3998 bp_time = t - bp->b_timestamp; in getnewbuf()
3999 meta_time = t - meta_bp->b_timestamp; in getnewbuf()
[all …]
/xnu-12377.1.9/bsd/sys/
H A Dbuf_internal.h111 int b_timestamp; /* timestamp for queuing operation */ member
/xnu-12377.1.9/tools/lldbmacros/
H A Dmemory.py4701 entries = [buf.b_hash, buf.b_vnbufs, buf.b_freelist, buf.b_timestamp, buf.b_whichq,