Lines Matching refs:GL
44 GL (dl_stack_cache_lock) = LLL_LOCK_INITIALIZER; in fork_system_setup_after_fork()
64 if (GL (dl_in_flight_stack) != 0) in reclaim_stacks()
66 bool add_p = GL (dl_in_flight_stack) & 1; in reclaim_stacks()
67 list_t *elem = (list_t *) (GL (dl_in_flight_stack) & ~(uintptr_t) 1); in reclaim_stacks()
76 if (GL (dl_stack_used).next->prev != &GL (dl_stack_used)) in reclaim_stacks()
77 l = &GL (dl_stack_used); in reclaim_stacks()
78 else if (GL (dl_stack_cache).next->prev != &GL (dl_stack_cache)) in reclaim_stacks()
79 l = &GL (dl_stack_cache); in reclaim_stacks()
96 GL (dl_in_flight_stack) = 0; in reclaim_stacks()
101 list_for_each (runp, &GL (dl_stack_used)) in reclaim_stacks()
110 GL (dl_stack_cache_actsize) += curp->stackblock_size; in reclaim_stacks()
135 list_splice (&GL (dl_stack_used), &GL (dl_stack_cache)); in reclaim_stacks()
143 INIT_LIST_HEAD (&GL (dl_stack_used)); in reclaim_stacks()
144 INIT_LIST_HEAD (&GL (dl_stack_user)); in reclaim_stacks()
147 list_add (&self->list, &GL (dl_stack_user)); in reclaim_stacks()
149 list_add (&self->list, &GL (dl_stack_used)); in reclaim_stacks()