Searched defs:DEFAULT (Results 1 – 10 of 10) sorted by relevance
/linux-6.8/kernel/bpf/ |
D | bpf_lsm.c | 24 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 33 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) argument
|
/linux-6.8/include/linux/ |
D | lsm_hooks.h | 35 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); argument 41 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME; argument
|
D | bpf_lsm.h | 16 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/linux-6.8/security/bpf/ |
D | hooks.c | 11 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/linux-6.8/scripts/ |
D | checkkconfigsymbols.py | 26 DEFAULT = r"default\s+.*?(?:if\s.+){,1}" variable
|
/linux-6.8/tools/testing/selftests/bpf/ |
D | bpf_experimental.h | 263 #define __bpf_cmp(LHS, OP, SIGN, PRED, RHS, DEFAULT) \ argument
|
/linux-6.8/drivers/staging/emxx_udc/ |
D | emxx_udc.h | 56 #define DEFAULT BIT(4) macro 68 #define DEFAULT BIT(4) macro
|
/linux-6.8/security/ |
D | security.c | 432 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ in early_security_init() argument 832 #define DECLARE_LSM_RET_DEFAULT_void(DEFAULT, NAME) argument 833 #define DECLARE_LSM_RET_DEFAULT_int(DEFAULT, NAME) \ argument 835 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/linux-6.8/drivers/tty/serial/ |
D | st-asc.c | 32 #define DEFAULT 0 macro
|
/linux-6.8/tools/perf/ |
D | builtin-script.c | 3014 enum { DEFAULT, SET, ADD, REMOVE } change = DEFAULT; in parse_output_fields() enumerator
|