Searched refs:version (Results 1 - 25 of 3342) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_gettimeofday.c25 const char *version = versions[VDSO_VERSION]; local
38 gtod_t gtod = (gtod_t)vdso_sym(version, name[0]);
H A Dvdso_test_getcpu.c24 const char *version = versions[VDSO_VERSION]; local
39 get_cpu = (getcpu_t)vdso_sym(version, name[4]);
/linux-master/include/linux/
H A Dcompiler_types.h472 #define __diag_GCC(version, severity, string)
478 #define __diag_ignore(compiler, version, option, comment) \
479 __diag_ ## compiler(version, ignore, option)
480 #define __diag_warn(compiler, version, option, comment) \
481 __diag_ ## compiler(version, warn, option)
482 #define __diag_error(compiler, version, option, comment) \
483 __diag_ ## compiler(version, error, option)
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h45 * @version: Version of this structure
55 u16 version; member in struct:vbt_header
67 * @version: Version of the data block definitions
73 u16 version; member in struct:bdb_header
79 * BDB version number dependencies are documented as:
82 * indicates the field was introduced in version <start>
86 * indicates the field was introduced in version <start>
87 * and obsoleted in version <end>+1.
89 * ??? indicates the specific version number is unknown
386 * version i
977 u8 version; member in struct:bdb_mipi_sequence
[all...]
H A Dintel_bios.c373 if (i915->display.vbt.version < 155)
810 * relationship between the block size vs. BDB version.
913 if (i915->display.vbt.version >= 188) {
939 if (i915->display.vbt.version < 229)
1044 if (i915->display.vbt.version >= 191) {
1055 if (i915->display.vbt.version >= 234) {
1062 if (i915->display.vbt.version >= 236)
1083 if (i915->display.vbt.version >= 239)
1167 if (i915->display.vbt.version >= 155 &&
1175 if (i915->display.vbt.version >
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c1758 process_priv.version = KFD_CRIU_PRIV_VERSION;
2157 if (process_priv.version != KFD_CRIU_PRIV_VERSION) {
2158 pr_err("Invalid CRIU API version (checkpointed:%d current:%d)\n",
2159 process_priv.version, KFD_CRIU_PRIV_VERSION);
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c476 * or can live with a stale version when updated by
2456 * returns 0 if the versions match, else the previously selected ABI version
2459 unsigned int version)
2461 int abiv = atomic_cmpxchg(&cdata->watch_abi_version, 0, version);
2463 if (abiv == version)
2458 lineinfo_ensure_abi_version(struct gpio_chardev_data *cdata, unsigned int version) argument
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2511 da.version = 4;
5417 info->extended_info.version = cpu_to_le32(1);
6007 da.version = 4;
H A Doplock.c107 lease->version = lctx->version;
832 if (lease->version == 2)
1050 lease2->version = lease1->version;
1106 if (lctx->version != 2)
1149 if (!opinfo || !opinfo->is_lease || opinfo->o_lease->version != 2)
1204 if (!lctx || lctx->version != 2 ||
1462 if (lease->version == 2) {
1535 lreq->version
[all...]
/linux-master/fs/bcachefs/
H A Dsuper.c852 if (le16_to_cpu(sb->version) <= bcachefs_metadata_version_inode_v2 &&
856 if (le16_to_cpu(sb->version) <= bcachefs_metadata_version_inode_v2 &&
978 prt_str(&p, "mounting version ");
979 bch2_version_to_text(&p, c->sb.version);
1110 if (le16_to_cpu(fs->sb->version) < bcachefs_metadata_version_member_seq ||
1111 le16_to_cpu(sb->sb->version) < bcachefs_metadata_version_member_seq)
2164 module_param_named(version, bch2_metadata_version, uint, 0400);
H A Dsuper-io.c31 u16 version; member in struct:bch2_metadata_version
37 .version = v, \
46 const char *str = "(unknown version)";
49 if (bch2_metadata_versions[i].version == v) {
63 if (bch2_metadata_versions[i].version > v &&
64 BCH_VERSION_MAJOR(bch2_metadata_versions[i].version) ==
66 v = bch2_metadata_versions[i].version;
311 u16 version = le16_to_cpu(sb->version); local
314 if (!bch2_version_compatible(version)) {
[all...]
H A Drecovery.c497 bch2_latest_compatible_version(c->sb.version));
498 unsigned old_version = c->sb.version_upgrade_complete ?: c->sb.version;
527 if (old_version != c->sb.version) {
531 bch2_version_to_text(&buf, c->sb.version);
535 prt_printf(&buf, "Doing %s version upgrade from ",
592 bch_err(c, "filesystem needs recovery from older version; run fsck from older bcachefs-tools to fix");
628 BCH_VERSION_MINOR(c->sb.version));
838 if (BCH_SB_VERSION_UPGRADE_COMPLETE(c->disk_sb.sb) != le16_to_cpu(c->disk_sb.sb->version)) {
839 SET_BCH_SB_VERSION_UPGRADE_COMPLETE(c->disk_sb.sb, le16_to_cpu(c->disk_sb.sb->version));
H A Dsb-clean.c41 le16_to_cpu(c->disk_sb.sb->version),
H A Dmove.c1006 if (b->version_ondisk != c->sb.version ||
1030 c->disk_sb.sb->version_min = c->disk_sb.sb->version;
H A Dio_write.c686 struct bversion version,
696 e->k.version = version;
772 ret = bch2_rechecksum_bio(c, bio, op->version, op->crc,
788 struct nonce nonce = extent_nonce(op->version, op->crc);
853 extent_nonce(op->version, op->crc),
922 init_append_extent(op, wp, op->version, op->crc);
942 struct bversion version = op->version; local
981 if (bversion_zero(version)) {
684 init_append_extent(struct bch_write_op *op, struct write_point *wp, struct bversion version, struct bch_extent_crc_unpacked crc) argument
[all...]
H A Dchecksum.c384 struct bversion version,
392 struct nonce nonce = extent_nonce(version, crc_old);
430 extent_nonce(version, crc_old), bio);
383 bch2_rechecksum_bio(struct bch_fs *c, struct bio *bio, struct bversion version, struct bch_extent_crc_unpacked crc_old, struct bch_extent_crc_unpacked *crc_a, struct bch_extent_crc_unpacked *crc_b, unsigned len_a, unsigned len_b, unsigned new_csum_type) argument
H A Dbcachefs_format.h72 * inode number, 64 bit offset, 96 bit version field, etc.) for negligible cost.
219 struct bversion version; member in struct:bkey
225 struct bversion version; member in struct:bkey
232 * The big-endian version of bkey can't be compiled by rustc with the "aligned"
235 * version because the "packed" attr is redundant in that case.
246 * version, is just a special case version of a bkey_packed; all the packed
330 bkey_format_field(VERSION_HI, version.hi), \
331 bkey_format_field(VERSION_LO, version.lo), \
370 * override keys in composition order. Their version numbe
833 __le16 version; member in struct:bch_sb_field_downgrade_entry
937 __le16 version; member in struct:bch_sb
1447 __le32 version; member in struct:jset
1587 __le16 version; member in struct:bset
[all...]
H A Dbkey_methods.c288 prt_printf(out, " len %u ver %llu", k->size, k->version.lo);
378 unsigned version, unsigned big_endian,
399 if (version < bcachefs_metadata_version_bkey_renumber)
403 if (version < bcachefs_metadata_version_inode_btree_change &&
428 if (version < bcachefs_metadata_version_snapshot &&
466 ops->compat(btree_id, version, big_endian, write, u);
377 __bch2_bkey_compat(unsigned level, enum btree_id btree_id, unsigned version, unsigned big_endian, int write, struct bkey_format *f, struct bkey_packed *k) argument
H A Dbackpointers.c486 struct nonce nonce = extent_nonce(extent.k->version, p.crc);
/linux-master/drivers/net/ethernet/micrel/
H A Dks8851_common.c704 strscpy(di->version, "1.00", sizeof(di->version));
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h42 /* Device version */
534 * Get firmware version
670 void (*get_regs)(struct hnae3_handle *handle, u32 *version,
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1505 regs->version = chip->info->prod_num;
/linux-master/drivers/usb/dwc3/
H A Dcore.c12 #include <linux/version.h>
1196 * out which kernel version a bug was found.
1256 * ENDXFER polling is available on version 3.10a and later of
1660 * Workaround for STAR 9000961433 which affects only version
1664 * affected version.
/linux-master/drivers/misc/mei/pxp/
H A Dmei_pxp.c328 { .uuid = MEI_GUID_PXP, .version = MEI_CL_VERSION_ANY },
/linux-master/drivers/input/mouse/
H A Damimouse.c107 dev->id.version = 0x0100;

Completed in 404 milliseconds

1234567891011>>