Lines Matching defs:limit
35 * This limit exists to prevent OOMs when the user process stops reading.
43 * Potentially unlimited number; we limit it for similar allocations.
101 int cnt, limit;
413 ptr.limit = rp->printf_size;
417 ptr.cnt += scnprintf(ptr.pbuf + ptr.cnt, ptr.limit - ptr.cnt,
452 ptr.limit = rp->printf_size;
465 ptr.cnt += scnprintf(ptr.pbuf + ptr.cnt, ptr.limit - ptr.cnt,
523 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
541 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
552 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
560 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
563 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
571 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
579 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
582 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
595 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
604 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
617 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
624 p->limit - p->cnt,
628 p->limit - p->cnt,
631 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
634 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt,
638 p->cnt += scnprintf(p->pbuf + p->cnt, p->limit - p->cnt, "\n");