Searched refs:a_timelimit (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c169 struct timeval *a_timelimit;
255 if (ap->a_timelimit->tv_sec == 0 &&
256 ap->a_timelimit->tv_usec > 0 &&
257 ap->a_timelimit->tv_usec < kMaxMicroSecsInKernel) {
258 searchTime = ap->a_timelimit->tv_usec;
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_if.h1194 struct timeval *a_timelimit; member in struct:vnop_searchfs_args
1221 @param a_timelimit The suggested maximum amount of time we can spend in the kernel to service this system call.
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c5930 struct timeval *a_timelimit;
5957 a.a_timelimit = timelimit;

Completed in 24 milliseconds