Home
last modified time | relevance | path

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

/ipc/
Dnamespace.c100 int total, in_use; in free_ipcs() local
106 for (total = 0, next_id = 0; total < in_use; next_id++) { in free_ipcs()
113 total++; in free_ipcs()
Dutil.c758 int total, id; in sysvipc_find_ipc() local
760 total = 0; in sysvipc_find_ipc()
761 for (id = 0; id < pos && total < ids->in_use; id++) { in sysvipc_find_ipc()
764 total++; in sysvipc_find_ipc()
768 if (total >= ids->in_use) in sysvipc_find_ipc()
Dshm.c959 int total, in_use; in shm_get_stat() local
966 for (total = 0, next_id = 0; total < in_use; next_id++) { in shm_get_stat()
977 total++; in shm_get_stat()