Searched refs:iretry (Results 1 – 4 of 4) sorted by relevance
323 * @iretry: the number of the times remained to retry the next operation327 * 255 tries with cio_clear. The caller should initialize @iretry with329 * @iretry in the subsequent calls until it gets a non -EBUSY return.335 int cio_cancel_halt_clear(struct subchannel *sch, int *iretry) in cio_cancel_halt_clear() argument 356 *iretry = 3; /* 3 halt retries. */ in cio_cancel_halt_clear() 360 if (*iretry) { in cio_cancel_halt_clear() 361 *iretry -= 1; in cio_cancel_halt_clear() 367 *iretry = 255; /* 255 clear retries. */ in cio_cancel_halt_clear() 370 if (*iretry) { in cio_cancel_halt_clear() 371 *iretry in cio_cancel_halt_clear() [all...]
42 int iretry, ret = 0; in vfio_ccw_sch_quiesce() local 52 iretry = 255; in vfio_ccw_sch_quiesce() 55 ret = cio_cancel_halt_clear(sch, &iretry); in vfio_ccw_sch_quiesce()
137 int iretry; member
1220 cdev->private->iretry = 255; in io_subchannel_quiesce()