Searched refs:is_async (Results 1 – 4 of 4) sorted by relevance
81 ufile->is_async ? "yes" : "no"); in sol_uverbs_event_file_close()138 ufile, ufile->is_async, uiop->uio_resid); in sol_uverbs_event_file_read()189 if (ufile->is_async) { in sol_uverbs_event_file_read()265 "ufile = %p, is_async =%d", ufile, ufile->is_async); in sol_uverbs_event_file_poll()313 uverbs_alloc_event_file(uverbs_uctxt_uobj_t *uctxt, int is_async) in uverbs_alloc_event_file() argument318 uctxt, is_async); in uverbs_alloc_event_file()343 ufile->is_async = is_async ? 1 : 0; in uverbs_alloc_event_file()385 ufile, ufile->is_async ? "yes" : "no"); in uverbs_release_event_file()
46 int is_async);
121 int is_async; member
21183 int is_async; local21192 is_async = FALSE;21194 is_async = TRUE;21209 if (is_async == TRUE) {21272 if (is_async == TRUE) {21297 if (is_async == FALSE) {