Home
last modified time | relevance | path

Searched refs:gc (Results 1 – 21 of 21) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.h60 GCObject *gc; member
91 #define gcvalue(o) check_exp(iscollectable(o), (o)->value.gc)
94 #define rawtsvalue(o) check_exp(ttisstring(o), &(o)->value.gc->ts)
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
99 #define hvalue(o) check_exp(ttistable(o), &(o)->value.gc->h)
101 #define thvalue(o) check_exp(ttisthread(o), &(o)->value.gc->th)
113 ((ttype(obj) == (obj)->value.gc->gch.tt) && !isdead(g, (obj)->value.gc)))
130 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TSTRING; \
140 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TTHREAD; \
150 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TTABLE; \
[all …]
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h152 #define gcvalue(o) check_exp(iscollectable(o), val_(o).gc)
154 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)
156 #define rawuvalue(o) check_exp(ttisuserdata(o), &val_(o).gc->u)
158 #define clvalue(o) check_exp(ttisclosure(o), &val_(o).gc->cl)
159 #define clLvalue(o) check_exp(ttisLclosure(o), &val_(o).gc->cl.l)
160 #define clCvalue(o) check_exp(ttisCclosure(o), &val_(o).gc->cl.c)
162 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h)
164 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th)
201 val_(io).gc=i_g; settt_(io, ctb(gch(i_g)->tt)); }
221 val_(io).gc=cast(GCObject *, (x)); settt_(io, ctb(LUA_TLCL)); \
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/gpu/
H A Dvivante,gc.yaml4 $id: http://devicetree.org/schemas/gpu/vivante,gc.yaml#
16 const: vivante,gc
60 compatible = "vivante,gc";
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp_iter.c43 zcp_list_func_t *gc; member
113 .gc = NULL,
200 .gc = NULL,
287 .gc = NULL,
367 .gc = zcp_user_props_list_gc,
389 .gc = zcp_user_props_list_gc,
660 .gc = NULL,
731 if (info->gc != NULL) { in zcp_load_list_lib()
739 lua_pushcfunction(state, info->gc); in zcp_load_list_lib()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dstm32mp157.dtsi12 compatible = "vivante,gc";
H A Dmmp3.dtsi316 compatible = "vivante,gc";
328 compatible = "vivante,gc";
H A Dimx6q.dtsi203 compatible = "vivante,gc";
H A Dmmp2.dtsi43 compatible = "vivante,gc";
H A Dimx6sl.dtsi983 compatible = "vivante,gc";
993 compatible = "vivante,gc";
H A Dimx6qdl.dtsi209 compatible = "vivante,gc";
221 compatible = "vivante,gc";
H A Ddove.dtsi797 compatible = "vivante,gc";
H A Dimx6sx.dtsi193 compatible = "vivante,gc";
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py75 nvlist = _ffi.gc(nvlistp[0], _lib.nvlist_free)
206 nested_nvlist = _ffi.gc(nvlistp[0], _lib.nvlist_free)
/f-stack/freebsd/contrib/device-tree/src/arc/
H A Dhsdk.dts318 compatible = "vivante,gc";
/f-stack/freebsd/contrib/device-tree/src/mips/ingenic/
H A Djz4770.dtsi375 compatible = "vivante,gc";
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_valgrind_check.m4201 G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly
/f-stack/freebsd/contrib/zstd/lib/
H A DREADME.md127 `-Wl,--gc-sections`, `-Wl,-z,norelro`, and an archiver that understands
/f-stack/freebsd/netinet6/
H A Dnd6.c1402 nd6_free(struct llentry **lnp, int gc) in nd6_free() argument
1434 ln->ln_state == ND6_LLINFO_STALE && gc) { in nd6_free()
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq.dtsi1069 compatible = "vivante,gc";
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pciercx-defs.h4127 uint32_t gc : 1; /**< ECRC Generation Capability */ member
4131 uint32_t gc : 1;
H A Dcvmx-pcieepx-defs.h4546 uint32_t gc : 1; /**< ECRC Generation Capability */ member
4550 uint32_t gc : 1;