Searched refs:ticksp (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dvfs_cache.c250 cache_out_ts(struct namecache *ncp, struct timespec *tsp, int *ticksp) argument
254 (tsp == NULL && ticksp == NULL),
259 if (ticksp != NULL)
260 *ticksp = ((struct namecache_ts *)ncp)->nc_ticks;
500 struct timespec *tsp, int *ticksp)
525 if (ticksp != NULL)
526 *ticksp = ticks;
577 cache_out_ts(ncp, tsp, ticksp);
625 cache_out_ts(ncp, tsp, ticksp);
655 cache_out_ts(ncp, tsp, ticksp);
499 cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct timespec *tsp, int *ticksp) argument
[all...]
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Defx_ev.c412 __out unsigned int *ticksp)
425 *ticksp = ticks;
409 efx_ev_usecs_to_ticks( __in efx_nic_t *enp, __in unsigned int us, __out unsigned int *ticksp) argument
H A Defx.h1780 __out unsigned int *ticksp);
/freebsd-11.0-release/sys/sys/
H A Dvnode.h621 struct componentname *cnp, struct timespec *tsp, int *ticksp);

Completed in 124 milliseconds