Home
last modified time | relevance | path

Searched refs:version (Results 1 – 20 of 20) sorted by relevance

/kernel/gcov/
Dclang.c62 unsigned int version; member
108 void llvm_gcda_start_file(const char *orig_filename, const char version[4], in llvm_gcda_start_file()
112 memcpy(&current_info->version, version, sizeof(current_info->version)); in llvm_gcda_start_file()
172 return info->version; in gcov_info_version()
458 pos += store_gcov_u32(buffer, pos, info->version); in convert_to_gcda()
Dgcc_3_4.c74 unsigned int version; member
99 return info->version; in gcov_info_version()
263 dup->version = info->version; in gcov_info_dup()
541 rc = seq_write_gcov_u32(seq, iter->info->version); in gcov_iter_write()
DKconfig59 The gcov format is usually determined by the GCC version, and the
60 default is chosen according to your GCC version. However, there are
61 exceptions where format changes are integrated in lower-version GCCs.
Dgcc_4_7.c88 unsigned int version; member
112 return info->version; in gcov_info_version()
449 pos += store_gcov_u32(buffer, pos, info->version); in convert_to_gcda()
/kernel/
Dcapability.c84 __u32 version; in cap_validate_magic() local
86 if (get_user(version, &header->version)) in cap_validate_magic()
89 switch (version) { in cap_validate_magic()
101 if (put_user((u32)_KERNEL_CAPABILITY_VERSION, &header->version)) in cap_validate_magic()
Dutsname_sysctl.c92 .data = init_uts_ns.name.version,
93 .maxlen = sizeof(init_uts_ns.name.version),
Dhung_task.c134 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
135 init_utsname()->version); in check_hung_task()
Dtaskstats.c174 stats->version = TASKSTATS_VERSION; in fill_stats()
250 stats->version = TASKSTATS_VERSION; in fill_stats_for_tgid()
687 .version = TASKSTATS_GENL_VERSION,
Drseq.c138 rseq_cs->version > 0) in rseq_get_rseq_cs()
Dparams.c842 return scnprintf(buf, PAGE_SIZE, "%s\n", vattr->version); in __modver_version_show()
Drelay.c584 chan->version = RELAYFS_CHANNEL_VERSION; in relay_open()
Dsys.c1293 memcpy(&tmp.version, &utsname()->version, __OLD_UTS_LEN); in SYSCALL_DEFINE1()
Dmodule.c797 MODINFO_ATTR(version);
/kernel/rcu/
DKconfig56 This option selects the sleepable version of RCU. This version
64 This option selects the single-CPU non-preemptible version of SRCU.
70 This option selects the full-fledged version of SRCU.
/kernel/sched/
Ddebug.c698 (int)strcspn(init_utsname()->version, " "), in sched_debug_header()
699 init_utsname()->version); in sched_debug_header()
/kernel/power/
Dsnapshot.c2034 if (strcmp(info->uts.version,init_utsname()->version)) in check_image_kernel()
/kernel/bpf/
Dbtf.c807 __btf_verifier_log(log, "version: %u\n", hdr->version); in btf_verifier_log_hdr()
3264 if (hdr->version != BTF_VERSION) { in btf_parse_hdr()
/kernel/locking/
Dlockdep.c719 (int)strcspn(init_utsname()->version, " "), in print_kernel_ident()
720 init_utsname()->version, in print_kernel_ident()
/kernel/debug/kdb/
Dkdb_main.c2521 kdb_printf("version %s\n", init_uts_ns.name.version); in kdb_summary()
/kernel/trace/
DKconfig59 C version of recordmcount available?