Home
last modified time | relevance | path

Searched defs:available (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.3/user/libs/libc/src/include/sys/
Dstat.h16 uint64_t available; // 系统总空闲内存大小(包括kmalloc缓冲区) member
/DragonOS-0.1.3/kernel/src/mm/
Dmm.h172 uint64_t available; // 系统总空闲内存大小(包括kmalloc缓冲区) member
/DragonOS-0.1.3/kernel/src/filesystem/procfs/
Dprocfs.c197 …tic long simple_procfs_read(void *to, int64_t count, long *position, void *from, int64_t available) in simple_procfs_read()