HomeSort by: relevance | last modified time | path
    Searched defs:offset2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_fha.c 300 off_t offset1, offset2; local in function:fha_hash_entry_choose_thread
321 offset2 = thread->st_p3;
323 if (((offset1 >= offset2)
324 && ((offset1 - offset2) < (1 << softc->ctls.bin_shift)))
325 || ((offset2 > offset1)
326 && ((offset2 - offset1) < (1 << softc->ctls.bin_shift)))) {
345 req_count, offset1, offset2);
nfs_fha.c 300 off_t offset1, offset2; local in function:fha_hash_entry_choose_thread
321 offset2 = thread->st_p3;
323 if (((offset1 >= offset2)
324 && ((offset1 - offset2) < (1 << softc->ctls.bin_shift)))
325 || ((offset2 > offset1)
326 && ((offset2 - offset1) < (1 << softc->ctls.bin_shift)))) {
345 req_count, offset1, offset2);

Completed in 47 milliseconds