Searched refs:shm_id_used (Results 1 – 1 of 1) sorted by relevance
36 static int shm_id_used = 0; /* the latest allocated item in the array */ variable92 else if (shm_id_used < RT_LWP_SHM_MAX_NR) /* then try the array */ in _shm_id_alloc()94 id = shm_id_used; in _shm_id_alloc()95 shm_id_used++; in _shm_id_alloc()
Completed in 3 milliseconds