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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c363 #define KMALLOC_WAIT(p, t, n) \ macro
370 #define KMALLOC_WAIT(p, t, n) \ macro
373 printf("%s %d: %p <- KMALLOC_WAIT(%s, %d)\n", \
1733 KMALLOC_WAIT(*p_isr, struct ipsecrequest *, sizeof(**p_isr));
2792 KMALLOC_WAIT(spbuf, struct secpolicy**, bufcount * sizeof(struct secpolicy*));
3193 KMALLOC_WAIT(newsav, struct secasvar *, sizeof(struct secasvar));
3305 KMALLOC_WAIT(newsav, struct secasvar *, sizeof(struct secasvar));
3752 KMALLOC_WAIT(sav->iv, caddr_t, sav->ivlen);
3783 KMALLOC_WAIT(sav->lft_c, struct sadb_lifetime *,
4003 KMALLOC_WAIT(sa
[all...]

Completed in 22 milliseconds