Searched refs:hd2 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm-clone-target.c | 648 struct dm_clone_region_hydration *hd2; in __find_or_insert_region_hydration() local 650 hd2 = __hash_find(bucket, hd->region_nr); in __find_or_insert_region_hydration() 651 if (hd2) in __find_or_insert_region_hydration() 652 return hd2; in __find_or_insert_region_hydration() 878 struct dm_clone_region_hydration *hd, *hd2; in hydrate_bio_region() local 919 hd2 = __find_or_insert_region_hydration(bucket, hd); in hydrate_bio_region() 920 if (hd2 != hd) { in hydrate_bio_region() 922 bio_list_add(&hd2->deferred_bios, bio); in hydrate_bio_region()
|
/openbmc/bmcweb/http/ |
H A D | nghttp2_adapters.hpp | 181 ssize_t hd2(nghttp2_nv* nvOut, int* inflateFlags, const uint8_t* in, in hd2() function
|
/openbmc/bmcweb/test/http/ |
H A D | http2_connection_test.cpp | 72 inflater.hd2(&nv, &inflateFlags, data, dataField.size(), 1); in unpackHeaders()
|
/openbmc/qemu/docs/ |
H A D | throttle.txt | 180 -drive file=hd2.qcow2,throttling.iops-total=6000,throttling.group=foo 186 Here hd1, hd2 and hd4 are all members of a group named 'foo' with a
|