Searched refs:closid_free_map_len (Results 1 – 1 of 1) sorted by relevance
148 static int closid_free_map_len; variable152 return closid_free_map_len; in closids_supported()175 closid_free_map_len = rdt_min_closid; in closid_init()200 closid = find_first_bit(closid_free_map, closid_free_map_len); in closid_alloc()201 if (closid == closid_free_map_len) in closid_alloc()