Searched refs:cur_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/misc/mic/scif/ |
D | scif_dma.c | 175 static bool scif_rma_tc_can_cache(struct scif_endpt *ep, size_t cur_bytes) in scif_rma_tc_can_cache() argument 177 if ((cur_bytes >> PAGE_SHIFT) > scif_info.rma_tc_limit) in scif_rma_tc_can_cache() 180 + (cur_bytes >> PAGE_SHIFT)) > in scif_rma_tc_can_cache() 186 (1 + (cur_bytes >> PAGE_SHIFT))); in scif_rma_tc_can_cache() 338 static bool scif_rma_tc_can_cache(struct scif_endpt *ep, size_t cur_bytes) in scif_rma_tc_can_cache() argument
|
/linux-4.19.296/fs/udf/ |
D | super.c | 2453 u32 cur_bytes = min_t(u32, bytes, sb->s_blocksize - index); in udf_count_free_bitmap() local 2455 cur_bytes * 8); in udf_count_free_bitmap() 2456 bytes -= cur_bytes; in udf_count_free_bitmap()
|
/linux-4.19.296/fs/btrfs/ |
D | inode.c | 10420 u64 cur_bytes; in __btrfs_prealloc_file_range() local 10437 cur_bytes = min_t(u64, num_bytes, SZ_256M); in __btrfs_prealloc_file_range() 10438 cur_bytes = max(cur_bytes, min_size); in __btrfs_prealloc_file_range() 10445 cur_bytes = min(cur_bytes, last_alloc); in __btrfs_prealloc_file_range() 10446 ret = btrfs_reserve_extent(root, cur_bytes, cur_bytes, in __btrfs_prealloc_file_range()
|