Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddmu_zfetch.c470 boolean_t fetch_data, boolean_t have_lock) in dmu_zfetch_prepare() argument
480 fetch_data = B_FALSE; in dmu_zfetch_prepare()
545 if (!fetch_data) { in dmu_zfetch_prepare()
618 if (fetch_data) { in dmu_zfetch_prepare()
738 dmu_zfetch(zfetch_t *zf, uint64_t blkid, uint64_t nblks, boolean_t fetch_data, in dmu_zfetch() argument
743 zs = dmu_zfetch_prepare(zf, blkid, nblks, fetch_data, have_lock); in dmu_zfetch()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp291 auto fetch_data = [&raw_codes](StructuredData::Object *obj) { in CalculateStopInfo() local
298 exc_rawcodes->ForEach(fetch_data); in CalculateStopInfo()