Searched refs:kstack_cache (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/include/vm/
H A Dvm_glue.c300 struct kstack_cache_entry *kstack_cache; variable in typeref:struct:kstack_cache_entry
304 MTX_SYSINIT(kstack_cache, &kstack_cache_mtx, "kstkch", MTX_DEF);
337 if (kstack_cache != NULL) {
338 ks_ce = kstack_cache;
339 kstack_cache = ks_ce->next_ks_entry;
452 ks_ce->next_ks_entry = kstack_cache;
453 kstack_cache = ks_ce;
466 ks_ce = kstack_cache;
467 kstack_cache = NULL;

Completed in 32 milliseconds