Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c427 (tsp == NULL && ticksp == NULL), in cache_out_ts()
435 *ticksp = ncp_ts->nc_ticks; in cache_out_ts()
1701 if (ticksp != NULL) in cache_lookup_dot()
1702 *ticksp = ticks; in cache_lookup_dot()
1762 cache_out_ts(ncp, tsp, ticksp); in cache_lookup_dotdot()
1799 cache_out_ts(ncp, tsp, ticksp); in cache_lookup_dotdot()
1887 cache_out_ts(ncp, tsp, ticksp); in cache_lookup_fallback()
1915 cache_out_ts(ncp, tsp, ticksp); in cache_lookup_fallback()
1937 MPASS((tsp == NULL && ticksp == NULL) || (tsp != NULL && ticksp != NULL)); in cache_lookup()
1984 cache_out_ts(ncp, tsp, ticksp); in cache_lookup()
[all …]
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_ev.c527 __out unsigned int *ticksp) in efx_ev_usecs_to_ticks() argument
546 *ticksp = ticks; in efx_ev_usecs_to_ticks()
H A Defx.h2606 __out unsigned int *ticksp);
/f-stack/freebsd/sys/
H A Dvnode.h645 struct componentname *cnp, struct timespec *tsp, int *ticksp);