Searched refs:__update_odp (Results 1 – 1 of 1) sorted by relevance
/external/blktrace/btt/ |
D | output.c | 254 #define __update_odp(odp, dip, fld) \ macro 276 __update_odp(odp, dip, q2g); in __output_dip_prep_ohead() 277 __update_odp(odp, dip, g2i); in __output_dip_prep_ohead() 278 __update_odp(odp, dip, q2m); in __output_dip_prep_ohead() 279 __update_odp(odp, dip, i2d); in __output_dip_prep_ohead() 280 __update_odp(odp, dip, d2c); in __output_dip_prep_ohead() 281 __update_odp(odp, dip, q2c); in __output_dip_prep_ohead()
|