Searched refs:intr (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | fence.h | 172 signed long (*wait)(struct fence *fence, bool intr, signed long timeout); 225 signed long fence_default_wait(struct fence *fence, bool intr, signed long timeout); 309 signed long fence_wait_timeout(struct fence *, bool intr, signed long timeout); 325 static inline signed long fence_wait(struct fence *fence, bool intr) in fence_wait() argument 333 ret = fence_wait_timeout(fence, intr, MAX_SCHEDULE_TIMEOUT); in fence_wait()
|
D | ioc3.h | 66 int (*intr) (struct ioc3_submodule *, struct ioc3_driver_data *, unsigned int); member
|
D | reservation.h | 136 bool wait_all, bool intr,
|
D | key.h | 270 extern int wait_for_key_construction(struct key *key, bool intr);
|
/include/drm/ttm/ |
D | ttm_execbuf_util.h | 93 struct list_head *list, bool intr);
|
/include/media/ |
D | videobuf-core.h | 178 int non_blocking, int intr);
|
/include/linux/mlx5/ |
D | device.h | 721 u8 intr; member
|