Lines Matching full:alter
32 * - multiple semaphore operations that alter the same semaphore in
107 /* that alter the semaphore */
109 /* that do not alter the semaphore*/
118 /* that alter the array */
120 /* that do not alter semvals */
139 bool alter; /* does *sops alter the array? */ member
196 * sem_array.sems[i].pending_{const,alter}:
311 * Only the alter operations must be moved, the const operations can stay.
818 /* pending complex alter operations are too difficult to analyse */ in check_restart()
841 * wake_const_ops - wake up non-alter tasks
1992 bool undos = false, alter = false, dupsop = false; in __do_semtimedop() local
2022 * There was a previous alter access that appears in __do_semtimedop()
2030 alter = true; in __do_semtimedop()
2061 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { in __do_semtimedop()
2066 error = security_sem_semop(&sma->sem_perm, sops, nsops, alter); in __do_semtimedop()
2098 queue.alter = alter; in __do_semtimedop()
2109 if (alter) in __do_semtimedop()
2132 if (alter) { in __do_semtimedop()
2148 if (alter) in __do_semtimedop()