Home | History | Annotate | Download | only in vmwgfx

Lines Matching refs:interruptible

215  * @interruptible: Whether to wait interruptible when locking.
217 static int vmw_cmdbuf_cur_lock(struct vmw_cmdbuf_man *man, bool interruptible)
219 if (interruptible) {
704 * @interruptible: Whether to sleep interruptible when sleeping.
710 bool interruptible)
712 int ret = vmw_cmdbuf_cur_lock(man, interruptible);
727 * @interruptible: Sleep interruptible while waiting.
734 int vmw_cmdbuf_idle(struct vmw_cmdbuf_man *man, bool interruptible,
739 ret = vmw_cmdbuf_cur_flush(man, interruptible);
744 if (interruptible) {
806 * @interruptible: Whether to sleep interruptible while waiting for space.
815 bool interruptible)
827 if (interruptible) {
843 if (interruptible) {
881 * @interruptible: Whether to sleep interruptible while waiting for space.
886 bool interruptible)
895 ret = vmw_cmdbuf_alloc_space(man, &header->node, size, interruptible);
971 * @interruptible: Whether to sleep interruptible while waiting for space.
979 size_t size, bool interruptible,
994 ret = vmw_cmdbuf_space_pool(man, header, size, interruptible);
1016 * @interruptible: Whether to sleep interruptible while waiting for space.
1024 bool interruptible)
1029 if (vmw_cmdbuf_cur_lock(man, interruptible))
1041 interruptible, &man->cur);
1089 * @interruptible: Whether to sleep interruptible while waiting for space.
1097 int ctx_id, bool interruptible,
1101 return vmw_cmdbuf_reserve_cur(man, size, ctx_id, interruptible);