Searched refs:space_available (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/sound/pci/asihpi/
H A Dhpi6205.c914 u32 space_available; outstream_write() local
925 space_available = outstream_get_space_available(status); outstream_write()
926 if (space_available < phm->u.d.u.data.data_size) { outstream_write()
/linux-4.4.14/fs/xfs/
H A Dxfs_log.c2194 int space_available, xlog_write_setup_copy()
2206 if (still_to_copy <= space_available) { xlog_write_setup_copy()
2218 *copy_len = space_available; xlog_write_setup_copy()
2191 xlog_write_setup_copy( struct xlog_ticket *ticket, struct xlog_op_header *ophdr, int space_available, int space_required, int *copy_off, int *copy_len, int *last_was_partial_copy, int *bytes_consumed) xlog_write_setup_copy() argument

Completed in 110 milliseconds