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

/linux-master/drivers/misc/ocxl/
H A Dcore.c359 int rc, desired_count, max_count; local
369 desired_count = 1 << fn->config.max_pasid_log;
371 if (desired_count > max_count) {
374 desired_count, max_count);

Completed in 123 milliseconds