Home
last modified time | relevance | path

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

/drivers/scsi/cxlflash/
Dmain.c2966 int nhwqs, num_hwqs; in num_hwqs_store() local
2968 rc = kstrtoint(buf, 10, &nhwqs); in num_hwqs_store()
2972 if (nhwqs >= 1) in num_hwqs_store()
2973 num_hwqs = nhwqs; in num_hwqs_store()
2974 else if (nhwqs == 0) in num_hwqs_store()
2977 num_hwqs = num_online_cpus() / abs(nhwqs); in num_hwqs_store()