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

  /src/sys/net/npf/
npf_conndb.c 394 void *gcref; local
419 gcref = thmap_stage_gc(cd->cd_map);
420 if (sync && (gcref || !LIST_EMPTY(&cd->cd_gclist))) {
425 thmap_gc(cd->cd_map, gcref);
npf_conndb.c 394 void *gcref; local
419 gcref = thmap_stage_gc(cd->cd_map);
420 if (sync && (gcref || !LIST_EMPTY(&cd->cd_gclist))) {
425 thmap_gc(cd->cd_map, gcref);
npf_conndb.c 394 void *gcref; local
419 gcref = thmap_stage_gc(cd->cd_map);
420 if (sync && (gcref || !LIST_EMPTY(&cd->cd_gclist))) {
425 thmap_gc(cd->cd_map, gcref);
npf_conndb.c 394 void *gcref; local
419 gcref = thmap_stage_gc(cd->cd_map);
420 if (sync && (gcref || !LIST_EMPTY(&cd->cd_gclist))) {
425 thmap_gc(cd->cd_map, gcref);

Completed in 117 milliseconds