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

  /src/sys/fs/puffs/
puffs_msgif.c 1048 #define TIMED_OUT(expire) \
1078 if ((psopr != NULL) && TIMED_OUT(psopr->psopr_at)) {
puffs_vnops.c 431 #define TIMED_OUT(expire) \
496 if (TIMED_OUT(cpn->pn_cn_timeout)) {
1067 if (!TIMED_OUT(pn->pn_va_timeout)) {
1323 bool incache = !TIMED_OUT(pnode->pn_cn_timeout);
1324 bool ingrace = !TIMED_OUT(pnode->pn_cn_grace);

Completed in 43 milliseconds