Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
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/
A Den_netdev.c3087 last_i += NUM_FLOW_PRIORITY_STATS_RX; in mlx4_en_update_pfc_stats_bitmap()
3092 last_i += NUM_FLOW_STATS_RX; in mlx4_en_update_pfc_stats_bitmap()
3102 last_i += NUM_FLOW_STATS_TX; in mlx4_en_update_pfc_stats_bitmap()
3113 int last_i = 0; in mlx4_en_set_stats_bitmap() local
3134 last_i += NUM_MAIN_STATS; in mlx4_en_set_stats_bitmap()
3137 last_i += NUM_PORT_STATS; in mlx4_en_set_stats_bitmap()
3142 last_i += NUM_PF_STATS; in mlx4_en_set_stats_bitmap()
3147 last_i += NUM_FLOW_STATS; in mlx4_en_set_stats_bitmap()
3151 last_i += NUM_PKT_STATS; in mlx4_en_set_stats_bitmap()
3154 last_i += NUM_XDP_STATS; in mlx4_en_set_stats_bitmap()
[all …]
/linux/kernel/trace/
A Dtrace_events.c2641 int last_i; in trace_event_eval_update() local
2649 last_i = 0; in trace_event_eval_update()
2663 for (i = last_i; i < len; i++) { in trace_event_eval_update()
2667 last_i = i; in trace_event_eval_update()

Completed in 16 milliseconds