HomeSort by: relevance | last modified time | path
    Searched refs:thmap_t (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/sys/
thmap.h 37 typedef struct thmap thmap_t; typedef in typeref:struct:thmap
47 thmap_t * thmap_create(uintptr_t, const thmap_ops_t *, unsigned);
48 void thmap_destroy(thmap_t *);
50 void * thmap_get(thmap_t *, const void *, size_t);
51 void * thmap_put(thmap_t *, const void *, size_t, void *);
52 void * thmap_del(thmap_t *, const void *, size_t);
54 void * thmap_stage_gc(thmap_t *);
55 void thmap_gc(thmap_t *, void *);
57 int thmap_setroot(thmap_t *, uintptr_t);
58 uintptr_t thmap_getroot(const thmap_t *);
    [all...]
  /src/sys/kern/
subr_thmap.c 238 static void stage_mem_gc(thmap_t *, uintptr_t, size_t);
262 gc_alloc(const thmap_t *thmap, size_t len)
276 gc_free(const thmap_t *thmap, uintptr_t addr, size_t len)
393 hashval_getleafslot(const thmap_t *thmap,
405 hashval_getl0slot(const thmap_t *thmap, const thmap_query_t *query,
415 key_cmp_p(const thmap_t *thmap, const thmap_leaf_t *leaf,
427 node_create(thmap_t *thmap, thmap_inode_t *parent)
488 leaf_create(const thmap_t *thmap, const void *key, size_t len, void *val)
521 leaf_free(const thmap_t *thmap, thmap_leaf_t *leaf)
530 get_leaf(const thmap_t *thmap, thmap_inode_t *parent, unsigned slot
    [all...]
  /src/sys/netinet/
ip_encap.c 144 static thmap_t *encap_map[2]; /* 0 for AF_INET, 1 for AF_INET6 */
202 thmap_t *emap = encap_map[0];
364 thmap_t *emap = encap_map[1];
644 thmap_t *emap;
808 thmap_t *emap;
  /src/sys/net/npf/
npf_params.c 49 thmap_t * map;
npf_conndb.c 69 thmap_t * cd_map;
npf_portmap.c 102 thmap_t * addr_map;
npf_tableset.c 84 thmap_t * t_map;

Completed in 35 milliseconds