Home
last modified time | relevance | path

Searched refs:vec_ptr (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/rust/alloc/vec/
H A Ddrain.rs236 let vec_ptr = vec.as_mut().as_mut_ptr(); in drop()
237 let drop_offset = drop_ptr.sub_ptr(vec_ptr); in drop()
238 let to_drop = ptr::slice_from_raw_parts_mut(vec_ptr.add(drop_offset), drop_len); in drop()
/kernel/linux/linux-5.10/drivers/dma/idxd/
H A Ddma.c81 wq->vec_ptr = (wq->vec_ptr % idxd->num_wq_irqs) + 1; in idxd_prep_desc_common()
82 hw->int_handle = wq->vec_ptr; in idxd_prep_desc_common()
H A Didxd.h116 u32 vec_ptr; /* interrupt steering */ member

Completed in 3 milliseconds