Home
last modified time | relevance | path

Searched refs:KRELL (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dproc.c272 gkrellm_update_krell(p, KRELL(p), proc.n_forks); in update_proc()
355 KRELL(cp->panel)->full_scale = 10; in setup_proc_scaling()
H A Dmail.c1944 if (anim_frame >= KRELL(mail)->full_scale - 1)
1947 anim_frame %= KRELL(mail)->full_scale;
1948 if (anim_frame == 1 || anim_frame == KRELL(mail)->full_scale - 1)
2553 KRELL(mail)->previous = 0;
2554 gkrellm_update_krell(mail, KRELL(mail), anim_frame);
2908 KRELL(p)->full_scale = style->krell_depth - 1;
H A Dgkrellm.h485 #define KRELL(p) ((GkrellmKrell *)(((p)->krell_list)->data)) macro
H A Ddisk.c646 gkrellm_update_krell(cp->panel, KRELL(cp->panel), in update_disk()
715 KRELL(cp->panel)->full_scale = res * grids / gkrellm_update_HZ(); in setup_disk_scaling()
H A Dinet.c621 gkrellm_update_krell(in->panel, KRELL(in->panel), in->krell_hits); in update_inet()
983 KRELL(p)->full_scale = 5; in create_inet_monitor()
H A Dcpu.c504 krell = KRELL(cp->panel); in update_cpu()
H A Dnet.c1178 KRELL(cp->panel)->full_scale = res * grids / gkrellm_update_HZ(); in setup_net_scaling()
2213 gkrellm_update_krell(p, KRELL(p), net->tx + net->rx); in update_net()