Home
last modified time | relevance | path

Searched defs:no_wait (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/drm/ttm/
Dttm_bo_driver.h106 bool interruptible, bool no_wait, in ttm_bo_reserve()
/linux-6.1.9/fs/
Duserfaultfd.c1023 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read()
1194 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local
/linux-6.1.9/drivers/gpu/drm/ttm/
Dttm_bo.c1092 bool interruptible, bool no_wait) in ttm_bo_wait()
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_gem.c955 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local
/linux-6.1.9/drivers/md/
Ddm-bufio.c967 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async()