Searched refs:tag_slots (Results 1 – 1 of 1) sorted by relevance
2920 struct f_slots *tag_slots; in fas_alloc_tag() local2927 tag_slots = fas->f_active[slot]; in fas_alloc_tag()2928 ASSERT(tag_slots->f_n_slots == NTAGS); in fas_alloc_tag()2941 if (tag_slots->f_slot[tag] == 0) { in fas_alloc_tag()2951 tag_slots->f_slot[tag] = sp; in fas_alloc_tag()2968 age = tag_slots->f_slot[tag]->cmd_age++; in fas_alloc_tag()2970 tag_slots->f_slot[tag]->cmd_pkt->pkt_time) { in fas_alloc_tag()2981 if (!tag_slots->f_slot[tag]) { in fas_alloc_tag()2999 if (tag_slots->f_slot[tag]) { in fas_alloc_tag()3641 struct f_slots *tag_slots = fas->f_active[slot]; in fas_remove_cmd() local[all …]