Searched refs:td_limit (Results 1 – 3 of 3) sorted by relevance
454 newtd->td_limit = lim_hold(p->p_limit); in thread_cow_get_proc()463 newtd->td_limit = lim_hold(td->td_limit); in thread_cow_get()473 if (td->td_limit != NULL) in thread_cow_free()474 lim_free(td->td_limit); in thread_cow_free()492 if (td->td_limit != p->p_limit) { in thread_cow_update()493 oldlimit = td->td_limit; in thread_cow_update()494 td->td_limit = lim_hold(p->p_limit); in thread_cow_update()
1289 *rlp = td->td_limit->pl_rlimit[which]; in lim_rlimit()
270 struct plimit *td_limit; /* (k) Resource limits. */ member