Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c438 static struct cm_xprt *cm_hd = NULL; variable
545 cmp = &cm_hd; in clnt_zone_destroy()
1839 prev = cmp = &cm_hd; in connmgr_get()
1950 if ((i > 1) && (prev != &cm_hd)) { in connmgr_get()
1955 lru_entry->x_next = cm_hd; in connmgr_get()
1956 cm_hd = lru_entry; in connmgr_get()
1974 cmp = &cm_hd; in connmgr_get()
2129 cm_entry->x_next = cm_hd; in connmgr_get()
2130 cm_hd = cm_entry; in connmgr_get()
3397 for (cm_entry = cm_hd; cm_entry; cm_entry = cm_entry->x_next) { in clnt_dispatch_notifyall()
[all …]