Searched refs:flashUse (Results 1 – 4 of 4) sorted by relevance
950 if (app->flashUse != NANOHUB_MEM_SZ_UNKNOWN) { in dumpAppInfo()954 app->flashUse, in dumpAppInfo()1251 app->flashUse = NANOHUB_MEM_SZ_UNKNOWN; in readNanohubAppInfo()1252 else if (len == sizeof(app->flashUse)) in readNanohubAppInfo()1253 app->flashUse = buf.readU32(); in readNanohubAppInfo()1313 (app->flashUse != NANOHUB_MEM_SZ_UNKNOWN ? ((app->flashUse+3)&~3) : 4); in readNanohubAppInfo()1324 if (!app->running || app->flashUse == NANOHUB_MEM_SZ_UNKNOWN) in sendAppInfoToApp()1331 if (app->flashUse != NANOHUB_MEM_SZ_UNKNOWN) { in sendAppInfoToApp()1334 range.total_bytes = app->flashUse; in sendAppInfoToApp()1359 !app->running && app->flashUse != NANOHUB_MEM_SZ_UNKNOWN) { in getAppsToStart()
313 uint32_t version, flashUse, ramUse; member
344 __le32 flashUse; member
1179 resp->flashUse = appSize; in halLegacyQueryApps()