Home
last modified time | relevance | path

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

/kernel/gcov/
Dclang.c62 unsigned int version; member
113 void llvm_gcda_start_file(const char *orig_filename, const char version[4], in llvm_gcda_start_file()
117 memcpy(&current_info->version, version, sizeof(current_info->version)); in llvm_gcda_start_file()
122 void llvm_gcda_start_file(const char *orig_filename, u32 version, u32 checksum) in llvm_gcda_start_file() argument
125 current_info->version = version; in llvm_gcda_start_file()
202 return info->version; in gcov_info_version()
533 pos += store_gcov_u32(buffer, pos, info->version); in convert_to_gcda()
Dgcc_4_7.c98 unsigned int version; member
126 return info->version; in gcov_info_version()
463 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.c135 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
136 init_utsname()->version); in check_hung_task()
Dtaskstats.c170 stats->version = TASKSTATS_VERSION; in fill_stats()
246 stats->version = TASKSTATS_VERSION; in fill_stats_for_tgid()
663 .version = TASKSTATS_GENL_VERSION,
Drseq.c143 rseq_cs->version > 0) in rseq_get_rseq_cs()
Dparams.c843 return scnprintf(buf, PAGE_SIZE, "%s\n", vattr->version); in __modver_version_show()
Drelay.c590 chan->version = RELAYFS_CHANNEL_VERSION; in relay_open()
Dsys.c1328 memcpy(&tmp.version, &utsname()->version, __OLD_UTS_LEN); in SYSCALL_DEFINE1()
Dmodule.c814 MODINFO_ATTR(version);
/kernel/livepatch/
Dstate.c98 return state->version >= old_state->version; in klp_is_state_compatible()
/kernel/rcu/
DKconfig57 This option selects the sleepable version of RCU. This version
65 This option selects the single-CPU non-preemptible version of SRCU.
71 This option selects the full-fledged version of SRCU.
/kernel/sched/
Ddebug.c767 (int)strcspn(init_utsname()->version, " "), in sched_debug_header()
768 init_utsname()->version); in sched_debug_header()
/kernel/power/
Dsnapshot.c2035 if (strcmp(info->uts.version,init_utsname()->version)) in check_image_kernel()
/kernel/debug/kdb/
Dkdb_main.c2580 kdb_printf("version %s\n", init_uts_ns.name.version); in kdb_summary()
/kernel/locking/
Dlockdep.c771 (int)strcspn(init_utsname()->version, " "), in print_kernel_ident()
772 init_utsname()->version, in print_kernel_ident()
/kernel/bpf/
Dbtf.c1376 __btf_verifier_log(log, "version: %u\n", hdr->version); in btf_verifier_log_hdr()
4092 if (hdr->version != BTF_VERSION) { in btf_parse_hdr()
/kernel/trace/
DKconfig62 C version of recordmcount available?