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

  /src/sys/kern/
subr_thmap.c 262 gc_alloc(const thmap_t *thmap, size_t len) function in typeref:typename:uintptr_t
432 p = gc_alloc(thmap, THMAP_INODE_LEN);
493 leaf_off = gc_alloc(thmap, sizeof(thmap_leaf_t));
504 key_off = gc_alloc(thmap, len);
1024 root = gc_alloc(thmap, THMAP_ROOT_LEN);
subr_thmap.c 262 gc_alloc(const thmap_t *thmap, size_t len) function in typeref:typename:uintptr_t
432 p = gc_alloc(thmap, THMAP_INODE_LEN);
493 leaf_off = gc_alloc(thmap, sizeof(thmap_leaf_t));
504 key_off = gc_alloc(thmap, len);
1024 root = gc_alloc(thmap, THMAP_ROOT_LEN);

Completed in 45 milliseconds