Searched refs:zs (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/block/zram/ |
D | zcomp.c | 102 struct zcomp_strm_multi *zs = comp->stream; in zcomp_strm_multi_find() local 106 spin_lock(&zs->strm_lock); in zcomp_strm_multi_find() 107 if (!list_empty(&zs->idle_strm)) { in zcomp_strm_multi_find() 108 zstrm = list_entry(zs->idle_strm.next, in zcomp_strm_multi_find() 111 spin_unlock(&zs->strm_lock); in zcomp_strm_multi_find() 115 if (zs->avail_strm >= zs->max_strm) { in zcomp_strm_multi_find() 116 spin_unlock(&zs->strm_lock); in zcomp_strm_multi_find() 117 wait_event(zs->strm_wait, !list_empty(&zs->idle_strm)); in zcomp_strm_multi_find() 121 zs->avail_strm++; in zcomp_strm_multi_find() 122 spin_unlock(&zs->strm_lock); in zcomp_strm_multi_find() [all …]
|
/linux-4.1.27/tools/perf/util/ |
D | zlib.c | 21 z_stream zs = { in gzip_decompress_to_file() local 40 if (inflateInit2(&zs, 16 + MAX_WBITS) != Z_OK) in gzip_decompress_to_file() 43 zs.next_in = ptr; in gzip_decompress_to_file() 44 zs.avail_in = stbuf.st_size; in gzip_decompress_to_file() 47 zs.next_out = buf; in gzip_decompress_to_file() 48 zs.avail_out = CHUNK_SIZE; in gzip_decompress_to_file() 50 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file() 62 len = CHUNK_SIZE - zs.avail_out; in gzip_decompress_to_file() 71 inflateEnd(&zs); in gzip_decompress_to_file()
|
/linux-4.1.27/tools/build/feature/ |
D | test-zlib.c | 5 z_stream zs; in main() local 7 inflateInit(&zs); in main()
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | renesas,r8a7779-cpg-clocks.txt | 14 "z", "zs", "s", "s1", "p", "b", "out". 25 clock-output-names = "plla", "z", "zs", "s", "s1", "p",
|
D | renesas,r8a73a4-cpg-clocks.txt | 18 "m1", "m2", "zx", "zs", and "hp". 32 "zx", "zs", "hp";
|
/linux-4.1.27/drivers/tty/serial/ |
D | Makefile | 42 obj-$(CONFIG_SERIAL_ZS) += zs.o
|
D | Kconfig | 382 the module will be called zs.
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | r8a7779.dtsi | 427 clock-output-names = "plla", "z", "zs", "s",
|
D | r8a7794.dtsi | 445 clock-output-names = "zs";
|
D | r8a73a4.dtsi | 505 "zx", "zs", "hp";
|
D | r8a7790.dtsi | 976 clock-output-names = "zs";
|
D | r8a7791.dtsi | 982 clock-output-names = "zs";
|
/linux-4.1.27/ |
D | MAINTAINERS | 11083 F: drivers/tty/serial/zs.*
|