Searched refs:bpf_mlock_grp (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c176 static lck_grp_t *bpf_mlock_grp; variable
2383 bpf_mlock_grp = lck_grp_alloc_init("bpf", bpf_mlock_grp_attr);
2387 lck_mtx_init(bpf_mlock, bpf_mlock_grp, bpf_mlock_attr);
2393 if (bpf_mlock_grp)
2394 lck_grp_free(bpf_mlock_grp);
2400 bpf_mlock_grp = NULL;

Completed in 18 milliseconds