Searched refs:last_i (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/net/vmw_vsock/ |
D | diag.c | 53 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-6.12.1/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 3020 int last_i = NUM_MAIN_STATS + NUM_PORT_STATS + NUM_PF_STATS; in mlx4_en_update_pfc_stats_bitmap() local 3025 bitmap_clear(stats_bitmap->bitmap, last_i, NUM_FLOW_STATS); in mlx4_en_update_pfc_stats_bitmap() 3028 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap() 3030 last_i += NUM_FLOW_PRIORITY_STATS_RX; in mlx4_en_update_pfc_stats_bitmap() 3033 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap() 3035 last_i += NUM_FLOW_STATS_RX; in mlx4_en_update_pfc_stats_bitmap() 3038 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap() 3040 last_i += NUM_FLOW_PRIORITY_STATS_TX; in mlx4_en_update_pfc_stats_bitmap() 3043 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap() 3045 last_i += NUM_FLOW_STATS_TX; in mlx4_en_update_pfc_stats_bitmap() [all …]
|
/linux-6.12.1/kernel/trace/ |
D | trace_events.c | 2916 int last_i; in trace_event_eval_update() local 2924 last_i = 0; in trace_event_eval_update() 2938 for (i = last_i; i < len; i++) { in trace_event_eval_update() 2942 last_i = i; in trace_event_eval_update()
|