Searched refs:newlock (Results 1 – 4 of 4) sorted by relevance
235 struct rcslock *newlock; in getadmin() local306 newlock = ftalloc(struct rcslock); in getadmin()307 newlock->login=id; in getadmin()308 newlock->delta=delta; in getadmin()309 *LastLock = newlock; in getadmin()310 LastLock = &newlock->nextlock; in getadmin()
663 krwlock_t *oldlock, *newlock; in cache_lookup_linked() 702 newlock = &dvi->vi_nc_lock; in cache_lookup_linked() 708 newlock = NULL; in cache_lookup_linked() 720 if (newlock != NULL) { in cache_lookup_linked() 721 rw_exit(newlock); in cache_lookup_linked() 734 if (newlock != NULL) { in cache_lookup_linked() 735 rw_exit(newlock); in cache_lookup_linked() 747 if (newlock != NULL) { in cache_lookup_linked() 748 rw_exit(newlock); in cache_lookup_linked() 774 if (newlock) { in cache_lookup_linked() 661 krwlock_t *oldlock, *newlock; cache_lookup_linked() local [all...]
155 krwlock_t *newlock, *oldlock; in amap_alloc1() local167 newlock = rw_obj_tryalloc(); in amap_alloc1()168 if (newlock != NULL) { in amap_alloc1()171 amap->am_lock = newlock; in amap_alloc1()
1415 Branch: newlock1420 Base Tag: newlock-base1436 Notes: As per the newlock branch, however given the amount of time2207 for the newlock branch, making the scheduler SMP friendly,