Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/vme/bridges/
H A Dvme_ca91cx42.c502 unsigned long long existing_size; in ca91cx42_alloc_resource() local
516 existing_size = (unsigned long long)(image->bus_resource.end - in ca91cx42_alloc_resource()
520 if (existing_size == (size - 1)) in ca91cx42_alloc_resource()
523 if (existing_size != 0) { in ca91cx42_alloc_resource()
H A Dvme_tsi148.c719 unsigned long long existing_size; in tsi148_alloc_resource() local
728 existing_size = (unsigned long long)(image->bus_resource.end - in tsi148_alloc_resource()
732 if ((size != 0) && (existing_size == (size - 1))) in tsi148_alloc_resource()
735 if (existing_size != 0) { in tsi148_alloc_resource()
/kernel/linux/linux-6.6/drivers/staging/vme_user/
H A Dvme_tsi148.c711 unsigned long long existing_size; in tsi148_alloc_resource() local
720 existing_size = (unsigned long long)(image->bus_resource.end - in tsi148_alloc_resource()
724 if ((size != 0) && (existing_size == (size - 1))) in tsi148_alloc_resource()
727 if (existing_size != 0) { in tsi148_alloc_resource()

Completed in 8 milliseconds