Home
last modified time | relevance | path

Searched refs:now_hi (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Ddynamic_queue_limits.h90 unsigned long map, now, now_hi, i; in dql_queue_stall() local
93 now_hi = now / BITS_PER_LONG; in dql_queue_stall()
99 if (unlikely(now_hi != dql->history_head)) { in dql_queue_stall()
103 if (now_hi * BITS_PER_LONG == in dql_queue_stall()
110 WRITE_ONCE(dql->history_head, now_hi); in dql_queue_stall()
114 map = DQL_HIST_ENT(dql, now_hi); in dql_queue_stall()
118 WRITE_ONCE(DQL_HIST_ENT(dql, now_hi), map | BIT_MASK(now)); in dql_queue_stall()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c715 u64 now_lo, now_hi, now; in get_ptp_now() local
718 now_hi = enetc_rd(hw, ENETC_SICTR1); in get_ptp_now()
719 now = now_lo | now_hi << 32; in get_ptp_now()