Searched refs:ticksp (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_cache.c | 578 cache_out_ts(struct namecache *ncp, struct timespec *tsp, int *ticksp) in cache_out_ts() argument 583 (tsp == NULL && ticksp == NULL), in cache_out_ts() 591 *ticksp = ncp_ts->nc_ticks; in cache_out_ts() 1902 struct timespec *tsp, int *ticksp) in cache_lookup_dot() argument 1910 if (ticksp != NULL) in cache_lookup_dot() 1911 *ticksp = ticks; in cache_lookup_dot() 1935 struct timespec *tsp, int *ticksp) in cache_lookup_dotdot() argument 1970 cache_out_ts(ncp, tsp, ticksp); in cache_lookup_dotdot() 2007 cache_out_ts(ncp, tsp, ticksp); in cache_lookup_dotdot() 2058 struct timespec *tsp, int *ticksp) in cache_lookup_fallback() argument [all …]
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_ev.c | 557 __out unsigned int *ticksp) in efx_ev_usecs_to_ticks() argument 570 *ticksp = ticks; in efx_ev_usecs_to_ticks()
|
H A D | efx.h | 2235 __out unsigned int *ticksp);
|
/freebsd/sys/sys/ |
H A D | vnode.h | 658 struct componentname *cnp, struct timespec *tsp, int *ticksp);
|