Home
last modified time | relevance | path

Searched refs:gc_auto_threshold (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dgc.c43 static int gc_auto_threshold = 6700; variable
149 git_config_get_int("gc.auto", &gc_auto_threshold); in gc_config()
181 auto_threshold = DIV_ROUND_UP(gc_auto_threshold, 256); in too_many_loose_objects()
343 if (gc_auto_threshold <= 0) in need_to_gc()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dgc.c47 static int gc_auto_threshold = 6700; variable
152 git_config_get_int("gc.auto", &gc_auto_threshold); in gc_config()
193 auto_threshold = DIV_ROUND_UP(gc_auto_threshold, 256); in too_many_loose_objects()
355 if (gc_auto_threshold <= 0) in need_to_gc()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dgc.c47 static int gc_auto_threshold = 6700; variable
152 git_config_get_int("gc.auto", &gc_auto_threshold); in gc_config()
193 auto_threshold = DIV_ROUND_UP(gc_auto_threshold, 256); in too_many_loose_objects()
355 if (gc_auto_threshold <= 0) in need_to_gc()
/dports/devel/git/git-2.34.1/builtin/
H A Dgc.c47 static int gc_auto_threshold = 6700; variable
152 git_config_get_int("gc.auto", &gc_auto_threshold); in gc_config()
193 auto_threshold = DIV_ROUND_UP(gc_auto_threshold, 256); in too_many_loose_objects()
355 if (gc_auto_threshold <= 0) in need_to_gc()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dgc.c47 static int gc_auto_threshold = 6700; variable
152 git_config_get_int("gc.auto", &gc_auto_threshold); in gc_config()
193 auto_threshold = DIV_ROUND_UP(gc_auto_threshold, 256); in too_many_loose_objects()
355 if (gc_auto_threshold <= 0) in need_to_gc()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dgc.c47 static int gc_auto_threshold = 6700; variable
152 git_config_get_int("gc.auto", &gc_auto_threshold); in gc_config()
193 auto_threshold = DIV_ROUND_UP(gc_auto_threshold, 256); in too_many_loose_objects()
355 if (gc_auto_threshold <= 0) in need_to_gc()