Searched refs:NVME_CHANGED_NSID_SIZE (Results 1 – 2 of 2) sorted by relevance
607 #define NVME_CHANGED_NSID_SIZE (NVME_MAX_NAMESPACES + 1) macro608 DECLARE_BITMAP(changed_nsids, NVME_CHANGED_NSID_SIZE);
5078 while ((nsid = find_first_bit(n->changed_nsids, NVME_CHANGED_NSID_SIZE)) != in nvme_changed_nslist()5079 NVME_CHANGED_NSID_SIZE) { in nvme_changed_nslist()5099 bitmap_zero(n->changed_nsids, NVME_CHANGED_NSID_SIZE); in nvme_changed_nslist()