Home
last modified time | relevance | path

Searched full:cp_free (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/cio/
H A Dvfio_ccw_fsm.c287 cp_free(&private->cp); in fsm_io_request()
300 cp_free(&private->cp); in fsm_io_request()
415 cp_free(&private->cp); in fsm_close()
H A Dvfio_ccw_cp.h54 void cp_free(struct channel_program *cp);
H A Dvfio_ccw_cp.c778 * cp_free() - free resources for channel program.
785 void cp_free(struct channel_program *cp) in cp_free() function
817 * This allows cp_free to find in ch_len the count of CCWs to free in a chain.