Searched refs:ulwpp (Results 1 – 3 of 3) sorted by relevance
200 ulwp_t **ulwpp; in hash_out_unlocked() local202 for (ulwpp = &udp->thr_hash_table[ix].hash_bucket; in hash_out_unlocked()203 ulwp != *ulwpp; in hash_out_unlocked()204 ulwpp = &(*ulwpp)->ul_hash) in hash_out_unlocked()206 *ulwpp = ulwp->ul_hash; in hash_out_unlocked()277 ulwp_t **ulwpp = &udp->lwp_stacks; in trim_stack_cache() local282 while (udp->nfreestack > cache_limit && (ulwp = *ulwpp) != NULL) { in trim_stack_cache()284 *ulwpp = ulwp->ul_next; in trim_stack_cache()303 ulwpp = &ulwp->ul_next; in trim_stack_cache()324 ulwp_t **ulwpp; in find_stack() local[all …]
613 ulwp_t **ulwpp; in enqueue() local665 ulwpp = &qrp->qr_head; in enqueue()674 ulwpp = &qrp->qr_tail->ul_link; in enqueue()676 for (ulwpp = &qrp->qr_head; (next = *ulwpp) != NULL; in enqueue()677 ulwpp = &next->ul_link) in enqueue()687 for (ulwpp = &qrp->qr_head; (next = *ulwpp) != NULL; in enqueue()688 ulwpp = &next->ul_link) in enqueue()692 if ((ulwp->ul_link = *ulwpp) == NULL) in enqueue()694 *ulwpp = ulwp; in enqueue()714 queue_slot_runnable(ulwp_t **ulwpp, ulwp_t **prevp, int rt) in queue_slot_runnable() argument[all …]
379 ulwp_t **ulwpp; in rw_queue_release() local436 while ((ulwpp = queue_slot(qp, &prev, &more)) != NULL) { in rw_queue_release()437 ulwp = *ulwpp; in rw_queue_release()452 queue_unlink(qp, ulwpp, prev); in rw_queue_release()473 if (ulwpp == NULL) in rw_queue_release()