Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dx_call.c167 queue == &cpu[msg->xc_master]->cpu_m.xc_free); in xc_insert()
219 xc_insert(&cpup->cpu_m.xc_free, msg); in xc_init_cpu()
231 xc_insert(&cpu[c]->cpu_m.xc_free, msg); in xc_init_cpu()
236 xc_insert(&cpup->cpu_m.xc_free, msg); in xc_init_cpu()
247 xc_insert(&cpup->cpu_m.xc_free, msg); in xc_init_cpu()
263 while ((msg = xc_extract(&cpup->cpu_m.xc_free)) != NULL) { in xc_fini_cpu()
434 xc_insert(&mcpup->xc_free, msg); in xc_serv()
501 msg = xc_extract(&CPU->cpu_m.xc_free); in xc_common()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dmachcpuvar.h86 struct xc_msg *xc_free; member