Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 25 of 66) sorted by relevance

123

/linux-4.19.296/include/linux/
Dkvm_para.h8 static inline bool kvm_para_has_feature(unsigned int feature) in kvm_para_has_feature() argument
10 return !!(kvm_arch_para_features() & (1UL << feature)); in kvm_para_has_feature()
13 static inline bool kvm_para_has_hint(unsigned int feature) in kvm_para_has_hint() argument
15 return !!(kvm_arch_para_hints() & (1UL << feature)); in kvm_para_has_hint()
Dnetdev_features.h161 static inline int find_next_netdev_feature(u64 feature, unsigned long start) in find_next_netdev_feature() argument
166 feature &= ~0ULL >> (-start & ((sizeof(feature) * 8) - 1)); in find_next_netdev_feature()
168 return fls64(feature) - 1; in find_next_netdev_feature()
Dcpufeature.h49 { { .feature = cpu_feature(x) }, { } }; \
Dmod_devicetable.h634 __u16 feature; /* bit index */ member
652 __u16 feature; member
/linux-4.19.296/fs/btrfs/
Dsysfs.h54 #define BTRFS_FEAT_ATTR_COMPAT(name, feature) \ argument
55 BTRFS_FEAT_ATTR(name, FEAT_COMPAT, BTRFS_FEATURE_COMPAT, feature)
56 #define BTRFS_FEAT_ATTR_COMPAT_RO(name, feature) \ argument
57 BTRFS_FEAT_ATTR(name, FEAT_COMPAT_RO, BTRFS_FEATURE_COMPAT_RO, feature)
58 #define BTRFS_FEAT_ATTR_INCOMPAT(name, feature) \ argument
59 BTRFS_FEAT_ATTR(name, FEAT_INCOMPAT, BTRFS_FEATURE_INCOMPAT, feature)
/linux-4.19.296/fs/overlayfs/
DKconfig14 bool "Overlayfs: turn on redirect directory feature by default"
25 feature will have unexpected results.
45 bool "Overlayfs: turn on inodes index feature by default"
54 The inodes index feature prevents breaking of lower hardlinks on copy
57 Note, that the inodes index feature is not backward compatible.
59 that doesn't support this feature will have unexpected results.
64 bool "Overlayfs: turn on NFS export feature by default"
75 The NFS export feature creates an index on copy up of every file and
82 Note, that the NFS export feature is not backward compatible.
84 that doesn't support this feature will have unexpected results.
[all …]
/linux-4.19.296/virt/kvm/arm/
Dpsci.c309 u32 feature; in kvm_psci_1_0_call() local
318 feature = smccc_get_arg1(vcpu); in kvm_psci_1_0_call()
319 switch(feature) { in kvm_psci_1_0_call()
405 u32 feature; in kvm_hvc_call_handler() local
412 feature = smccc_get_arg1(vcpu); in kvm_hvc_call_handler()
413 switch(feature) { in kvm_hvc_call_handler()
/linux-4.19.296/fs/nilfs2/
Dsysfs.h62 NILFS_COMMON_ATTR_STRUCT(feature);
105 NILFS_INFO_ATTR(feature, name)
107 NILFS_RO_ATTR(feature, name)
109 NILFS_RW_ATTR(feature, name)
DKconfig18 its writable mount, and this feature is convenient for online backup.
/linux-4.19.296/include/trace/events/
Dlibata.h167 __field( unsigned char, feature )
191 __entry->feature = qc->tf.feature;
202 __parse_subcmd(__entry->cmd, __entry->feature, __entry->hob_nsect),
203 __entry->cmd, __entry->feature, __entry->nsect,
248 __entry->error = qc->result_tf.feature;
/linux-4.19.296/include/uapi/linux/
Dhdreg.h80 __u8 feature; member
87 __u8 feature; member
98 __u8 feature; member
Duhid.h188 struct uhid_feature_req feature; member
/linux-4.19.296/drivers/hid/
Dhid-magicmouse.c503 const u8 feature[] = { 0xd7, 0x01 }; in magicmouse_probe() local
555 buf = kmemdup(feature, sizeof(feature), GFP_KERNEL); in magicmouse_probe()
569 ret = hid_hw_raw_request(hdev, buf[0], buf, sizeof(feature), in magicmouse_probe()
572 if (ret != -EIO && ret != sizeof(feature)) { in magicmouse_probe()
/linux-4.19.296/fs/crypto/
DKconfig14 feature is similar to ecryptfs, but it is more memory
/linux-4.19.296/fs/xfs/
DKconfig77 mounted XFS filesystem. This feature is intended to reduce
82 This feature is considered EXPERIMENTAL. Use with caution!
94 mounted XFS filesystem. This feature is intended to reduce
100 This feature is considered EXPERIMENTAL. Use with caution!
/linux-4.19.296/include/drm/
Ddrm_drv.h662 static inline bool drm_core_check_feature(struct drm_device *dev, int feature) in drm_core_check_feature() argument
664 return dev->driver->driver_features & feature; in drm_core_check_feature()
/linux-4.19.296/lib/
DKconfig.kasan15 This is strictly a debugging feature and it requires a gcc version
18 This feature consumes about 1/8 of available memory and brings about
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_format.h448 uint32_t feature) in xfs_sb_has_compat_feature() argument
450 return (sbp->sb_features_compat & feature) != 0; in xfs_sb_has_compat_feature()
464 uint32_t feature) in xfs_sb_has_ro_compat_feature() argument
466 return (sbp->sb_features_ro_compat & feature) != 0; in xfs_sb_has_ro_compat_feature()
481 uint32_t feature) in xfs_sb_has_incompat_feature() argument
483 return (sbp->sb_features_incompat & feature) != 0; in xfs_sb_has_incompat_feature()
491 uint32_t feature) in xfs_sb_has_incompat_log_feature() argument
493 return (sbp->sb_features_log_incompat & feature) != 0; in xfs_sb_has_incompat_log_feature()
/linux-4.19.296/block/
DKconfig43 The ext4 filesystem requires that this feature be enabled in
44 order to support filesystems that have the huge_file feature
46 mode any filesystems that use the huge_file feature, which is
49 The GFS2 filesystem also requires this feature.
/linux-4.19.296/drivers/isdn/i4l/
DKconfig19 feature. See <file:Documentation/isdn/README.syncppp> and
85 This feature provides the X.25 protocol over ISDN connections.
90 menu "ISDN feature submodules"
/linux-4.19.296/fs/f2fs/
DKconfig66 bool "F2FS consistency checking feature"
80 feature is similar to ecryptfs, but it is more memory
/linux-4.19.296/drivers/pci/
DKconfig106 I/O Virtualization is a PCI feature supported by some devices
129 use of this feature an IOMMU is required which also supports PASIDs.
/linux-4.19.296/drivers/isdn/capi/
DKconfig6 of CAPI messages. This feature can be enabled/disabled via IOCTL for
/linux-4.19.296/drivers/eisa/
DKconfig52 can disable this feature and you'll get device ID instead of
/linux-4.19.296/fs/jffs2/
DKconfig57 This feature makes it possible to use summary information
135 This feature was added in July, 2007. Say 'N' if you need

123