HomeSort by: relevance | last modified time | path
    Searched defs:kmem_cache_big_free_probe_id (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_kmem.c 241 static const id_t **const kmem_cache_big_free_probe_id = NULL; variable in typeref:typename:const id_t ** const
251 static const id_t *kmem_cache_big_free_probe_id[KMEM_CACHE_COUNT]; variable in typeref:typename:const id_t * []
277 KMEM_CACHE_PROBE(kmem_cache_big_free_probe_id, I, P, RS, AS, 0)
532 kmem_cache_big_alloc_probe_id, kmem_cache_big_free_probe_id,
subr_kmem.c 241 static const id_t **const kmem_cache_big_free_probe_id = NULL; variable in typeref:typename:const id_t ** const
251 static const id_t *kmem_cache_big_free_probe_id[KMEM_CACHE_COUNT]; variable in typeref:typename:const id_t * []
277 KMEM_CACHE_PROBE(kmem_cache_big_free_probe_id, I, P, RS, AS, 0)
532 kmem_cache_big_alloc_probe_id, kmem_cache_big_free_probe_id,

Completed in 26 milliseconds