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

/illumos-gate/usr/src/uts/common/disp/
H A Dfss.c1310 static int fss_update_marker; local
1318 * Start with the fss_update_marker list, then do the rest.
1320 i = fss_update_marker;
1333 new_marker == -1 && i != fss_update_marker)
1335 } while ((i = FSS_LIST_NEXT(i)) != fss_update_marker);
1341 fss_update_marker = new_marker;

Completed in 63 milliseconds