Home
last modified time | relevance | path

Searched refs:new_slots (Results 1 – 2 of 2) 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()
/linux/lib/
H A Dmaple_tree.c6639 void __rcu **new_slots; in mas_dup_alloc() local
6644 new_slots = ma_slots(new_node, type); in mas_dup_alloc()
6646 count = mt_alloc_bulk(gfp, request, (void **)new_slots); in mas_dup_alloc()
6648 memset(new_slots, 0, request * sizeof(void *)); in mas_dup_alloc()
6658 ((unsigned long *)new_slots)[i] |= val; in mas_dup_alloc()