Searched refs:allowed (Results 101 - 104 of 104) sorted by relevance

12345

/linux-master/drivers/scsi/
H A Dst.c586 scmd->allowed = retries;
2910 return (-EIO); /* Not allowed if data in buffer */
3569 "MTSETDRVBUFFER only allowed for root.\n");
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c3013 "scmd: (0x%p) retries: 0x%x allowed: 0x%x\n",
3014 scmd, scmd->retries, scmd->allowed);
6398 * Compute the max allowed sectors per IO: The controller info has two
/linux-master/drivers/ufs/core/
H A Dufshcd.c1876 * still be in hibner8 state if hibern8 is allowed
5741 * as the device is allowed to manage its own way of handling background
5794 * urgent bkops exception is allowed.
9342 .allowed = 2,
/linux-master/kernel/bpf/
H A Dverifier.c2721 /* In the future, this can be allowed to increase limit
2924 verbose(env, "loading/calling other bpf or kernel functions are allowed for CAP_BPF and CAP_SYS_ADMIN\n");
5150 verbose(env, "R%d min value is outside of the allowed memory range\n",
5167 verbose(env, "R%d max value is outside of the allowed memory range\n",
5180 * is only allowed in its original, unmodified form.
5756 /* Byte size accesses are always allowed. */
5791 /* Byte size accesses are always allowed. */
5913 "tail_calls are not allowed when call stack of previous frames is %d bytes. Too large\n",
6472 "'struct %s' access is allowed only to CAP_PERFMON and CAP_SYS_ADMIN\n",
6590 * and will be allowed t
[all...]

Completed in 258 milliseconds

12345