Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dswiotlb.c950 static inline unsigned long get_max_slots(unsigned long boundary_mask) in get_max_slots() function
1042 unsigned long max_slots = get_max_slots(boundary_mask); in swiotlb_search_pool_area()
1077 stride = get_max_slots(max(alloc_align_mask, iotlb_align_mask)); in swiotlb_search_pool_area()
/linux/drivers/pci/hotplug/
H A Dibmphp_core.c94 static int __init get_max_slots(void) in get_max_slots() function
1219 max_slots = get_max_slots(); in ibmphp_init()
/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c262 static u64 get_max_slots(struct vm_data *data, u32 host_page_size) in get_max_slots() function
308 *maxslots = get_max_slots(data, host_page_size); in prepare_vm()