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

/linux-master/include/linux/
H A Ddynamic_queue_limits.h92 unsigned long map, now, now_hi, i; local
108 now_hi = now / BITS_PER_LONG;
114 if (unlikely(now_hi != dql->history_head)) {
118 if (now_hi * BITS_PER_LONG ==
125 WRITE_ONCE(dql->history_head, now_hi);
129 map = DQL_HIST_ENT(dql, now_hi);
133 WRITE_ONCE(DQL_HIST_ENT(dql, now_hi), map | BIT_MASK(now));
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c715 u64 now_lo, now_hi, now; local
718 now_hi = enetc_rd(hw, ENETC_SICTR1);
719 now = now_lo | now_hi << 32;

Completed in 133 milliseconds