Home
last modified time | relevance | path

Searched refs:boinc_total (Results 1 – 5 of 5) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DViewResources.cpp257 double boinc_total = project_total + pDoc->disk_usage.d_boinc; in OnListRender() local
258 FormatDiskSpace(boinc_total, diskspace); in OnListRender()
260 part.SetValue(boinc_total); in OnListRender()
265 double avail = pDoc->disk_usage.d_allowed - boinc_total; in OnListRender()
296 double used_by_others = total-boinc_total-free; in OnListRender()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dapp.cpp382 PROCINFO boinc_total; in get_memory_usage() local
384 boinc_total.clear(); in get_memory_usage()
385 boinc_total.working_set_size_smoothed = 0; in get_memory_usage()
439 boinc_total.working_set_size += pi.working_set_size; in get_memory_usage()
440 boinc_total.working_set_size_smoothed += pi.working_set_size_smoothed; in get_memory_usage()
441 boinc_total.swap_size += pi.swap_size; in get_memory_usage()
442 boinc_total.page_fault_rate += pi.page_fault_rate; in get_memory_usage()
451 boinc_total.working_set_size/MEGA, in get_memory_usage()
452 boinc_total.working_set_size_smoothed/MEGA, in get_memory_usage()
453 boinc_total.swap_size/MEGA, in get_memory_usage()
[all …]
H A Dcs_prefs.cpp60 double CLIENT_STATE::allowed_disk_usage(double boinc_total) { in allowed_disk_usage() argument
61 double limit = boinc_total + host_info.d_free - global_prefs.disk_min_free_gb*GIGA; in allowed_disk_usage()
H A Dclient_state.h413 double allowed_disk_usage(double boinc_total);
H A Dgui_rpc_server_ops.cpp143 double size, boinc_non_project, d_allowed, boinc_total; in handle_get_disk_usage() local
171 boinc_total = boinc_non_project; in handle_get_disk_usage()
182 boinc_total += p->disk_usage; in handle_get_disk_usage()