Searched refs:RDC_ALLOC (Results 1 – 2 of 2) sorted by relevance
1204 h->rdc_flags |= RDC_ALLOC; in _rdc_alloc_buf()1288 if (h->rdc_flags & RDC_ALLOC) { in _rdc_free_buf()1292 h->rdc_flags &= ~(RDC_ALLOC); in _rdc_free_buf()
342 #define RDC_ALLOC 0x2 /* rdc_bufp is nsc_buf_alloc'd */ macro