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.c46 u32 new_slots[SPX5_DSM_CAL_LEN]; member
296 data->new_slots[idx] = SPX5_DSM_CAL_EMPTY; in sparx5_dsm_calendar_calc()
409 data->new_slots[kdx] = data->indices[jdx]; in sparx5_dsm_calendar_calc()
425 memcpy(data->long_list, data->new_slots, in sparx5_dsm_calendar_calc()
430 memcpy(data->short_list, data->new_slots, in sparx5_dsm_calendar_calc()
471 data->new_slots[slot] = SPX5_DSM_CAL_EMPTY; in sparx5_dsm_calendar_calc()
/linux/lib/
H A Dmaple_tree.c6680 void __rcu **new_slots; in mas_dup_alloc() local
6685 new_slots = ma_slots(new_node, type); in mas_dup_alloc()
6687 count = mt_alloc_bulk(gfp, request, (void **)new_slots); in mas_dup_alloc()
6689 memset(new_slots, 0, request * sizeof(void *)); in mas_dup_alloc()
6699 ((unsigned long *)new_slots)[i] |= val; in mas_dup_alloc()