Searched refs:last_i (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/vmw_vsock/
H A Ddiag.c53 unsigned int last_i; local
64 i = last_i = cb->args[2];
81 if (i < last_i)
93 last_i = 0;
115 if (i < last_i)
127 last_i = 0;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c3018 int last_i = NUM_MAIN_STATS + NUM_PORT_STATS + NUM_PF_STATS; local
3023 bitmap_clear(stats_bitmap->bitmap, last_i, NUM_FLOW_STATS);
3026 bitmap_set(stats_bitmap->bitmap, last_i,
3028 last_i += NUM_FLOW_PRIORITY_STATS_RX;
3031 bitmap_set(stats_bitmap->bitmap, last_i,
3033 last_i += NUM_FLOW_STATS_RX;
3036 bitmap_set(stats_bitmap->bitmap, last_i,
3038 last_i += NUM_FLOW_PRIORITY_STATS_TX;
3041 bitmap_set(stats_bitmap->bitmap, last_i,
3043 last_i
3054 int last_i = 0; local
[all...]
/linux-master/kernel/trace/
H A Dtrace_events.c2897 int last_i; local
2905 last_i = 0;
2914 * was from the same system. That's what last_i is for. If the
2915 * call has the same system as the previous call, then last_i
2919 for (i = last_i; i < len; i++) {
2923 last_i = i;

Completed in 115 milliseconds