/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lzio.h | 18 typedef struct Zio ZIO; typedef 46 LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, 48 LUAI_FUNC size_t luaZ_read (ZIO* z, void* b, size_t n); /* read next n bytes */ 63 LUAI_FUNC int luaZ_fill (ZIO *z);
|
H A D | lzio.c | 19 int luaZ_fill (ZIO *z) { in luaZ_fill() 34 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init() 44 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
|
H A D | llex.h | 62 ZIO *z; /* input stream */ 72 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
|
H A D | ldo.h | 29 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
|
H A D | lparser.h | 115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
H A D | ldo.c | 711 ZIO *z; 745 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, in luaD_protectedparser()
|
H A D | llex.c | 155 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput()
|
H A D | lapi.c | 973 ZIO z; in lua_load()
|
H A D | lparser.c | 1622 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
|
/freebsd/contrib/lua/src/ |
H A D | lzio.h | 18 typedef struct Zio ZIO; typedef 47 LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, 49 LUAI_FUNC size_t luaZ_read (ZIO* z, void *b, size_t n); /* read next n bytes */ 64 LUAI_FUNC int luaZ_fill (ZIO *z);
|
H A D | lzio.c | 23 int luaZ_fill (ZIO *z) { in luaZ_fill() 38 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init() 48 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
|
H A D | llex.h | 72 ZIO *z; /* input stream */ 82 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
|
H A D | lundump.h | 30 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
|
H A D | lparser.h | 167 LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
H A D | lundump.c | 35 ZIO *Z; 313 LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) { in luaU_undump()
|
H A D | ldo.h | 64 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
|
H A D | ldo.c | 971 ZIO *z; 1005 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, in luaD_protectedparser()
|
H A D | llex.c | 167 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput()
|
H A D | lapi.c | 1089 ZIO z; in lua_load()
|
H A D | lparser.c | 1942 LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_io.c | 270 TARFS_DPF(ZIO, "%s(%d) = %d\n", __func__, accmode, error); in tarfs_zaccess() 309 TARFS_DPF(ZIO, "%s() = %d\n", __func__, error); in tarfs_zgetattr() 432 TARFS_DPF(ZIO, "%s: req %zu+%zu got %zu+%zu\n", __func__, in tarfs_zread_zstd() 441 TARFS_DPF(ZIO, "%s: end of file after i %zu o %zu\n", __func__, in tarfs_zread_zstd() 462 TARFS_DPF(ZIO, "%s: inflate failed after i %zu o %zu: %s\n", __func__, in tarfs_zread_zstd() 468 TARFS_DPF(ZIO, "%s: end of stream after i %zu o %zu\n", __func__, in tarfs_zread_zstd() 473 TARFS_DPF(ZIO, "%s: end of frame after i %zu o %zu\n", __func__, in tarfs_zread_zstd() 477 TARFS_DPF(ZIO, "%s: inflated %zu\n", __func__, olen); in tarfs_zread_zstd() 505 TARFS_DPF(ZIO, "%s(%zu, %zu) = %d (resid %zd)\n", __func__, in tarfs_zread_zstd() 537 TARFS_DPF(ZIO, "%s(%zu, %zu)\n", __func__, in tarfs_zread() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | README.md | 115 The ZFS I/O (ZIO) scheduler uses five queues to schedule I/Os to each vdev. 120 [ZFS documentation for ZIO Scheduler] 121 (https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/ZIO%20Scheduler.html) 122 The ZIO scheduler reports the queue depths as gauges where the value 148 ZFS tracks the latency of each I/O in the ZIO pipeline. This latency can 171 | sync_read | operations | ZIO sync reads | 172 | sync_write | operations | ZIO sync writes | 173 | async_read | operations | ZIO async reads| 174 | async_write | operations | ZIO async writes | 175 | scrub | operations | ZIO scrub/scan reads | [all …]
|