HomeSort by relevance Sort by last modified time
    Searched refs:rw_lock_write (Results 1 - 3 of 3) sorted by null

  /external/ltp/utils/ffsb-6.0-rc2/
rwlock.h 41 void rw_lock_write(struct rwlock *rw);
filelist.c 136 rw_lock_write(&b->fileslock);
142 rw_lock_write(&oldfile->lock);
150 rw_lock_write(&newfile->lock);
191 rw_lock_write(&b->fileslock);
197 rw_lock_write(&olddir->lock);
205 rw_lock_write(&newdir->lock);
243 rw_lock_write(&b->fileslock);
251 rw_lock_write(&newfile->lock);
277 rw_lock_write(&b->fileslock);
rwlock.c 53 void rw_lock_write(struct rwlock *rw) function

Completed in 84 milliseconds