Lines Matching refs:timeout
1527 struct timespec timeout;
1531 timeout.tv_sec = now.tv_sec + 1;
1532 timeout.tv_nsec = now.tv_usec * 1000;
1533 pthread_cond_timedwait(&d->cond, &f->lock, &timeout);
4506 unsigned timeout;
4510 timeout = next_clean - now.tv_sec;
4512 timeout = 0;
4514 res = poll(&fds, 1, timeout * 1000);
4530 timeout = fuse_clean_cache(f);
4532 next_clean = now.tv_sec + timeout;
4715 " -o entry_timeout=T cache timeout for names (1.0s)\n"
4716 " -o negative_timeout=T cache timeout for deleted names (0.0s)\n"
4717 " -o attr_timeout=T cache timeout for attributes (1.0s)\n"
4718 " -o ac_attr_timeout=T auto cache timeout for attributes (attr_timeout)\n"