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

  /src/sys/kern/
subr_thmap.c 28 * Upstream: https://github.com/rmind/thmap/
94 #include <sys/thmap.h>
111 #include "thmap.h"
229 struct thmap { struct
262 gc_alloc(const thmap_t *thmap, size_t len)
265 const uintptr_t gcaddr = thmap->ops->alloc(alloclen);
270 thmap_gc_t *const gc = THMAP_GETPTR(thmap, gcaddr);
272 return THMAP_GETOFF(thmap, &gc->data[0]);
276 gc_free(const thmap_t *thmap, uintptr_t addr, size_t len)
279 char *const ptr = THMAP_GETPTR(thmap, addr)
1008 thmap_t *thmap; local in function:thmap_create
    [all...]
  /src/sys/sys/
thmap.h 36 struct thmap;
37 typedef struct thmap thmap_t;
  /src/sys/net/npf/
npf_params.c 36 #include <sys/thmap.h>
npf_conndb.c 39 * thmap is partially lock-free data structure that uses its own
61 #include <sys/thmap.h>
npf_portmap.c 48 #include <sys/thmap.h>
npf_tableset.c 60 #include <sys/thmap.h>
  /src/sys/netinet/
ip_encap.c 82 #include <sys/thmap.h>
  /src/sys/net/
if_wg.c 82 #include <sys/thmap.h>
702 struct thmap *wg_peers_bypubkey;
703 struct thmap *wg_peers_byname;
704 struct thmap *wg_sessions_byindex;
  /src/share/man/man9/
Makefile 69 tcp_congctl.9 thmap.9 threadpool.9 timecounter.9 time_second.9 todr.9 \

Completed in 55 milliseconds