Lines Matching refs:data
199 CacheBinOperationData data; member
213 return *reinterpret_cast<OpTypeData*>(&op.data); in opCast()
465 OpGet data = {&lmb, size, static_cast<uintptr_t>(0)}; in get() local
466 CacheBinOperation op(data); in get()
476 OpPutList data = {head}; in putList() local
477 CacheBinOperation *op = new (head+1) CacheBinOperation(data, CBST_NOWAIT); in putList()
490 OpCleanToThreshold data = {&toRelease, currTime}; in cleanToThreshold() local
491 CacheBinOperation op(data); in cleanToThreshold()
511 OpCleanAll data = {&toRelease}; in releaseAllToBackend() local
512 CacheBinOperation op(data); in releaseAllToBackend()
531 OpUpdateUsedSize data = {size}; in updateUsedSize() local
532 CacheBinOperation op(data); in updateUsedSize()