Home
last modified time | relevance | path

Searched refs:SEMOPM (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsem.h83 #define SEMOPM 500 /* <= 1 000 max num of ops per semop call */ macro
88 #define SEMUME SEMOPM /* max num of undo entries per process */
/openbmc/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c352 if (nsops < 1 || nsops > SEMOPM) in sys_oabi_semtimedop()
/openbmc/linux/ipc/
H A Dsem.c253 ns->sc_semopm = SEMOPM; in sem_init_ns()