Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dbitmap.c360 static inline int bscnl_emit(char *buf, int buflen, int rbot, int rtop, int len) in bscnl_emit() argument
364 if (rbot == rtop) in bscnl_emit()
365 len += scnprintf(buf + len, buflen - len, "%d", rbot); in bscnl_emit()
367 len += scnprintf(buf + len, buflen - len, "%d-%d", rbot, rtop); in bscnl_emit()
392 int cur, rbot, rtop; in bitmap_scnlistprintf() local
394 rbot = cur = find_first_bit(maskp, nmaskbits); in bitmap_scnlistprintf()
399 len = bscnl_emit(buf, buflen, rbot, rtop, len); in bitmap_scnlistprintf()
400 rbot = cur; in bitmap_scnlistprintf()

Completed in 4 milliseconds