Searched refs:check_version (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/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 | internal.h | 378 int check_version(const struct load_info *info, 394 static inline int check_version(const struct load_info *info, in check_version() function
|
| H A D | main.c | 1163 if (!check_version(info, name, mod, fsa.crc)) { in resolve_symbol()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | Makefile | 176 check: check_abi check_version 205 check_version: $(VERSION_SCRIPT) libbpf_version.h target 268 PHONY += force cscope tags check check_abi check_version
|
| /linux-6.15/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-6.15/tools/testing/kunit/ |
| H A D | kunit_parser.py | 253 def check_version(version_num: int, accepted_versions: List[int], function 294 check_version(version_num, KTAP_VERSIONS, 'KTAP', test, printer) 297 check_version(version_num, TAP_VERSIONS, 'TAP', test, printer)
|
| /linux-6.15/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-6.15/drivers/crypto/caam/ |
| H A D | ctrl.c | 623 static bool check_version(struct fsl_mc_version *mc_version, u32 major, in check_version() function 1021 ctrlpriv->pr_support = check_version(mc_version, 10, 20, in caam_probe()
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | btrtl.c | 1081 check_version: in btrtl_initialize() 1161 goto check_version; in btrtl_initialize()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-ioctl.c | 1902 static int check_version(unsigned int cmd, struct dm_ioctl __user *user, in check_version() function 2070 r = check_version(cmd, user, ¶m_kernel); in ctl_ioctl()
|