Searched refs:check_version (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/module/ |
| H A D | version.c | 13 int check_version(const struct load_info *info, in check_version() function 93 return check_version(info, "module_layout", mod, fsa.crc); in check_modstruct_version()
|
| H A D | main.c | 1290 if (!check_version(info, name, mod, fsa.crc)) { in resolve_symbol()
|
| /linux/tools/lib/bpf/ |
| H A D | Makefile | 177 check: check_abi check_version 206 check_version: $(VERSION_SCRIPT) libbpf_version.h 269 PHONY += force cscope tags check check_abi check_version 205 check_version: $(VERSION_SCRIPT) libbpf_version.h global() target
|
| /linux/scripts/ |
| H A D | generate_rust_target.rs | 171 let check_version = 100000 * major + 100 * minor + patch; in rustc_version_atleast() localVariable 178 check_version <= actual_version in rustc_version_atleast()
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_parser.py | 254 def check_version(version_num: int, accepted_versions: List[int], 295 check_version(version_num, KTAP_VERSIONS, 'KTAP', test, printer) 298 check_version(version_num, TAP_VERSIONS, 'TAP', test, printer) 253 def check_version(version_num: int, accepted_versions: List[int], global() function
|
| /linux/fs/dlm/ |
| H A D | plock.c | 68 static int check_version(struct dlm_plock_info *info) in check_version() function 535 if (check_version(&info)) in dev_write()
|
| H A D | user.c | 468 static int check_version(struct dlm_write_request *req) in check_version() function 535 if (check_version(kbuf)) { in device_write()
|
| /linux/drivers/bluetooth/ |
| H A D | btrtl.c | 1088 check_version: in btrtl_initialize() 1168 goto check_version; in btrtl_initialize()
|