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

12345

/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S229 ; (since IRQ NOT allowed in DS in ARCv2, this can only happen if orig
/linux-master/drivers/scsi/
H A Dsd.c913 cmd->allowed = sdkp->max_retries;
940 cmd->allowed = sdkp->max_retries;
967 cmd->allowed = sdkp->max_retries;
1078 cmd->allowed = sdkp->max_retries;
1304 cmd->allowed = sdkp->max_retries;
1685 .allowed = 3,
1835 .allowed = 5,
1937 .allowed = 5,
2314 .allowed = 3,
2636 .allowed
[all...]
H A Dsr.c465 SCpnt->allowed = MAX_RETRIES;
728 .allowed = 3,
H A Dstorvsc_drv.c1690 bool allowed = true; local
1702 allowed = false;
1707 return allowed;
H A Dsd_zbc.c502 cmd->allowed = 0;
/linux-master/fs/btrfs/
H A Dvolumes.c868 * 2b must not be allowed at all time.
1366 * and we are not allowed to call set_blocksize during the scan. The superblock
4217 * Validate target profile against allowed profiles and return true if it's OK.
4222 u64 allowed, const char *type)
4227 /* Profile is valid and does not have bits outside of the allowed set */
4229 (bargs->target & ~allowed) == 0)
4399 u64 allowed; local
4415 allowed = btrfs_super_incompat_flags(fs_info->super_copy);
4416 if (allowed & BTRFS_FEATURE_INCOMPAT_MIXED_GROUPS)
4423 allowed
4220 validate_convert_profile(struct btrfs_fs_info *fs_info, const struct btrfs_balance_args *bargs, u64 allowed, const char *type) argument
[all...]
/linux-master/crypto/
H A Daf_alg.c150 const u32 allowed = CRYPTO_ALG_KERN_DRIVER_ONLY; local
168 /* If caller uses non-allowed flag, return error. */
169 if ((sa->salg_feat & ~allowed) || (sa->salg_mask & ~allowed))
860 * @min: Set to minimum request size if partial requests are allowed.
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_ht.c223 u16 allowed = B43_PHY_HT_CLASS_CTL_CCK_EN | local
228 tmp &= allowed;
231 b43_phy_maskset(dev, B43_PHY_HT_CLASS_CTL, ~allowed, tmp);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.h96 bool allowed; member in struct:smu_features
/linux-master/fs/gfs2/
H A Dquota.c1231 * ap->allowed is set to the number of blocks allowed
1233 * -EDQUOT otherwise, quota violation. ap->allowed is set to number
1245 ap->allowed = UINT_MAX; /* Assume we are permitted a whole lot */
1263 if (limit > 0 && (limit - value) < ap->allowed)
1264 ap->allowed = limit - value;
1269 if (!ap->min_target || ap->min_target > ap->allowed) {
H A Dincore.h313 u64 allowed; member in struct:gfs2_alloc_parms
H A Dfile.c1306 /* ap.allowed tells us how many blocks quota will allow
1309 if (ap.allowed)
1310 max_blks = ap.allowed;
/linux-master/include/scsi/
H A Dscsi_device.h40 * Only internal commands allowed (for inq) */
42 * All commands allowed */
44 * Only error handler commands allowed */
46 * no commands allowed */
521 s8 allowed; member in struct:scsi_failure
/linux-master/net/core/
H A Dbpf_sk_storage.c420 .allowed = bpf_sk_storage_tracing_allowed,
430 .allowed = bpf_sk_storage_tracing_allowed,
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c776 * allowed.
893 * opening for write-only should be allowed, but not read-write.
1304 /* Readdir access is allowed. */
1309 /* Readdir access is allowed. */
1327 * LANDLOCK_ACCESS_FS_WRITE_FILE must not be allowed because it would
1338 /* Readdir access is still allowed. */
1343 /* Readdir access is still allowed. */
1359 /* Readdir access is still allowed. */
1364 /* Readdir access is still allowed. */
1389 /* Readdir access is still allowed
3695 const __u64 allowed; local
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_pci.c878 if (xe->d3cold.allowed) {
903 if (xe->d3cold.allowed) {
/linux-master/scripts/
H A Dcheckpatch.pl3096 # Only one name comment should be allowed
3824 # Check the allowed long line types first
5023 # check for spacing round square brackets; allowed:
5261 # unary ++ and unary -- are allowed no space on one side.
5542 # but this is not allowed here as many ?: uses would appear to be labels
5873 #no spaces allowed after \ in define
6121 my @allowed = ();
6133 $allowed[$allow] = 0;
6136 # We have looked at and allowed this specific line.
6146 #print "cond<$cond> block<$block> allowed<
[all...]
/linux-master/arch/m68k/ifpsp060/
H A Dos.S65 | The result is that Unix processes are allowed to sleep as a consequence
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S399 | process is allowed to sleep as a consequence of a page fault during
/linux-master/security/selinux/ss/
H A Dconditional.c585 avd->allowed |= node->datum.u.data;
/linux-master/drivers/ata/
H A Dlibata-eh.c652 scmd->retries = scmd->allowed;
1072 * is not allowed to perform any operation until the port is
1190 scmd->retries = scmd->allowed;
1201 * SCSI midlayer limits the number of retries to scmd->allowed.
1202 * scmd->allowed is incremented for commands which get retried
1209 scmd->allowed++;
3333 * Making sure retry is allowed at least once and
3338 qc->scsicmd->allowed = max(qc->scsicmd->allowed, 1);
3939 * will not increment scmd->allowed, s
[all...]
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c625 * With SCPM enabled, the allowed featuremasks setting(via
628 * Thus, we just assume all the features are allowed under
632 bitmap_fill(feature->allowed, SMU_FEATURE_MAX);
636 bitmap_zero(feature->allowed, SMU_FEATURE_MAX);
643 bitmap_or(feature->allowed, feature->allowed,
1215 bitmap_zero(smu->smu_feature.allowed, SMU_FEATURE_MAX);
1618 dev_err(adev->dev, "Failed to set driver allowed features mask!\n");
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_common.c445 dev_info(&adapter->pdev->dev, "Number of allowed Guest VLANs = %d\n",
1990 u8 allowed = 0; local
2008 allowed = 1;
2011 if (!allowed)
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c754 if (bitmap_empty(feature->allowed, SMU_FEATURE_MAX) || feature->feature_num < 64) {
759 bitmap_to_arr32(feature_mask, feature->allowed, 64);
1902 * Separate MCLK and SOCCLK soft min/max settings are not allowed
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c718 if (bitmap_empty(feature->allowed, SMU_FEATURE_MAX) ||
722 bitmap_to_arr32(feature_mask, feature->allowed, 64);
1703 /* Only allowed in manual mode */
1717 "Fine grain setting minimum sclk (%ld) MHz is less than the minimum allowed (%d) MHz\n",
1725 "Fine grain setting maximum sclk (%ld) MHz is greater than the maximum allowed (%d) MHz\n",

Completed in 314 milliseconds

12345