[go: nahoru, domu]

Searched defs:ndelay (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dscsi_ioctl.c289 * @ndelay: file mode O_NDELAY flag
292 void __user *arg, int ndelay)
299 if (ndelay) {
291 scsi_nonblockable_ioctl(struct scsi_device *sdev, int cmd, void __user *arg, int ndelay) argument
H A Dscsi_debug.c197 * responses are not queued when delay=0 and ndelay=0. The per-device
3157 module_param_named(ndelay, scsi_debug_ndelay, int, S_IRUGO | S_IWUSR);
3203 MODULE_PARM_DESC(ndelay, "response delay in nanoseconds (def=0 -> ignore)");
3272 "delay=%d, ndelay=%d, max_luns=%d, q_completions=%d\n"
3332 /* Returns -EBUSY if ndelay is being changed and commands are queued */
3338 int ndelay, res, k; local
3340 if ((count > 0) && (1 == sscanf(buf, "%d", &ndelay)) &&
3341 (ndelay >= 0) && (ndelay < 1000000000)) {
3343 if (scsi_debug_ndelay != ndelay) {
[all...]

Completed in 64 milliseconds