Searched refs:last_i (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/vmw_vsock/ |
H A 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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | 3016 int last_i = NUM_MAIN_STATS + NUM_PORT_STATS + NUM_PF_STATS; in mlx4_en_update_pfc_stats_bitmap() local 3021 bitmap_clear(stats_bitmap->bitmap, last_i, NUM_FLOW_STATS); 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_RX; 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_RX; in mlx4_en_update_pfc_stats_bitmap() 3034 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap() 3036 last_i += NUM_FLOW_PRIORITY_STATS_TX; in mlx4_en_update_pfc_stats_bitmap() 3039 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap() 3041 last_i += NUM_FLOW_STATS_TX; in mlx4_en_update_pfc_stats_bitmap() [all …]
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events.c | 3021 int last_i; in trace_event_eval_update() local 3029 last_i = 0; in trace_event_eval_update() 3043 for (i = last_i; i < len; i++) { in trace_event_eval_update() 3047 last_i = i; in trace_event_eval_update()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3499 intptr_t i, first_i, last_i; in HELPER() local 3502 first_i = last_i = 0; in HELPER() 3511 last_i = i; in HELPER() 3521 last_i = last_i * 8 + 63 - clz64(last_g); in HELPER() 3522 len = last_i - first_i + (1 << esz); in HELPER()
|