Searched refs:NSIDMAP_SIZE (Results 1 – 1 of 1) sorted by relevance
145 #define NSIDMAP_SIZE 128 macro146 #define NSID_HASH_NSID(nsid) (nsid & (NSIDMAP_SIZE - 1))147 #define NSID_HASH_NAME(name) (namehash(name) & (NSIDMAP_SIZE - 1))149 static struct hlist_head nsid_head[NSIDMAP_SIZE];150 static struct hlist_head name_head[NSIDMAP_SIZE];