Lines Matching refs:genbit
313 uint32_t genbit; in sge_data_out() local
387 genbit = Q->cq_genbit; in sge_data_out()
434 e->GenerationBit = e->GenerationBit2 = genbit; in sge_data_out()
443 genbit ^= 1; in sge_data_out()
464 e->GenerationBit = e->GenerationBit2 = genbit; in sge_data_out()
473 e->GenerationBit = e->GenerationBit2 = genbit; in sge_data_out()
593 uint32_t genbit = Q->rq_genbit; in sge_data_in() local
622 while (e->GenerationBit == genbit) { in sge_data_in()
680 genbit ^= 1; in sge_data_in()
734 Q->rq_genbit = genbit; in sge_data_in()
1070 uint32_t genbit = Q->fq_genbit; in alloc_freelQ_buffers() local
1078 if (e->GenerationBit != genbit) { in alloc_freelQ_buffers()
1101 e->GenerationBit = e->GenerationBit2 = genbit; in alloc_freelQ_buffers()
1120 genbit ^= 1; in alloc_freelQ_buffers()
1130 Q->fq_genbit = genbit; in alloc_freelQ_buffers()