Searched refs:UINSNS_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
36 #define UINSNS_PER_PAGE (PAGE_SIZE/UPROBE_XOL_SLOT_BYTES) macro37 #define MAX_UPROBE_XOL_SLOTS UINSNS_PER_PAGE1762 area->bitmap = kcalloc(BITS_TO_LONGS(UINSNS_PER_PAGE), sizeof(long), in __create_xol_area()1861 slot_nr = find_first_zero_bit(area->bitmap, UINSNS_PER_PAGE); in xol_get_slot_nr()1862 if (slot_nr < UINSNS_PER_PAGE) { in xol_get_slot_nr()1867 return UINSNS_PER_PAGE; in xol_get_slot_nr()1881 wait_event(area->wq, (slot_nr = xol_get_slot_nr(area)) < UINSNS_PER_PAGE); in xol_get_insn_slot()