Searched refs:array_idx (Results 1 – 2 of 2) sorted by relevance
151 uint_t array_idx; in ioat_rs_alloc() local175 array_idx = rstruct->rs_last >> 6; in ioat_rs_alloc()176 free = rstruct->rs_free[array_idx]; in ioat_rs_alloc()185 rstruct->rs_free[array_idx] &= ~((uint64_t)1 << last); in ioat_rs_alloc()228 uint_t array_idx; in ioat_rs_free() local241 array_idx = resource >> 6; in ioat_rs_free()243 rstruct->rs_free[array_idx] |= ((uint64_t)1 << offset); in ioat_rs_free()
1483 uint_t array_idx; in xpvtap_rs_alloc() local1507 array_idx = rstruct->rs_last >> 6; in xpvtap_rs_alloc()1508 free = rstruct->rs_free[array_idx]; in xpvtap_rs_alloc()1517 rstruct->rs_free[array_idx] &= ~((uint64_t)1 << last); in xpvtap_rs_alloc()1560 uint_t array_idx; in xpvtap_rs_free() local1575 array_idx = resource >> 6; in xpvtap_rs_free()1577 rstruct->rs_free[array_idx] |= ((uint64_t)1 << offset); in xpvtap_rs_free()1593 uint_t array_idx; in xpvtap_rs_flush() local1617 array_idx = rstruct->rs_last >> 6; in xpvtap_rs_flush()1618 free = rstruct->rs_free[array_idx]; in xpvtap_rs_flush()[all …]