Home
last modified time | relevance | path

Searched refs:IPC_NOWAIT (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/testing/selftests/ipc/
Dmsgque.c67 msgque->messages[i].msize, IPC_NOWAIT) != 0) { in restore_queue()
88 0, IPC_NOWAIT); in check_and_destroy_queue()
162 MAX_MSG_SIZE, i, IPC_NOWAIT | MSG_COPY); in dump_queue()
179 IPC_NOWAIT) != 0) { in fill_msgque()
187 IPC_NOWAIT) != 0) { in fill_msgque()
/Linux-v4.19/include/uapi/linux/
Dipc.h27 #define IPC_NOWAIT 00004000 /* return error on wait */ macro
/Linux-v4.19/ipc/
Dmsg.c844 if (msgflg & IPC_NOWAIT) { in do_msgsnd()
1056 if ((msgflg & MSG_EXCEPT) || !(msgflg & IPC_NOWAIT)) in do_msgrcv()
1119 if (msgflg & IPC_NOWAIT) { in do_msgrcv()
Dsem.c684 if (sop->sem_flg & IPC_NOWAIT) in perform_atomic_semop_slow()
767 return sop->sem_flg & IPC_NOWAIT ? -EAGAIN : 1; in perform_atomic_semop()