Searched refs:session_may_gc (Results 1 – 3 of 3) sorted by relevance
131 bool session_may_gc(Session *s, bool drop_not_started);
923 if (session_may_gc(session, drop_not_started) && in manager_gc()929 if (session_may_gc(session, drop_not_started)) { in manager_gc()
1115 bool session_may_gc(Session *s, bool drop_not_started) { in session_may_gc() function