| /f-stack/app/redis-5.0.5/deps/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 */ 50 LUAI_FUNC int luaZ_lookahead (ZIO *z); 65 LUAI_FUNC int luaZ_fill (ZIO *z);
|
| H A D | lzio.c | 21 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 D | llex.h | 63 ZIO *z; /* input stream */ 71 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
|
| H A D | lundump.h | 14 LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
|
| H A D | lparser.h | 78 LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
| H A D | ldo.h | 40 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name);
|
| H A D | lundump.c | 25 ZIO* Z; 195 Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
|
| H A D | ldo.c | 486 ZIO *z; 509 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name) { in luaD_protectedparser()
|
| H A D | llex.c | 140 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source) { in luaX_setinput()
|
| H A D | lapi.c | 864 ZIO z; in lua_load()
|
| H A D | lparser.c | 383 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 D | lzio.h | 19 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 | 20 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 D | llex.h | 63 ZIO *z; /* input stream */ 73 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
|
| H A D | ldo.h | 30 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
|
| H A D | lparser.h | 116 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
| H A D | ldo.c | 698 ZIO *z; 732 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, in luaD_protectedparser()
|
| H A D | llex.c | 156 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput()
|
| H A D | lapi.c | 972 ZIO z; in lua_load()
|
| H A D | lparser.c | 1623 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 120 [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 D | noparser.c | 25 LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) { in luaY_parser()
|