Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_calendar.c292 data->new_slots[idx] = SPX5_DSM_CAL_EMPTY; in sparx5_dsm_calendar_calc()
405 data->new_slots[kdx] = data->indices[jdx]; in sparx5_dsm_calendar_calc()
421 memcpy(data->long_list, data->new_slots, in sparx5_dsm_calendar_calc()
426 memcpy(data->short_list, data->new_slots, in sparx5_dsm_calendar_calc()
467 data->new_slots[slot] = SPX5_DSM_CAL_EMPTY; in sparx5_dsm_calendar_calc()
H A Dsparx5_main.h145 u32 new_slots[SPX5_DSM_CAL_LEN]; member
/linux/lib/
H A Dmaple_tree.c6679 void __rcu **new_slots; in mas_dup_alloc() local
6684 new_slots = ma_slots(new_node, type); in mas_dup_alloc()
6686 count = mt_alloc_bulk(gfp, request, (void **)new_slots); in mas_dup_alloc()
6688 memset(new_slots, 0, request * sizeof(void *)); in mas_dup_alloc()
6698 ((unsigned long *)new_slots)[i] |= val; in mas_dup_alloc()