Home
last modified time | relevance | path

Searched refs:no_wait (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/drm/ttm/
Dttm_bo_driver.h624 bool interruptible, bool no_wait, in __ttm_bo_reserve() argument
629 if (no_wait) { in __ttm_bo_reserve()
692 bool interruptible, bool no_wait, in ttm_bo_reserve() argument
699 ret = __ttm_bo_reserve(bo, interruptible, no_wait, ticket); in ttm_bo_reserve()
Dttm_bo_api.h327 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
456 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait);
/linux-4.19.296/fs/
Duserfaultfd.c1031 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument
1130 if (no_wait) { in userfaultfd_ctx_read()
1202 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local
1210 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg); in userfaultfd_read()
1222 no_wait = O_NONBLOCK; in userfaultfd_read()