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

  /src/sys/sys/
thmap.h 54 void * thmap_stage_gc(thmap_t *);
  /src/sys/net/npf/
npf_conndb.c 419 gcref = thmap_stage_gc(cd->cd_map);
npf_portmap.c 500 thmap_gc(pm->addr_map, thmap_stage_gc(pm->addr_map));
npf_tableset.c 867 ref = thmap_stage_gc(t->t_map);
  /src/sys/kern/
subr_thmap.c 975 /* Release to subsequent acquire in thmap_stage_gc(). */
983 thmap_stage_gc(thmap_t *thmap) function in typeref:typename:void *
1060 ref = thmap_stage_gc(thmap);
  /src/sys/netinet/
ip_encap.c 851 thgc = thmap_stage_gc(emap);
  /src/sys/net/
if_wg.c 1334 garbage = thmap_stage_gc(wg->wg_sessions_byindex);
4023 garbage_byname = thmap_stage_gc(wg->wg_peers_byname);
4028 garbage_bypubkey = thmap_stage_gc(wg->wg_peers_bypubkey);
4063 garbage_byname = thmap_stage_gc(wg->wg_peers_byname);
4064 garbage_bypubkey = thmap_stage_gc(wg->wg_peers_bypubkey);

Completed in 21 milliseconds