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/tools/testing/selftests/landlock/
H A Dfs_test.c799 * allowed.
916 * opening for write-only should be allowed, but not read-write.
1327 /* Readdir access is allowed. */
1332 /* Readdir access is allowed. */
1350 * LANDLOCK_ACCESS_FS_WRITE_FILE must not be allowed because it would
1361 /* Readdir access is still allowed. */
1366 /* Readdir access is still allowed. */
1382 /* Readdir access is still allowed. */
1387 /* Readdir access is still allowed. */
1412 /* Readdir access is still allowed
3718 const __u64 allowed; local
4166 const __u64 allowed; local
[all...]
/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;
1298 cmd->allowed = sdkp->max_retries;
1678 .allowed = 3,
1828 .allowed = 5,
1930 .allowed = 5,
2307 .allowed = 3,
2629 .allowed
[all...]
H A Dsd_zbc.c352 cmd->allowed = 0;
H A Dsr.c464 SCpnt->allowed = MAX_RETRIES;
727 .allowed = 3,
H A Dstorvsc_drv.c1690 bool allowed = true; local
1702 allowed = false;
1707 return allowed;
/linux-master/fs/btrfs/
H A Dvolumes.c871 * 2b must not be allowed at all time.
1369 * and we are not allowed to call set_blocksize during the scan. The superblock
4221 * Validate target profile against allowed profiles and return true if it's OK.
4226 u64 allowed, const char *type)
4231 /* Profile is valid and does not have bits outside of the allowed set */
4233 (bargs->target & ~allowed) == 0)
4403 u64 allowed; local
4419 allowed = btrfs_super_incompat_flags(fs_info->super_copy);
4420 if (allowed & BTRFS_FEATURE_INCOMPAT_MIXED_GROUPS)
4427 allowed
4224 validate_convert_profile(struct btrfs_fs_info *fs_info, const struct btrfs_balance_args *bargs, u64 allowed, const char *type) argument
[all...]
/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/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))
861 * @min: Set to minimum request size if partial requests are allowed.
/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.c1307 /* ap.allowed tells us how many blocks quota will allow
1310 if (ap.allowed)
1311 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/drivers/gpu/drm/xe/
H A Dxe_pci.c896 if (xe->d3cold.allowed) {
921 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
6127 my @allowed = ();
6139 $allowed[$allow] = 0;
6142 # We have looked at and allowed this specific line.
6152 #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.c588 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.c626 * With SCPM enabled, the allowed featuremasks setting(via
629 * Thus, we just assume all the features are allowed under
633 bitmap_fill(feature->allowed, SMU_FEATURE_MAX);
637 bitmap_zero(feature->allowed, SMU_FEATURE_MAX);
644 bitmap_or(feature->allowed, feature->allowed,
1221 bitmap_zero(smu->smu_feature.allowed, SMU_FEATURE_MAX);
1624 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);
1906 * 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.c735 if (bitmap_empty(feature->allowed, SMU_FEATURE_MAX) ||
739 bitmap_to_arr32(feature_mask, feature->allowed, 64);
1774 /* Only allowed in manual mode */
1788 "Fine grain setting minimum sclk (%ld) MHz is less than the minimum allowed (%d) MHz\n",
1796 "Fine grain setting maximum sclk (%ld) MHz is greater than the maximum allowed (%d) MHz\n",

Completed in 416 milliseconds

12345