Home
last modified time | relevance | path

Searched defs:DEFAULT (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/kernel/bpf/
A Dbpf_lsm.c24 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
33 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) argument
/linux-6.3-rc2/include/linux/
A Dlsm_hooks.h1657 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); argument
1663 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME; argument
A Dbpf_lsm.h16 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
/linux-6.3-rc2/security/bpf/
A Dhooks.c10 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
/linux-6.3-rc2/scripts/
A Dcheckkconfigsymbols.py26 DEFAULT = r"default\s+.*?(?:if\s.+){,1}" variable
/linux-6.3-rc2/drivers/staging/emxx_udc/
A Demxx_udc.h56 #define DEFAULT BIT(4) macro
68 #define DEFAULT BIT(4) macro
/linux-6.3-rc2/security/
A Dsecurity.c398 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ in early_security_init() argument
738 #define DECLARE_LSM_RET_DEFAULT_void(DEFAULT, NAME) argument
739 #define DECLARE_LSM_RET_DEFAULT_int(DEFAULT, NAME) \ argument
741 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
/linux-6.3-rc2/drivers/tty/serial/
A Dst-asc.c32 #define DEFAULT 0 macro
/linux-6.3-rc2/tools/perf/
A Dbuiltin-script.c3012 enum { DEFAULT, SET, ADD, REMOVE } change = DEFAULT; in parse_output_fields() enumerator

Completed in 28 milliseconds