Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/ipc/
H A Dmsgque.c68 msgque->messages[i].msize, IPC_NOWAIT) != 0) { in restore_queue()
89 0, IPC_NOWAIT); in check_and_destroy_queue()
163 MAX_MSG_SIZE, i, IPC_NOWAIT | MSG_COPY); in dump_queue()
180 IPC_NOWAIT) != 0) { in fill_msgque()
188 IPC_NOWAIT) != 0) { in fill_msgque()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dipc.h27 #define IPC_NOWAIT 04000 /* Return error on wait. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dipc.h27 #define IPC_NOWAIT 04000 /* Return error on wait. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dipc.h27 #define IPC_NOWAIT 00004000 /* return error on wait */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dipc.h27 #define IPC_NOWAIT 00004000 /* return error on wait */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dipc.h27 #define IPC_NOWAIT 00004000 /* return error on wait */ macro
/OK3568_Linux_fs/kernel/ipc/
H A Dmsg.c895 if (msgflg & IPC_NOWAIT) { in do_msgsnd()
1107 if ((msgflg & MSG_EXCEPT) || !(msgflg & IPC_NOWAIT)) in do_msgrcv()
1170 if (msgflg & IPC_NOWAIT) { in do_msgrcv()
H A Dsem.c698 if (sop->sem_flg & IPC_NOWAIT) in perform_atomic_semop_slow()
781 return sop->sem_flg & IPC_NOWAIT ? -EAGAIN : 1; in perform_atomic_semop()