Home
last modified time | relevance | path

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

/lib/zlib_inflate/
Dinfutil.c9 int zlib_inflate_blob(void *gunzip_buf, unsigned int sz, in zlib_inflate_blob() argument
30 strm->avail_out = sz; in zlib_inflate_blob()
37 rc = sz - strm->avail_out; in zlib_inflate_blob()
/lib/
Dparser.c283 size_t sz = s->to - s->from + 1; in match_strdup() local
284 char *p = kmalloc(sz, GFP_KERNEL); in match_strdup()
286 match_strlcpy(p, s, sz); in match_strdup()
Dswiotlb.c398 unsigned int sz = 0; in swiotlb_bounce() local
402 sz = min_t(size_t, PAGE_SIZE - offset, size); in swiotlb_bounce()
407 memcpy(vaddr, buffer + offset, sz); in swiotlb_bounce()
409 memcpy(buffer + offset, vaddr, sz); in swiotlb_bounce()
413 size -= sz; in swiotlb_bounce()
415 vaddr += sz; in swiotlb_bounce()
Dbitmap.c1021 int sz, int bits) in bitmap_fold() argument
1030 set_bit(oldbit % sz, dst); in bitmap_fold()