Searched refs:tdcache (Results 1 – 3 of 3) sorted by relevance
76 struct fdcache *tdcache[NTDCACHEFD]; member
1106 int tdcache; in floadkevfps() local1109 tdcache = 1; in floadkevfps()1111 tdcache = 0; in floadkevfps()1121 if (tdcache) { in floadkevfps()1133 if (tdcache == 0) in floadkevfps()
205 if ((fdc = fdn->tdcache[i]) == NULL) in fclearcache()221 fdn->tdcache[i] = NULL; in fclearcache()252 fdn->tdcache[i] = NULL; in fclearcache()454 if (fdn->tdcache[i] == NULL && in _holdfp_cache()455 atomic_cmpset_ptr((void **)&fdn->tdcache[i], NULL, best)) { in _holdfp_cache()2502 bzero(&fdnode->tdcache, sizeof(fdnode->tdcache)); in fdcopy()