FEMU  原版 master 7e238cc
FEMU: Accurate, Scalable and Extensible NVMe SSD Emulator (FAST'18)
timing.c 文件参考
#include "../nvme.h"
timing.c 的引用(Include)关系图:

函数

void set_latency (FemuCtrl *n)
 
int64_t advance_channel_timestamp (FemuCtrl *n, int ch, uint64_t now, int opcode)
 
int64_t advance_chip_timestamp (FemuCtrl *n, int lunid, uint64_t now, int opcode, uint8_t page_type)
 

函数说明

◆ advance_channel_timestamp()

int64_t advance_channel_timestamp ( FemuCtrl n,
int  ch,
uint64_t  now,
int  opcode 
)
这是这个函数的调用关系图:

◆ advance_chip_timestamp()

int64_t advance_chip_timestamp ( FemuCtrl n,
int  lunid,
uint64_t  now,
int  opcode,
uint8_t  page_type 
)
函数调用图:
这是这个函数的调用关系图:

◆ set_latency()

void set_latency ( FemuCtrl n)
这是这个函数的调用关系图: