Searched refs:NVME_CHANGED_NSID_SIZE (Results 1 – 2 of 2) sorted by relevance
592 #define NVME_CHANGED_NSID_SIZE (NVME_MAX_NAMESPACES + 1) macro593 DECLARE_BITMAP(changed_nsids, NVME_CHANGED_NSID_SIZE);
5052 while ((nsid = find_first_bit(n->changed_nsids, NVME_CHANGED_NSID_SIZE)) != in nvme_changed_nslist()5053 NVME_CHANGED_NSID_SIZE) { in nvme_changed_nslist()5073 bitmap_zero(n->changed_nsids, NVME_CHANGED_NSID_SIZE); in nvme_changed_nslist()