Searched refs:NR_ATOM_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
87 #define NR_ATOM_PER_PAGE 128 macro90 struct kwork_atom atoms[NR_ATOM_PER_PAGE];91 DECLARE_BITMAP(bitmap, NR_ATOM_PER_PAGE);
197 if (!bitmap_full(page->bitmap, NR_ATOM_PER_PAGE)) { in atom_new()198 i = find_first_zero_bit(page->bitmap, NR_ATOM_PER_PAGE); in atom_new()199 BUG_ON(i >= NR_ATOM_PER_PAGE); in atom_new()