Home
last modified time | relevance | path

Searched refs:BIT_START (Results 1 – 4 of 4) sorted by relevance

/external/blktrace/btt/
Ddip_rb.c29 __u64 __s, s = BIT_START(iop); in rb_insert()
34 __s = BIT_START(__iop); in rb_insert()
56 if (sec < BIT_START(__iop)) in rb_find_sec()
73 __u64 iop_s = BIT_START(iop), iop_e = BIT_END(iop); in rb_foreach()
74 __u64 this_s = BIT_START(this), this_e = BIT_END(this); in rb_foreach()
Dbno_dump.c48 (long long)BIT_START(iop), (long long)BIT_END(iop)); in bno_dump_write()
Dseek.c187 long long start = BIT_START(iop), end = BIT_END(iop); in seek_dist()
Dglobals.h41 #define BIT_START(iop) ((iop)->t.sector) macro