Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/include/asm/
Dcpufeature.h36 #define _RISCV_ISA_EXT_DATA(_name, _id, _subset_exts, _subset_exts_size, _validate) { \ argument
42 .validate = _validate \
47 #define __RISCV_ISA_EXT_DATA_VALIDATE(_name, _id, _validate) \ argument
48 _RISCV_ISA_EXT_DATA(_name, _id, NULL, 0, _validate)
58 #define __RISCV_ISA_EXT_SUPERSET_VALIDATE(_name, _id, _sub_exts, _validate) \ argument
59 _RISCV_ISA_EXT_DATA(_name, _id, _sub_exts, ARRAY_SIZE(_sub_exts), _validate)
/linux-6.12.1/tools/testing/selftests/sched/
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.12.1/include/net/
Ddevlink.h580 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument
589 .validate = _validate, \
592 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument
600 .validate = _validate, \
/linux-6.12.1/drivers/platform/x86/
Dsony-laptop.c649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument
654 .validate = _validate, \
/linux-6.12.1/fs/bcachefs/
Djournal_io.c819 .validate = journal_entry_##f##_validate, \