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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_osfp.c363 if ((entry = pool_get(&pf_osfp_entry_pl, PR_WAITOK)) == NULL)
366 if ((fp = pool_get(&pf_osfp_pl, PR_WAITOK)) == NULL)
378 if ((entry = pool_get(&pf_osfp_entry_pl, PR_WAITOK)) == NULL) {
H A Dpf_if.c322 if ((dyn = pool_get(&pfi_addr_pl, PR_WAITOK)) == NULL)
H A Dpf_ioctl.c2037 altq = pool_get(&pf_altq_pl, PR_WAITOK);
3088 rule = pool_get(&pf_rule_pl, PR_WAITOK);
3256 newrule = pool_get(&pf_rule_pl, PR_WAITOK);
3457 rule = pool_get(&pf_rule_pl, PR_WAITOK);
3655 s = pool_get(&pf_state_pl, PR_WAITOK);
3988 pa = pool_get(&pf_pooladdr_pl, PR_WAITOK);
4084 newpa = pool_get(&pf_pooladdr_pl, PR_WAITOK);
H A Dpf_table.c829 ke = pool_get(&pfr_kentry_pl2, PR_WAITOK);
831 ke = pool_get(&pfr_kentry_pl, PR_WAITOK);
1925 kt = pool_get(&pfr_ktable_pl, PR_WAITOK);
H A Dpf.c1323 (*sn) = pool_get(&pf_src_tree_pl, PR_WAITOK);
3950 if ((sk = pool_get(&pf_state_key_pl, PR_WAITOK)) == NULL)
4784 s = pool_get(&pf_state_pl, PR_WAITOK);
4942 PR_WAITOK);
4970 PR_WAITOK);
5486 gs = pool_get(&pf_state_pl, PR_WAITOK);
9235 buf = zalloc_canblock(pp->pool_zone, (flags & (PR_NOWAIT | PR_WAITOK)));
H A Dpfvar.h115 #define PR_WAITOK TRUE macro

Completed in 45 milliseconds