Searched refs:version (Results 1 – 21 of 21) sorted by relevance
/kernel/gcov/ |
D | clang.c | 61 unsigned int version; member 105 void llvm_gcda_start_file(const char *orig_filename, u32 version, u32 checksum) in llvm_gcda_start_file() argument 108 current_info->version = version; in llvm_gcda_start_file() 163 return info->version; in gcov_info_version() 375 pos += store_gcov_u32(buffer, pos, info->version); in convert_to_gcda()
|
D | gcc_4_7.c | 95 unsigned int version; member 123 return info->version; in gcov_info_version() 395 pos += store_gcov_u32(buffer, pos, info->version); in convert_to_gcda()
|
/kernel/ |
D | capability.c | 84 __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()
|
D | utsname_sysctl.c | 102 .data = init_uts_ns.name.version, 103 .maxlen = sizeof(init_uts_ns.name.version),
|
D | hung_task.c | 138 (int)strcspn(init_utsname()->version, " "), in check_hung_task() 139 init_utsname()->version); in check_hung_task()
|
D | taskstats.c | 189 stats->version = TASKSTATS_VERSION; in fill_stats() 268 stats->version = TASKSTATS_VERSION; in fill_stats_for_tgid() 687 .version = TASKSTATS_GENL_VERSION,
|
D | rseq.c | 151 rseq_cs->version > 0) in rseq_get_rseq_cs()
|
D | params.c | 861 return scnprintf(buf, PAGE_SIZE, "%s\n", vattr->version); in __modver_version_show()
|
D | relay.c | 502 chan->version = RELAYFS_CHANNEL_VERSION; in relay_open()
|
D | sys.c | 1355 memcpy(&tmp.version, &utsname()->version, __OLD_UTS_LEN); in SYSCALL_DEFINE1()
|
/kernel/livepatch/ |
D | state.c | 98 return state->version >= old_state->version; in klp_is_state_compatible()
|
/kernel/module/ |
D | Kconfig | 29 Allow loading of modules without version information (ie. modprobe 88 the version). With this option, such a "srcversion" field 92 bool "SCM version for modules" 96 by developers to identify the SCM version of a given module, e.g. 97 git sha1 or hg sha1. The SCM version can be queried by modinfo or
|
D | Makefile | 21 obj-$(CONFIG_MODVERSIONS) += version.o
|
D | main.c | 528 MODINFO_ATTR(version);
|
/kernel/rcu/ |
D | Kconfig | 59 This option selects the sleepable version of RCU. This version 67 This option selects the single-CPU non-preemptible version of SRCU. 73 This option selects the full-fledged version of SRCU.
|
/kernel/sched/ |
D | debug.c | 798 (int)strcspn(init_utsname()->version, " "), in sched_debug_header() 799 init_utsname()->version); in sched_debug_header()
|
/kernel/power/ |
D | snapshot.c | 2124 if (strcmp(info->uts.version,init_utsname()->version)) in check_image_kernel()
|
/kernel/debug/kdb/ |
D | kdb_main.c | 2509 kdb_printf("version %s\n", init_uts_ns.name.version); in kdb_summary()
|
/kernel/locking/ |
D | lockdep.c | 803 (int)strcspn(init_utsname()->version, " "), in print_kernel_ident() 804 init_utsname()->version, in print_kernel_ident()
|
/kernel/trace/ |
D | Kconfig | 88 C version of recordmcount available?
|
/kernel/bpf/ |
D | btf.c | 1535 __btf_verifier_log(log, "version: %u\n", hdr->version); in btf_verifier_log_hdr() 4919 if (hdr->version != BTF_VERSION) { in btf_parse_hdr()
|