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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_search.c170 struct timeval *a_timelimit;
262 if (ap->a_timelimit->tv_sec == 0 &&
263 ap->a_timelimit->tv_usec > 0 &&
264 ap->a_timelimit->tv_usec < kMaxMicroSecsInKernel) {
265 searchTime = ap->a_timelimit->tv_usec;
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h1196 struct timeval *a_timelimit; member in struct:vnop_searchfs_args
1223 @param a_timelimit The suggested maximum amount of time we can spend in the kernel to service this system call.
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c4984 struct timeval *a_timelimit;
5007 a.a_timelimit = timelimit;

Completed in 24 milliseconds