Searched refs:gc_disable (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | gcmodule.c.h | 30 {"disable", (PyCFunction)gc_disable, METH_NOARGS, gc_disable__doc__}, 36 gc_disable(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_disable() function
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 1073 gc_disable(PyObject *self, PyObject *noargs) in gc_disable() function 1364 {"disable", gc_disable, METH_NOARGS, gc_disable__doc__},
|
/external/u-boot/fs/yaffs2/ |
D | yaffs_guts.c | 2553 dev->gc_disable = 1; in yaffs_gc_block() 2624 dev->gc_disable = 0; in yaffs_gc_block() 2810 if (dev->gc_disable) in yaffs_check_gc() 4095 dev->gc_disable = 1; in yaffs_rename_obj() 4100 dev->gc_disable = 0; in yaffs_rename_obj() 4749 dev->gc_disable = 0; in yaffs_guts_initialise()
|
D | yaffs_guts.h | 704 unsigned gc_disable; member
|