Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
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);
/linux-6.1.9/tools/perf/
Dbuiltin-kwork.c197 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()