Home
last modified time | relevance | path

Searched refs:bio_list_on_stack (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/block/
Dblk-throttle.c908 struct bio_list bio_list_on_stack; in throtl_dispatch() local
919 bio_list_init(&bio_list_on_stack); in throtl_dispatch()
925 nr_disp = throtl_select_dispatch(td, &bio_list_on_stack); in throtl_dispatch()
940 while((bio = bio_list_pop(&bio_list_on_stack))) in throtl_dispatch()
Dblk-core.c1636 struct bio_list bio_list_on_stack; in generic_make_request() local
1671 bio_list_init(&bio_list_on_stack); in generic_make_request()
1672 current->bio_list = &bio_list_on_stack; in generic_make_request()