Home
last modified time | relevance | path

Searched refs:get_cycles (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c70 get_cycles(void) in get_cycles() function
1060 post_cycles_start[scnt] = get_cycles(); in wlat_test()
1068 post_cycles_stop[scnt] = get_cycles(); in wlat_test()
1077 poll_cycles_start[ccnt] = get_cycles(); in wlat_test()
1081 get_cycles(); in wlat_test()
1085 poll_cycles_stop[ccnt] = get_cycles(); in wlat_test()
1191 post_cycles_start[scnt] = get_cycles(); in bw_test()
1199 post_cycles_stop[scnt] = get_cycles(); in bw_test()
1208 poll_cycles_start[ccnt] = get_cycles(); in bw_test()
1212 get_cycles(); in bw_test()
[all …]
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c589 unsigned long long cycles = get_cycles(); in ostiEnter()
617 unsigned long long cycles = get_cycles(); in ostiLeave()
/freebsd/contrib/ofed/libmlx5/
H A Dcq.c306 static inline unsigned long get_cycles(void) in get_cycles() function
321 (void)get_cycles(); in mlx5_stall_poll_cq()
325 while (get_cycles() < cycles) in mlx5_stall_cycles_poll_cq()
330 *cycles = get_cycles(); in mlx5_get_cycles()