Home
last modified time | relevance | path

Searched refs:more_checks (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/ipc/
H A Dutil.h109 int (*more_checks)(struct kern_ipc_perm *, struct ipc_params *); member
H A Dutil.c422 if (ops->more_checks) in ipcget_public()
423 err = ops->more_checks(ipcp, params); in ipcget_public()
H A Dsem.c605 .more_checks = sem_more_checks, in ksys_semget()
H A Dshm.c827 .more_checks = shm_more_checks, in ksys_shmget()
/kernel/linux/linux-6.6/ipc/
H A Dutil.h107 int (*more_checks)(struct kern_ipc_perm *, struct ipc_params *); member
H A Dutil.c423 if (ops->more_checks) in ipcget_public()
424 err = ops->more_checks(ipcp, params); in ipcget_public()
H A Dsem.c608 .more_checks = sem_more_checks, in ksys_semget()
H A Dshm.c837 .more_checks = shm_more_checks, in ksys_shmget()

Completed in 15 milliseconds