Searched refs:LOCKSET_INTERSECTION_SIZE (Results 1 – 1 of 1) sorted by relevance
4988 const int LOCKSET_INTERSECTION_SIZE = 3; variable4990 int data[1 << LOCKSET_INTERSECTION_SIZE] = {0};4994 return (ls >> (N_MUTEXES - LOCKSET_INTERSECTION_SIZE)) in LS_to_idx()4995 & ((1 << LOCKSET_INTERSECTION_SIZE) - 1); in LS_to_idx()