Home
last modified time | relevance | path

Searched refs:g_tmpfs_alloc_unit (Results 1 - 1 of 1) sorted by relevance

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1231 unsigned int g_tmpfs_alloc_unit = 0; variable
1238 g_tmpfs_alloc_unit = size; in los_set_ramfs_unit()
1289 alloc = (g_tmpfs_alloc_unit > buflen) ? g_tmpfs_alloc_unit : buflen; in tmpfs_write()

Completed in 3 milliseconds