Home
last modified time | relevance | path

Searched refs:total_locked_ainos (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/uae/uae-0.8.29/src/
H A Dfilesys.c574 unsigned long total_locked_ainos; member
707 unit->aino_cache_size, unit->total_locked_ainos)); in recycle_aino()
708 if (unit->aino_cache_size > 500 + unit->total_locked_ainos) { in recycle_aino()
1003 unit->total_locked_ainos++; in init_child_aino()
1252 unit->total_locked_ainos = 0; in startup_handler()
1626 unit->total_locked_ainos, ek->aino->locked_children)); in free_exkey()
1627 unit->total_locked_ainos -= ek->aino->locked_children; in free_exkey()
1809 unit->total_locked_ainos++; in populate_directory()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dfilesys.c1046 unsigned long total_locked_ainos; member
1425 unit->total_locked_ainos--; in clear_exkeys()
2004 unit->aino_cache_size, unit->total_locked_ainos)); in recycle_aino()
2005 if (unit->aino_cache_size > 5000 + unit->total_locked_ainos) { in recycle_aino()
2363 unit->total_locked_ainos++; in init_child_aino()
2663 unit->total_locked_ainos = 0; in startup_create_unit()
3565 unit->total_locked_ainos, ek->aino->locked_children)); in free_exkey()
3566 unit->total_locked_ainos -= ek->aino->locked_children; in free_exkey()
4385 unit->total_locked_ainos++; in populate_directory()
7872 u->total_locked_ainos = restore_u32 (); in restore_filesys_virtual()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dfilesys.cpp1330 unsigned int total_locked_ainos; member
1737 unit->total_locked_ainos--; in clear_exkeys()
2352 unit->aino_cache_size, unit->total_locked_ainos)); in recycle_aino()
2353 if (unit->aino_cache_size > 5000 + unit->total_locked_ainos) { in recycle_aino()
2704 unit->total_locked_ainos++; in init_child_aino()
3016 unit->total_locked_ainos = 0; in startup_create_unit()
3918 unit->total_locked_ainos, aino->locked_children)); in free_exkey()
3919 unit->total_locked_ainos -= aino->locked_children; in free_exkey()
4756 unit->total_locked_ainos++; in populate_directory()
8974 u->total_locked_ainos = restore_u32 (); in restore_filesys_virtual()
[all …]