Home
last modified time | relevance | path

Searched refs:ZIO (Results 1 – 22 of 22) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlzio.h18 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 */
50 LUAI_FUNC int luaZ_lookahead (ZIO *z);
65 LUAI_FUNC int luaZ_fill (ZIO *z);
H A Dlzio.c21 int luaZ_fill (ZIO *z) { in luaZ_fill()
35 int luaZ_lookahead (ZIO *z) { in luaZ_lookahead()
48 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init()
58 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
H A Dllex.h63 ZIO *z; /* input stream */
71 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
H A Dlundump.h14 LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
H A Dlparser.h78 LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
H A Dldo.h40 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name);
H A Dlundump.c25 ZIO* Z;
195 Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
H A Dldo.c486 ZIO *z;
509 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name) { in luaD_protectedparser()
H A Dllex.c140 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source) { in luaX_setinput()
H A Dlapi.c864 ZIO z; in lua_load()
H A Dlparser.c383 Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) { in luaY_parser()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlzio.h19 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 Dlzio.c20 int luaZ_fill (ZIO *z) { in luaZ_fill()
35 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init()
45 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
H A Dllex.h63 ZIO *z; /* input stream */
73 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
H A Dldo.h30 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
H A Dlparser.h116 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
H A Dldo.c698 ZIO *z;
732 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, in luaD_protectedparser()
H A Dllex.c156 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput()
H A Dlapi.c972 ZIO z; in lua_load()
H A Dlparser.c1623 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md120 [ZFS documentation for ZIO Scheduler]
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 |
176 | trim | operations | ZIO trim (aka unmap) writes |
179 ZFS tracks I/O throughout the ZIO pipeline. The size of each I/O is used
[all …]
/f-stack/app/redis-5.0.5/deps/lua/etc/
H A Dnoparser.c25 LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) { in luaY_parser()