Searched refs:array_idx (Results 1 – 2 of 2) sorted by relevance
149 uint_t array_idx; in ioat_rs_alloc() local173 array_idx = rstruct->rs_last >> 6; in ioat_rs_alloc()174 free = rstruct->rs_free[array_idx]; in ioat_rs_alloc()183 rstruct->rs_free[array_idx] &= ~((uint64_t)1 << last); in ioat_rs_alloc()226 uint_t array_idx; in ioat_rs_free() local239 array_idx = resource >> 6; in ioat_rs_free()241 rstruct->rs_free[array_idx] |= ((uint64_t)1 << offset); in ioat_rs_free()
1481 uint_t array_idx; in xpvtap_rs_alloc() local1505 array_idx = rstruct->rs_last >> 6; in xpvtap_rs_alloc()1506 free = rstruct->rs_free[array_idx]; in xpvtap_rs_alloc()1515 rstruct->rs_free[array_idx] &= ~((uint64_t)1 << last); in xpvtap_rs_alloc()1558 uint_t array_idx; in xpvtap_rs_free() local1573 array_idx = resource >> 6; in xpvtap_rs_free()1575 rstruct->rs_free[array_idx] |= ((uint64_t)1 << offset); in xpvtap_rs_free()1591 uint_t array_idx; in xpvtap_rs_flush() local1615 array_idx = rstruct->rs_last >> 6; in xpvtap_rs_flush()1616 free = rstruct->rs_free[array_idx]; in xpvtap_rs_flush()[all …]