Search | Google it | Results 1 - 1 of 1 for funcall:kmem_alloc from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/sys_select.c (0.00 seconds) |
286: if (ni * 6 > sizeof(smallbits)) { 287: bits = kmem_alloc(ni * 6, KM_SLEEP); 288: if (bits == NULL) 506: if (ni > sizeof(smallbits)) { 507: bits = kmem_alloc(ni, KM_SLEEP); 508: if (bits == NULL) 808: 809: sc = kmem_alloc(roundup2(sizeof(selcpu_t), coherency_unit) + 810: coherency_unit, KM_SLEEP);