Home
last modified time | relevance | path

Searched refs:nuse (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstring.c68 tb->nuse++; in newlstr()
69 if (tb->nuse > cast(lu_int32, tb->size) && tb->size <= MAX_INT/2) in newlstr()
H A Dlstate.c110 lua_assert(g->strt.nuse == 0); in close_state()
164 g->strt.nuse = 0; in lua_newstate()
H A Dlstate.h40 lu_int32 nuse; /* number of elements */ member
H A Dlgc.c390 G(L)->strt.nuse--; in freeobj()
434 if (g->strt.nuse < cast(lu_int32, g->strt.size/4) && in checkSizes()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstring.c122 if (tb->nuse >= cast(lu_int32, tb->size) && tb->size <= MAX_INT/2) in newshrstr()
126 tb->nuse++; in newshrstr()
H A Dlstate.h62 lu_int32 nuse; /* number of elements */ member
H A Dlgc.c678 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()
H A Dlstate.c287 g->strt.nuse = 0; in lua_newstate()
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_pkt.c116 uint32_t nuse, puse; in bpf_eth_cbi_wait() local
128 nuse = cbi->use; in bpf_eth_cbi_wait()
129 } while (nuse == puse); in bpf_eth_cbi_wait()