Searched refs:IPC_NOWAIT (Results 1 – 4 of 4) sorted by relevance
66 msgque->messages[i].msize, IPC_NOWAIT) != 0) { in restore_queue()87 0, IPC_NOWAIT); in check_and_destroy_queue()161 MAX_MSG_SIZE, i, IPC_NOWAIT | MSG_COPY); in dump_queue()178 IPC_NOWAIT) != 0) { in fill_msgque()186 IPC_NOWAIT) != 0) { in fill_msgque()
26 #define IPC_NOWAIT 00004000 /* return error on wait */ macro
663 if (msgflg & IPC_NOWAIT) { in do_msgsnd()839 if ((msgflg & MSG_EXCEPT) || !(msgflg & IPC_NOWAIT)) in do_msgrcv()902 if (msgflg & IPC_NOWAIT) { in do_msgrcv()
666 if (sop->sem_flg & IPC_NOWAIT) in perform_atomic_semop()