Searched refs:kNonBlock (Results 1 – 1 of 1) sorted by relevance
237 enum Block { kBlock, kNonBlock }; in RunWorkerThread() enumerator255 uint32_t flg = SPLICE_F_MOVE | ((block == kNonBlock) * SPLICE_F_NONBLOCK); in RunWorkerThread()265 if (block == kNonBlock) in RunWorkerThread()290 if (block == kNonBlock) in RunWorkerThread()364 if (cur_mode == kRead && read_ftrace_pipe(kSplice, kNonBlock) > 0) in RunWorkerThread()368 while (read_ftrace_pipe(cur_mode, kNonBlock) > kRoughlyAPage) { in RunWorkerThread()378 while (read_ftrace_pipe(cur_mode, kNonBlock) > kRoughlyAPage) { in RunWorkerThread()