Lines Matching refs:plen
384 size_t plen;
397 plen = len;
403 plen = sizeof(*np) - tlen;
404 WARN_ON(plen <= 0);
405 WARN_ON(plen >= sizeof(*np));
406 if (plen > len)
407 plen = len;
409 memcpy((char *)np + tlen, bp, plen);
417 plen += tlen;
418 disc->buf_len = (unsigned char) plen;
419 if (plen == sizeof(*np))
425 * Normally, np == bp and plen == len, but from the partial case above,
426 * bp, len describe the overall buffer, and np, plen describe the
430 while (plen >= sizeof(*np)) {
456 plen = len;