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

/darwin-on-arm/xnu/bsd/netat/
H A Dsysglue.h172 gbuf_t *gbuf_alloc_wait(int size, int wait);
194 #define gbuf_alloc(size, pri) (gbuf_alloc_wait(size, FALSE))
H A Datp_alloc.c72 if ((m = gbuf_alloc_wait(TRPS_PER_BLK*sizeof(struct atp_trans),
H A Datp_write.c708 if ((m2 = gbuf_alloc_wait(AT_WR_OFFSET+TOTAL_ATP_HDR_SIZE,
747 gbuf_alloc_wait(AT_WR_OFFSET+TOTAL_ATP_HDR_SIZE, wait)) == NULL) {
1646 if ((m = gbuf_alloc_wait(resplen, TRUE)) == 0) {
1691 if ((mdata = gbuf_alloc_wait((space = (size > MCLBYTES ? MCLBYTES : size)), TRUE)) == 0) {
H A Dsys_glue.c1060 gbuf_t *gbuf_alloc_wait(size, wait)
1059 gbuf_t *gbuf_alloc_wait(size, wait) function
H A Dasp_proto.c1910 if (!(mioc = gbuf_alloc_wait(ctlbuf.len, TRUE))) {
1959 if (!(mdata = gbuf_alloc_wait((remain + offset > MCLBYTES ? MCLBYTES : remain + offset), TRUE))) {

Completed in 18 milliseconds