Searched refs:nuse (Results 1 – 9 of 9) sorted by relevance
68 tb->nuse++; in newlstr()69 if (tb->nuse > cast(lu_int32, tb->size) && tb->size <= MAX_INT/2) in newlstr()
110 lua_assert(g->strt.nuse == 0); in close_state()164 g->strt.nuse = 0; in lua_newstate()
40 lu_int32 nuse; /* number of elements */ member
390 G(L)->strt.nuse--; in freeobj()434 if (g->strt.nuse < cast(lu_int32, g->strt.size/4) && in checkSizes()
122 if (tb->nuse >= cast(lu_int32, tb->size) && tb->size <= MAX_INT/2) in newshrstr()126 tb->nuse++; in newshrstr()
62 lu_int32 nuse; /* number of elements */ member
678 G(L)->strt.nuse--; in freeobj()781 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */ in checkSizes()994 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
287 g->strt.nuse = 0; in lua_newstate()
116 uint32_t nuse, puse; in bpf_eth_cbi_wait() local128 nuse = cbi->use; in bpf_eth_cbi_wait()129 } while (nuse == puse); in bpf_eth_cbi_wait()