Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/idmap/
H A Didmap_cache.c182 avl_create(&cache->sid2pid.tree, (avl_comp_fn)kidmap_compare_sid, in kidmap_cache_create()
184 mutex_init(&cache->sid2pid.mutex, NULL, MUTEX_DEFAULT, NULL); in kidmap_cache_create()
185 cache->sid2pid.purge_time = 0; in kidmap_cache_create()
186 cache->sid2pid.head.flink = &cache->sid2pid.head; in kidmap_cache_create()
187 cache->sid2pid.head.blink = &cache->sid2pid.head; in kidmap_cache_create()
188 cache->sid2pid.uid_num = 0; in kidmap_cache_create()
189 cache->sid2pid.gid_num = 0; in kidmap_cache_create()
190 cache->sid2pid.pid_num = 0; in kidmap_cache_create()
211 sid2pid_t *sid2pid; in kidmap_cache_delete() local
216 while ((sid2pid = avl_destroy_nodes(&cache->sid2pid.tree, &cookie)) in kidmap_cache_delete()
[all …]
H A Dkidmap_priv.h41 typedef struct sid2pid { struct
43 struct sid2pid *flink; argument
44 struct sid2pid *blink; argument
70 struct sid2pid head; argument
93 idmap_sid2pid_cache_t sid2pid; member