函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bounce.c Create Date:2022-07-27 19:08:26
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Simple bounce buffer support for highmem pages. Depending on the* queue gfp mask set, *to may or may not be a highmem page. kmap it* always, it will do the Right Thing

函数原型:static void copy_to_high_bio_irq(struct bio *to, struct bio *from)

返回类型:void

参数:

类型参数名称
struct bio *to
struct bio *from
142  from_iter等于r iterating one bio from start to end
144  bio_for_each_segment(tovec, to, iter)
145  fromvec等于bio_iter_iovec(from, from_iter)
146  如果bv_page不等于bv_page
158  bio_advance_iter(from, & from_iter, bv_len)
调用者
名称描述
__bounce_end_io_read