Searched refs:MVS_RSVD_SLOTS (Results 1 – 3 of 3) sorted by relevance
43 MVS_RSVD_SLOTS = 4, enumerator
369 mvi->rsvd_tags = bitmap_zalloc(MVS_RSVD_SLOTS, GFP_KERNEL); in mvs_pci_alloc()471 can_queue -= MVS_RSVD_SLOTS; in mvs_post_sas_ha_init()
31 if (tag >= MVS_RSVD_SLOTS) in mvs_tag_free()48 index = find_first_zero_bit(bitmap, MVS_RSVD_SLOTS); in mvs_tag_alloc()50 if (tag >= MVS_RSVD_SLOTS) in mvs_tag_alloc()769 tag = rq->tag + MVS_RSVD_SLOTS; in mvs_task_prep()
Completed in 11 milliseconds