Searched refs:NON_BLOCKING (Results 1 – 3 of 3) sorted by relevance
30 #define NON_BLOCKING 0x0 macro
77 NON_BLOCKING, enumerator2211 state = (file->f_flags & O_NONBLOCK) ? NON_BLOCKING : BLOCKING; in _ctl_ioctl_main()2212 if (state == NON_BLOCKING) { in _ctl_ioctl_main()
80 NON_BLOCKING, enumerator2175 state = (file->f_flags & O_NONBLOCK) ? NON_BLOCKING : BLOCKING; in _ctl_ioctl_main()2176 if (state == NON_BLOCKING) { in _ctl_ioctl_main()