Searched refs:ulwpp (Results 1 – 3 of 3) sorted by relevance
201 ulwp_t **ulwpp; in hash_out_unlocked() local203 for (ulwpp = &udp->thr_hash_table[ix].hash_bucket; in hash_out_unlocked()204 ulwp != *ulwpp; in hash_out_unlocked()205 ulwpp = &(*ulwpp)->ul_hash) in hash_out_unlocked()207 *ulwpp = ulwp->ul_hash; in hash_out_unlocked()278 ulwp_t **ulwpp = &udp->lwp_stacks; in trim_stack_cache() local283 while (udp->nfreestack > cache_limit && (ulwp = *ulwpp) != NULL) { in trim_stack_cache()285 *ulwpp = ulwp->ul_next; in trim_stack_cache()304 ulwpp = &ulwp->ul_next; in trim_stack_cache()325 ulwp_t **ulwpp; in find_stack() local[all …]
614 ulwp_t **ulwpp; in enqueue() local666 ulwpp = &qrp->qr_head; in enqueue()675 ulwpp = &qrp->qr_tail->ul_link; in enqueue()677 for (ulwpp = &qrp->qr_head; (next = *ulwpp) != NULL; in enqueue()678 ulwpp = &next->ul_link) in enqueue()688 for (ulwpp = &qrp->qr_head; (next = *ulwpp) != NULL; in enqueue()689 ulwpp = &next->ul_link) in enqueue()693 if ((ulwp->ul_link = *ulwpp) == NULL) in enqueue()695 *ulwpp = ulwp; in enqueue()715 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()