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

/darwin-on-arm/xnu/bsd/netat/
H A Dsys_glue.c859 #define GREF_PER_BLK 32 macro
874 kprintf("gref_alloc: gbufalloc size=%d\n", GREF_PER_BLK*sizeof(gref_t));
876 if ((m = gbuf_alloc(GREF_PER_BLK*sizeof(gref_t),PRI_HI)) == 0)
878 bzero(gbuf_rptr(m), GREF_PER_BLK*sizeof(gref_t));
880 for (i=0; i < GREF_PER_BLK-1; i++)

Completed in 19 milliseconds