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

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c748 char *pstrs, *pstrs_acc; local
762 pstrs_acc = pstrs;
763 pstrs_acc = mksstat_init_record_time(MKSSTAT_KERN_EXECBUF, pstat, pinfo, pstrs_acc);
764 pstrs_acc = mksstat_init_record_time(MKSSTAT_KERN_COTABLE_RESIZE, pstat, pinfo, pstrs_acc);
768 BUG_ON(pstrs_acc - pstrs > PAGE_SIZE);
776 pdesc->strsLength = pstrs_acc - pstrs;

Completed in 125 milliseconds