Searched refs:_validate (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/riscv/include/asm/ |
D | cpufeature.h | 36 #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/ |
D | cs_prctl_test.c | 221 #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/ |
D | devlink.h | 580 #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/ |
D | sony-laptop.c | 649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument 654 .validate = _validate, \
|
/linux-6.12.1/fs/bcachefs/ |
D | journal_io.c | 819 .validate = journal_entry_##f##_validate, \
|