Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h285 #define LFIELDS_PER_FLUSH 50 macro
H A Dlcode.c872 int c = (nelems - 1)/LFIELDS_PER_FLUSH + 1; in luaK_setlist()
H A Dlvm.c886 last = ((c-1)*LFIELDS_PER_FLUSH) + n; in luaV_execute()
H A Dlparser.c676 if (cc->tostore == LFIELDS_PER_FLUSH) { in closelistfield()