Open CAS Framework
Open source framework of Cache Acceleration Software
inc
ocf_debug.h
1
/*
2
* Copyright(c) 2012-2020 Intel Corporation
3
* SPDX-License-Identifier: BSD-3-Clause-Clear
4
*/
5
6
#ifndef __OCF_DEBUG_H__
7
#define __OCF_DEBUG_H__
8
9
struct
ocf_dbg_seq_cutoff_status
{
10
struct
{
11
uint64_t last;
12
uint64_t bytes;
13
uint32_t rw : 1;
14
uint32_t active : 1;
15
} streams[OCF_SEQ_CUTOFF_MAX_STREAMS];
16
};
17
18
void
ocf_dbg_get_seq_cutoff_status(
ocf_core_t
core,
19
struct
ocf_dbg_seq_cutoff_status
*status);
20
21
#endif
/* __OCF_DEBUG_H__ */
ocf_dbg_seq_cutoff_status
Definition:
ocf_debug.h:9
ocf_core_t
struct ocf_core * ocf_core_t
handle to object designating ocf core object
Definition:
ocf_types.h:50
Generated by
1.8.13