Lines Matching refs:S_IWUSR
26 module_param(test_buf_size, uint, S_IRUGO | S_IWUSR);
31 S_IRUGO | S_IWUSR);
36 S_IRUGO | S_IWUSR);
40 module_param(threads_per_chan, uint, S_IRUGO | S_IWUSR);
45 module_param(max_channels, uint, S_IRUGO | S_IWUSR);
50 module_param(iterations, uint, S_IRUGO | S_IWUSR);
55 module_param(xor_sources, uint, S_IRUGO | S_IWUSR);
60 module_param(pq_sources, uint, S_IRUGO | S_IWUSR);
65 module_param(timeout, uint, S_IRUGO | S_IWUSR);
70 module_param(noverify, bool, S_IRUGO | S_IWUSR);
74 module_param(verbose, bool, S_IRUGO | S_IWUSR);
128 module_param_cb(run, &run_ops, &dmatest_run, S_IRUGO | S_IWUSR);