Searched refs:needed_bytes (Results 1 – 3 of 3) sorted by relevance
93 /* Move 'needed_bytes' worth of buffers from queue 'from' into queue 'to'.94 If 'needed_bytes' == 0, then move all buffers from 'from' into 'to'.102 When 'from' is q_free, then needed_bytes is compared to the total103 available buffer length, otherwise needed_bytes is compared to the111 struct ivtv_queue *to, int needed_bytes) in ivtv_queue_move() argument 120 if (needed_bytes == 0) { in ivtv_queue_move() 122 needed_bytes = from->length; in ivtv_queue_move() 128 if (bytes_available + bytes_steal < needed_bytes) { in ivtv_queue_move() 132 while (steal && bytes_available < needed_bytes) { in ivtv_queue_move() 158 while (to->length - old_length < needed_bytes) { in ivtv_queue_move() [all...]
64 struct ivtv_queue *to, int needed_bytes);
566 u64 needed_bytes; in btrfs_check_trunc_cache_free_space() local 570 needed_bytes = btrfs_calc_insert_metadata_size(fs_info, 1) + in btrfs_check_trunc_cache_free_space() 574 if (rsv->reserved < needed_bytes) in btrfs_check_trunc_cache_free_space()