Searched refs:major (Results 1 – 4 of 4) sorted by relevance
/kernel/ |
D | auditsc.c | 154 n = ctx->major; in audit_match_perm() 852 if (audit_in_mask(&e->rule, ctx->major) && in audit_filter_syscall() 877 if (audit_in_mask(&e->rule, ctx->major) && in audit_filter_inode_name() 989 ctx->major = 0; in audit_reset_context() 1690 context->arch, context->major); in audit_log_exit() 2007 void __audit_syscall_entry(int major, unsigned long a1, unsigned long a2, in __audit_syscall_entry() argument 2035 context->major = major; in __audit_syscall_entry()
|
D | audit.h | 111 int major; /* syscall number */ member
|
/kernel/time/ |
D | Kconfig | 163 The major pre-requirement for full dynticks to work is to
|
/kernel/bpf/ |
D | cgroup.c | 1520 int __cgroup_bpf_check_dev_permission(short dev_type, u32 major, u32 minor, in __cgroup_bpf_check_dev_permission() argument 1526 .major = major, in __cgroup_bpf_check_dev_permission()
|