/kernel/linux/linux-5.10/lib/ |
H A D | test_parman.c | 113 static void test_parman_move(void *priv, unsigned long from_index, in test_parman_move() argument 119 memmove(&prio_array[to_index], &prio_array[from_index], in test_parman_move() 121 memset(&prio_array[from_index], 0, ITEM_PTRS_SIZE(count)); in test_parman_move()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_parman.c | 113 static void test_parman_move(void *priv, unsigned long from_index, in test_parman_move() argument 119 memmove(&prio_array[to_index], &prio_array[from_index], in test_parman_move() 121 memset(&prio_array[from_index], 0, ITEM_PTRS_SIZE(count)); in test_parman_move()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | parman.h | 59 void (*move)(void *priv, unsigned long from_index,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | parman.h | 59 void (*move)(void *priv, unsigned long from_index,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_ctcam.c | 136 unsigned long from_index, in mlxsw_sp_acl_ctcam_region_parman_move() 145 from_index, to_index, count); in mlxsw_sp_acl_ctcam_region_parman_move() 135 mlxsw_sp_acl_ctcam_region_parman_move(void *priv, unsigned long from_index, unsigned long to_index, unsigned long count) mlxsw_sp_acl_ctcam_region_parman_move() argument
|
H A D | spectrum1_mr_tcam.c | 215 unsigned long from_index, in mlxsw_sp1_mr_tcam_region_parman_move() 224 from_index, count, in mlxsw_sp1_mr_tcam_region_parman_move() 214 mlxsw_sp1_mr_tcam_region_parman_move(void *priv, unsigned long from_index, unsigned long to_index, unsigned long count) mlxsw_sp1_mr_tcam_region_parman_move() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_ctcam.c | 136 unsigned long from_index, in mlxsw_sp_acl_ctcam_region_parman_move() 145 from_index, to_index, count); in mlxsw_sp_acl_ctcam_region_parman_move() 135 mlxsw_sp_acl_ctcam_region_parman_move(void *priv, unsigned long from_index, unsigned long to_index, unsigned long count) mlxsw_sp_acl_ctcam_region_parman_move() argument
|
H A D | spectrum1_mr_tcam.c | 215 unsigned long from_index, in mlxsw_sp1_mr_tcam_region_parman_move() 224 from_index, count, in mlxsw_sp1_mr_tcam_region_parman_move() 214 mlxsw_sp1_mr_tcam_region_parman_move(void *priv, unsigned long from_index, unsigned long to_index, unsigned long count) mlxsw_sp1_mr_tcam_region_parman_move() argument
|