Lines Matching refs:interruptible
204 * @interruptible: Whether to wait interruptible when locking.
206 static int vmw_cmdbuf_cur_lock(struct vmw_cmdbuf_man *man, bool interruptible)
208 if (interruptible) {
688 * @interruptible: Whether to sleep interruptible when sleeping.
694 bool interruptible)
696 int ret = vmw_cmdbuf_cur_lock(man, interruptible);
711 * @interruptible: Sleep interruptible while waiting.
718 int vmw_cmdbuf_idle(struct vmw_cmdbuf_man *man, bool interruptible,
723 ret = vmw_cmdbuf_cur_flush(man, interruptible);
728 if (interruptible) {
790 * @interruptible: Whether to sleep interruptible while waiting for space.
799 bool interruptible)
811 if (interruptible) {
826 if (interruptible) {
858 * @interruptible: Whether to sleep interruptible while waiting for space.
863 bool interruptible)
872 ret = vmw_cmdbuf_alloc_space(man, &header->node, size, interruptible);
948 * @interruptible: Whether to sleep interruptible while waiting for space.
956 size_t size, bool interruptible,
971 ret = vmw_cmdbuf_space_pool(man, header, size, interruptible);
993 * @interruptible: Whether to sleep interruptible while waiting for space.
1001 bool interruptible)
1006 if (vmw_cmdbuf_cur_lock(man, interruptible))
1018 interruptible, &man->cur);
1066 * @interruptible: Whether to sleep interruptible while waiting for space.
1074 int ctx_id, bool interruptible,
1078 return vmw_cmdbuf_reserve_cur(man, size, ctx_id, interruptible);