Lines Matching refs: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? */
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 */
841 * wake_const_ops - wake up non-alter tasks
1992 bool undos = false, alter = false, dupsop = false;
2022 * There was a previous alter access that appears
2030 alter = true;
2061 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) {
2066 error = security_sem_semop(&sma->sem_perm, sops, nsops, alter);
2098 queue.alter = alter;
2109 if (alter)
2132 if (alter) {
2148 if (alter)