Searched refs:xc_next (Results 1 – 5 of 5) sorted by relevance
62 struct xc_msg *xc_next; member
171 msg->xc_next = old_head; in xc_insert()189 } while (atomic_cas_ptr(queue, old_head, old_head->xc_next) != in xc_extract()191 old_head->xc_next = NULL; in xc_extract()
90 struct fmd_xprt_class *xc_next; /* next class on xi_subhash chain */ member
237 ncp = xcp->xc_next; in fmd_xprt_class_hash_destroy()264 for (xcp = xch->xch_hash[h]; xcp != NULL; xcp = xcp->xc_next) { in fmd_xprt_class_hash_insert()271 xcp->xc_next = xch->xch_hash[h]; in fmd_xprt_class_hash_insert()296 for (xcp = *pp; xcp != NULL; xcp = xcp->xc_next) { in fmd_xprt_class_hash_delete()300 pp = &xcp->xc_next; in fmd_xprt_class_hash_delete()310 *pp = xcp->xc_next; in fmd_xprt_class_hash_delete()
1489 OFFSETOF(fmd_xprt_class_t, xc_next))); in xpc_walk_init()