Home
last modified time | relevance | path

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

/components/lwp/
A Dlwp_shm.c113 struct lwp_avl_struct *node_pa = 0; in _lwp_shmget() local
169 node_pa = node_key + 1; in _lwp_shmget()
170 node_pa->avl_key = p->addr; in _lwp_shmget()
171 node_pa->data = (void *)p; in _lwp_shmget()
172 lwp_avl_insert(node_pa, &shm_tree_pa); in _lwp_shmget()
232 struct lwp_avl_struct *node_pa = RT_NULL; in _lwp_shmrm() local
249 node_pa = node_key + 1; in _lwp_shmrm()
250 lwp_avl_remove(node_pa, &shm_tree_pa); in _lwp_shmrm()
321 struct lwp_avl_struct *node_pa = RT_NULL; in _lwp_shm_struct_get() local
330 if (!node_pa) in _lwp_shm_struct_get()
[all …]

Completed in 16 milliseconds