Home
last modified time | relevance | path

Searched refs:_shm_ary (Results 1 – 1 of 1) sorted by relevance

/components/lwp/
A Dlwp_shm.c37 static struct lwp_shm_struct _shm_ary[RT_LWP_SHM_MAX_NR]; variable
90 shm_free_list = (int)_shm_ary[shm_free_list].addr; /* single-direction */ in _shm_id_alloc()
104 _shm_ary[id].addr = (size_t)shm_free_list; in shm_id_free()
121 return (struct lwp_shm_struct *)node_key->data - _shm_ary; /* the index */ in _lwp_shmget()
149 p = _shm_ary + id; in _lwp_shmget()
215 p = _shm_ary + id; /* the address of the shared-memory structure */ in shm_id_to_node()
449 id = p - _shm_ary; in _shm_info()

Completed in 3 milliseconds