Home
last modified time | relevance | path

Searched refs:_validate (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/riscv/include/asm/
H A Dcpufeature.h41 #define _RISCV_ISA_EXT_DATA(_name, _id, _subset_exts, _subset_exts_size, _validate) { \ argument
47 .validate = _validate \
52 #define __RISCV_ISA_EXT_DATA_VALIDATE(_name, _id, _validate) \ argument
53 _RISCV_ISA_EXT_DATA(_name, _id, NULL, 0, _validate)
59 #define __RISCV_ISA_EXT_BUNDLE_VALIDATE(_name, _bundled_exts, _validate) \ argument
61 ARRAY_SIZE(_bundled_exts), _validate)
66 #define __RISCV_ISA_EXT_SUPERSET_VALIDATE(_name, _id, _sub_exts, _validate) \ argument
67 _RISCV_ISA_EXT_DATA(_name, _id, _sub_exts, ARRAY_SIZE(_sub_exts), _validate)
/linux-6.15/tools/testing/selftests/sched/
H A Dcs_prctl_test.c221 #define validate(v) _validate(__LINE__, v, #v)
222 void _validate(int line, int val, char *msg) in _validate() function
/linux-6.15/include/net/
H A Ddevlink.h581 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument
590 .validate = _validate, \
593 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument
601 .validate = _validate, \
/linux-6.15/drivers/platform/x86/
H A Dsony-laptop.c649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument
654 .validate = _validate, \
/linux-6.15/fs/bcachefs/
H A Djournal_io.c842 .validate = journal_entry_##f##_validate, \