Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/cxlflash/
Dmain.c2994 int nhwqs, num_hwqs; in num_hwqs_store() local
2996 rc = kstrtoint(buf, 10, &nhwqs); in num_hwqs_store()
3000 if (nhwqs >= 1) in num_hwqs_store()
3001 num_hwqs = nhwqs; in num_hwqs_store()
3002 else if (nhwqs == 0) in num_hwqs_store()
3005 num_hwqs = num_online_cpus() / abs(nhwqs); in num_hwqs_store()