Searched refs:remaining_size (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/platform/efi/
H A Dquirks.c66 u64 storage_size, remaining_size, max_size; efi_query_variable_store() local
72 &remaining_size, &max_size); efi_query_variable_store()
81 if ((remaining_size - size < EFI_MIN_RESERVE) && efi_query_variable_store()
89 unsigned long dummy_size = remaining_size + 1024; efi_query_variable_store()
116 &remaining_size, &max_size); efi_query_variable_store()
124 if (remaining_size - size < EFI_MIN_RESERVE) efi_query_variable_store()
/linux-4.4.14/drivers/uwb/i1480/dfu/
H A Dmac.c66 size_t remaining_size = (void *) data_top - (void *) data_itr; fw_hdr_load() local
79 if (hdr->length > remaining_size) { fw_hdr_load()
82 hdr_cnt, hdr_offset, hdr->length, remaining_size); fw_hdr_load()
/linux-4.4.14/drivers/dma/
H A Dat_xdmac.c1035 size_t remaining_size = len, xfer_size = 0, ublen; at_xdmac_prep_dma_memcpy() local
1063 while (remaining_size) { at_xdmac_prep_dma_memcpy()
1066 dev_dbg(chan2dev(chan), "%s: remaining_size=%zu\n", __func__, remaining_size); at_xdmac_prep_dma_memcpy() local
1082 if (remaining_size >= AT_XDMAC_MBR_UBC_UBLEN_MAX << dwidth) at_xdmac_prep_dma_memcpy()
1085 xfer_size = remaining_size; at_xdmac_prep_dma_memcpy()
1096 remaining_size -= xfer_size; at_xdmac_prep_dma_memcpy()
/linux-4.4.14/drivers/md/
H A Ddm-crypt.c993 unsigned i, len, remaining_size; crypt_alloc_buffer() local
1007 remaining_size = size; crypt_alloc_buffer()
1018 len = (remaining_size > PAGE_SIZE) ? PAGE_SIZE : remaining_size; crypt_alloc_buffer()
1027 remaining_size -= len; crypt_alloc_buffer()

Completed in 267 milliseconds