Lines Matching refs:total
194 int total; in ipc_findkey() local
196 for (total = 0, next_id = 0; total < ids->in_use; next_id++) { in ipc_findkey()
203 total++; in ipc_findkey()
225 int total, id; in ipc_get_maxid() local
234 total = 0; in ipc_get_maxid()
235 for (id = 0; id < IPCMNI && total < ids->in_use; id++) { in ipc_get_maxid()
239 total++; in ipc_get_maxid()
859 int total, id; in sysvipc_find_ipc() local
861 total = 0; in sysvipc_find_ipc()
862 for (id = 0; id < pos && total < ids->in_use; id++) { in sysvipc_find_ipc()
865 total++; in sysvipc_find_ipc()
868 if (total >= ids->in_use) in sysvipc_find_ipc()