Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Ddiag.c53 unsigned int last_i; in vsock_diag_dump() local
64 i = last_i = cb->args[2]; in vsock_diag_dump()
81 if (i < last_i) in vsock_diag_dump()
93 last_i = 0; in vsock_diag_dump()
115 if (i < last_i) in vsock_diag_dump()
127 last_i = 0; in vsock_diag_dump()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c3006 int last_i = NUM_MAIN_STATS + NUM_PORT_STATS + NUM_PF_STATS; in mlx4_en_update_pfc_stats_bitmap() local
3011 bitmap_clear(stats_bitmap->bitmap, last_i, NUM_FLOW_STATS); in mlx4_en_update_pfc_stats_bitmap()
3014 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap()
3016 last_i += NUM_FLOW_PRIORITY_STATS_RX; in mlx4_en_update_pfc_stats_bitmap()
3019 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap()
3021 last_i += NUM_FLOW_STATS_RX; in mlx4_en_update_pfc_stats_bitmap()
3024 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap()
3026 last_i += NUM_FLOW_PRIORITY_STATS_TX; in mlx4_en_update_pfc_stats_bitmap()
3029 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap()
3031 last_i += NUM_FLOW_STATS_TX; in mlx4_en_update_pfc_stats_bitmap()
[all …]
/linux/kernel/trace/
H A Dtrace_events.c3564 int last_i; in trace_event_update_all() local
3572 last_i = 0; in trace_event_update_all()
3587 for (i = last_i; i < len; i++) { in trace_event_update_all()
3591 last_i = i; in trace_event_update_all()