Searched refs:available (Results 1 – 6 of 6) sorted by relevance
16 uint64_t available; // 系统总空闲内存大小(包括kmalloc缓冲区) member
18 #define EADDRNOTAVAIL 4 /* 地址不可用 Address not available.*/99 #define ENOBUFS 42 /* 缓冲区空间不足 No buffer space available.*/101 … #define ENODATA 43 /* 队列头没有可读取的消息 No message is available on the STREAM head read queue.*/109 #define ENOLCK 47 /* 没有可用的锁 No locks available.*/119 #define ENOPROTOOPT 51 /* 协议不可用 Protocol not available.*/
175 tmp.available = tmp.free + tmp.cache_free; in mm_stat()
172 uint64_t available; // 系统总空闲内存大小(包括kmalloc缓冲区) member
267 | available | 系统总空闲内存大小(包括kmalloc缓冲区) |
583 mst.cache_used >> 10, mst.available >> 10); in shell_cmd_free()588 mst.cache_used >> 20, mst.available >> 20); in shell_cmd_free()