Home
last modified time | relevance | path

Searched refs:NR_ATOM_PER_PAGE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dkwork.h87 #define NR_ATOM_PER_PAGE 128 macro
90 struct kwork_atom atoms[NR_ATOM_PER_PAGE];
91 DECLARE_BITMAP(bitmap, NR_ATOM_PER_PAGE);
/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c204 if (!bitmap_full(page->bitmap, NR_ATOM_PER_PAGE)) { in atom_new()
205 i = find_first_zero_bit(page->bitmap, NR_ATOM_PER_PAGE); in atom_new()
206 BUG_ON(i >= NR_ATOM_PER_PAGE); in atom_new()