Home
last modified time | relevance | path

Searched refs:kstack_cache_entry (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/sys/
H A D_kstack_cache.h36 struct kstack_cache_entry { struct
38 struct kstack_cache_entry *next_ks_entry; argument
41 extern struct kstack_cache_entry *kstack_cache;
/freebsd-12.1/sys/vm/
H A Dvm_glue.c300 struct kstack_cache_entry *kstack_cache;
322 struct kstack_cache_entry *ks_ce; in vm_thread_new()
442 struct kstack_cache_entry *ks_ce; in vm_thread_dispose()
451 ks_ce = (struct kstack_cache_entry *)ks; in vm_thread_dispose()
465 struct kstack_cache_entry *ks_ce, *ks_ce1; in vm_thread_stack_lowmem()
/freebsd-12.1/sys/ddb/
H A Ddb_ps.c507 struct kstack_cache_entry *ks_ce; in db_findstack_cmd()