Home
last modified time | relevance | path

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

/linux/drivers/media/platform/amphion/
H A Dvdec.c303 struct vdec_frame_store_t *new_slots = NULL; in vdec_attach_frame_store() local
329 new_slots = krealloc_array(vdec->slots, vdec->slot_count * 2, in vdec_attach_frame_store()
332 if (!new_slots) { in vdec_attach_frame_store()
337 vdec->slots = new_slots; in vdec_attach_frame_store()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.h147 u32 new_slots[SPX5_DSM_CAL_LEN]; member
/linux/lib/
H A Dmaple_tree.c6015 void __rcu **new_slots; in mas_dup_alloc() local
6020 new_slots = ma_slots(new_node, type); in mas_dup_alloc()
6036 RCU_INIT_POINTER(new_slots[i], in mas_dup_alloc()