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
1994 bool undos = false, alter = false, dupsop = false; in __do_semtimedop() local
2024 * There was a previous alter access that appears in __do_semtimedop()
2032 alter = true; in __do_semtimedop()
2063 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { in __do_semtimedop()
2068 error = security_sem_semop(&sma->sem_perm, sops, nsops, alter); in __do_semtimedop()
2100 queue.alter = alter; in __do_semtimedop()
2111 if (alter) in __do_semtimedop()
2134 if (alter) { in __do_semtimedop()
2150 if (alter) in __do_semtimedop()