Home
last modified time | relevance | path

Searched refs:more_checks (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/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 Dshm.c837 .more_checks = shm_more_checks, in ksys_shmget()
H A Dsem.c608 .more_checks = sem_more_checks, in ksys_semget()