Searched refs:last_i (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | 3071 int last_i = NUM_MAIN_STATS + NUM_PORT_STATS + NUM_PF_STATS; in mlx4_en_update_pfc_stats_bitmap() local 3076 bitmap_clear(stats_bitmap->bitmap, last_i, NUM_FLOW_STATS); in mlx4_en_update_pfc_stats_bitmap() 3079 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap() 3081 last_i += NUM_FLOW_PRIORITY_STATS_RX; in mlx4_en_update_pfc_stats_bitmap() 3084 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap() 3086 last_i += NUM_FLOW_STATS_RX; in mlx4_en_update_pfc_stats_bitmap() 3089 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap() 3091 last_i += NUM_FLOW_PRIORITY_STATS_TX; in mlx4_en_update_pfc_stats_bitmap() 3094 bitmap_set(stats_bitmap->bitmap, last_i, in mlx4_en_update_pfc_stats_bitmap() 3096 last_i in mlx4_en_update_pfc_stats_bitmap() 3107 int last_i = 0; mlx4_en_set_stats_bitmap() local [all...] |
/kernel/linux/linux-6.6/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 in mlx4_en_update_pfc_stats_bitmap() 3052 int last_i = 0; mlx4_en_set_stats_bitmap() local [all...] |
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | zstd_opt.h | 448 U32 i, last_i = ZSTD_REP_CHECK + (ip == anchor); in ZSTD_compressBlock_opt_generic() local 449 for (i = (ip == anchor); i < last_i; i++) { in ZSTD_compressBlock_opt_generic() 552 U32 i, last_i = ZSTD_REP_CHECK + (mlen != 1); in ZSTD_compressBlock_opt_generic() local 553 for (i = (opt[cur].mlen != 1); i < last_i; i++) { /* check rep */ in ZSTD_compressBlock_opt_generic() 747 U32 i, last_i = ZSTD_REP_CHECK + (ip == anchor); in ZSTD_compressBlock_opt_extDict_generic() local 748 for (i = (ip == anchor); i < last_i; i++) { in ZSTD_compressBlock_opt_extDict_generic() 860 U32 i, last_i = ZSTD_REP_CHECK + (mlen != 1); in ZSTD_compressBlock_opt_extDict_generic() local 861 for (i = (mlen != 1); i < last_i; i++) { in ZSTD_compressBlock_opt_extDict_generic()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events.c | 2434 int last_i; in trace_event_eval_update() local 2442 last_i = 0; in trace_event_eval_update() 2451 * was from the same system. That's what last_i is for. If the in trace_event_eval_update() 2452 * call has the same system as the previous call, then last_i in trace_event_eval_update() 2456 for (i = last_i; i < len; i++) { in trace_event_eval_update() 2460 last_i = i; in trace_event_eval_update()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events.c | 2859 int last_i; in trace_event_eval_update() local 2867 last_i = 0; in trace_event_eval_update() 2876 * was from the same system. That's what last_i is for. If the in trace_event_eval_update() 2877 * call has the same system as the previous call, then last_i in trace_event_eval_update() 2881 for (i = last_i; i < len; i++) { in trace_event_eval_update() 2885 last_i = i; in trace_event_eval_update()
|
Completed in 21 milliseconds