Home
last modified time | relevance | path

Searched refs:MAXIDS (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmget/
H A Dhugeshmget03.c18 * The MAXIDS value is somewhat arbitrary and may need to be increased
21 #define MAXIDS 8192 macro
27 static int shm_id_arr[MAXIDS];
60 * If the loop exceeds MAXIDS, then break the test and cleanup. in setup()
67 if (num_shms == MAXIDS) in setup()
70 "Please increase the MAXIDS value in " in setup()

Completed in 1 milliseconds