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.
819 /* pending complex alter operations are too difficult to analyse */ in check_restart()
842 * wake_const_ops - wake up non-alter tasks
1996 bool undos = false, alter = false, dupsop = false; in __do_semtimedop() local
2025 * There was a previous alter access that appears in __do_semtimedop()
2033 alter = true; in __do_semtimedop()
2064 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { in __do_semtimedop()
2069 error = security_sem_semop(&sma->sem_perm, sops, nsops, alter); in __do_semtimedop()
2101 queue.alter = alter; in __do_semtimedop()
2112 if (alter) in __do_semtimedop()
2135 if (alter) { in __do_semtimedop()
2151 if (alter) in __do_semtimedop()