Home
last modified time | relevance | path

Searched refs:interruptible (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/include/drm/ttm/
Dttm_lock.h109 extern int ttm_read_lock(struct ttm_lock *lock, bool interruptible);
126 extern int ttm_read_trylock(struct ttm_lock *lock, bool interruptible);
147 extern int ttm_write_lock(struct ttm_lock *lock, bool interruptible);
188 extern int ttm_vt_lock(struct ttm_lock *lock, bool interruptible,
221 extern int ttm_write_lock(struct ttm_lock *lock, bool interruptible);
Dttm_bo_driver.h596 int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible);
624 bool interruptible, bool no_wait, in __ttm_bo_reserve() argument
638 if (interruptible) 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()
717 bool interruptible, in ttm_bo_reserve_slowpath() argument
724 if (interruptible) in ttm_bo_reserve_slowpath()
Dttm_bo_api.h274 bool interruptible; member
327 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
595 uint32_t page_alignment, bool interruptible,
/linux-4.19.296/include/linux/
Dvgaarb.h77 extern int vga_get(struct pci_dev *pdev, unsigned int rsrc, int interruptible);
79 static inline int vga_get(struct pci_dev *pdev, unsigned int rsrc, int interruptible) { return 0; } in vga_get() argument
/linux-4.19.296/fs/orangefs/
Dwaitqueue.c22 bool interruptible)
322 bool interruptible) in wait_for_matching_downcall() argument
333 if (interruptible) in wait_for_matching_downcall()
/linux-4.19.296/include/drm/
Ddrm_modeset_lock.h65 bool interruptible; member
/linux-4.19.296/include/uapi/linux/
Dvboxguest.h156 __u8 interruptible; member
/linux-4.19.296/fs/btrfs/
Dqgroup.h149 bool interruptible);
Dqgroup.c3016 bool interruptible) in btrfs_qgroup_wait_for_completion() argument
3030 if (interruptible) in btrfs_qgroup_wait_for_completion()
/linux-4.19.296/drivers/s390/block/
Ddasd.c2221 static int _dasd_sleep_on(struct dasd_ccw_req *maincqr, int interruptible) in _dasd_sleep_on() argument
2268 if (interruptible) { in _dasd_sleep_on()
2284 if (interruptible) { in _dasd_sleep_on()
2325 static int _dasd_sleep_on_queue(struct list_head *ccw_queue, int interruptible) in _dasd_sleep_on_queue() argument
2354 if (interruptible) { in _dasd_sleep_on_queue()