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

/freebsd-10.0-release/sys/sys/
H A D_kstack_cache.h39 extern struct kstack_cache_entry *kstack_cache;
/freebsd-10.0-release/sys/vm/
H A Dvm_glue.c299 struct kstack_cache_entry *kstack_cache; variable in typeref:struct:kstack_cache_entry
303 MTX_SYSINIT(kstack_cache, &kstack_cache_mtx, "kstkch", MTX_DEF);
336 if (kstack_cache != NULL) {
337 ks_ce = kstack_cache;
338 kstack_cache = ks_ce->next_ks_entry;
451 ks_ce->next_ks_entry = kstack_cache;
452 kstack_cache = ks_ce;
465 ks_ce = kstack_cache;
466 kstack_cache = NULL;
/freebsd-10.0-release/sys/ddb/
H A Ddb_ps.c460 for (ks_ce = kstack_cache; ks_ce != NULL;

Completed in 118 milliseconds