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}:
309 * Only the alter operations must be moved, the const operations can stay.
816 /* pending complex alter operations are too difficult to analyse */
839 * wake_const_ops - wake up non-alter tasks
1992 bool undos = false, alter = false, dupsop = false;
2033 * There was a previous alter access that appears
2041 alter = true;
2072 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) {
2077 error = security_sem_semop(&sma->sem_perm, sops, nsops, alter);
2109 queue.alter = alter;
2120 if (alter)
2143 if (alter) {
2159 if (alter)