Searched refs:range_alloc (Results 1 – 6 of 6) sorted by relevance
| /drivers/misc/ocxl/ |
| D | pasid.c | 24 static int range_alloc(struct list_head *head, u32 size, int max_id, in range_alloc() function 88 return range_alloc(&fn->pasid_list, size, max_pasid, "afu pasid"); in ocxl_pasid_afu_alloc() 101 return range_alloc(&fn->actag_list, size, max_actag, "afu actag"); in ocxl_actag_afu_alloc()
|
| /drivers/staging/android/ |
| D | ashmem.c | 183 static void range_alloc(struct ashmem_area *asma, in range_alloc() function 696 range_alloc(asma, range, range->purged, in ashmem_pin() 741 range_alloc(asma, range, purged, pgstart, pgend, new_range); in ashmem_unpin()
|
| /drivers/android/binder/range_alloc/ |
| D | array.rs | 13 use crate::range_alloc::{DescriptorState, FreedRange, Range};
|
| D | tree.rs | 14 use crate::range_alloc::{DescriptorState, FreedRange, Range};
|
| /drivers/android/binder/ |
| D | rust_binder_main.rs | 38 mod range_alloc; module
|
| D | process.rs | 48 range_alloc::{RangeAllocator, ReserveNew, ReserveNewArgs},
|