Home
last modified time | relevance | path

Searched refs:util_state (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/common_test/src/
H A Dtest_server_sup.erl39 -record(util_state, {starter, latest_name}). record
856 util_loop(#util_state{starter=Starter})
895 if Name == State#util_state.latest_name ->
901 util_loop(State#util_state{latest_name = Name})
904 catch unlink(State#util_state.starter),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/common_test/src/
H A Dtest_server_sup.erl39 -record(util_state, {starter, latest_name}). record
856 util_loop(#util_state{starter=Starter})
895 if Name == State#util_state.latest_name ->
901 util_loop(State#util_state{latest_name = Name})
904 catch unlink(State#util_state.starter),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/common_test/src/
H A Dtest_server_sup.erl39 -record(util_state, {starter, latest_name}). record
856 util_loop(#util_state{starter=Starter})
895 if Name == State#util_state.latest_name ->
901 util_loop(State#util_state{latest_name = Name})
904 catch unlink(State#util_state.starter),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/common_test/src/
H A Dtest_server_sup.erl39 -record(util_state, {starter, latest_name}). record
856 util_loop(#util_state{starter=Starter})
895 if Name == State#util_state.latest_name ->
901 util_loop(State#util_state{latest_name = Name})
904 catch unlink(State#util_state.starter),
/dports/lang/erlang/otp-OTP-24.1.7/lib/common_test/src/
H A Dtest_server_sup.erl39 -record(util_state, {starter, latest_name}). record
856 util_loop(#util_state{starter=Starter})
895 if Name == State#util_state.latest_name ->
901 util_loop(State#util_state{latest_name = Name})
904 catch unlink(State#util_state.starter),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/common_test/src/
H A Dtest_server_sup.erl39 -record(util_state, {starter, latest_name}). record
856 util_loop(#util_state{starter=Starter})
895 if Name == State#util_state.latest_name ->
901 util_loop(State#util_state{latest_name = Name})
904 catch unlink(State#util_state.starter),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/src/
H A Dtest_server_sup.erl39 -record(util_state, {starter, latest_name}). record
856 util_loop(#util_state{starter=Starter})
895 if Name == State#util_state.latest_name ->
901 util_loop(State#util_state{latest_name = Name})
904 catch unlink(State#util_state.starter),
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/cell/
H A Dspu_base.c606 spu->stats.util_state = SPU_UTIL_IDLE_LOADED; in create_spu()
637 if (spu->stats.util_state == state) in spu_acct_time()
651 spu_state_names[spu->stats.util_state], in spu_stat_show()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/cell/
H A Dspu_base.c606 spu->stats.util_state = SPU_UTIL_IDLE_LOADED; in create_spu()
637 if (spu->stats.util_state == state) in spu_acct_time()
651 spu_state_names[spu->stats.util_state], in spu_stat_show()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/cell/
H A Dspu_base.c606 spu->stats.util_state = SPU_UTIL_IDLE_LOADED; in create_spu()
637 if (spu->stats.util_state == state) in spu_acct_time()
651 spu_state_names[spu->stats.util_state], in spu_stat_show()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c57 ctx->stats.util_state = SPU_UTIL_IDLE_LOADED; in alloc_spu_context()
H A Dsched.c1036 old_state = ctx->stats.util_state; in spuctx_switch_state()
1037 ctx->stats.util_state = new_state; in spuctx_switch_state()
1046 spu->stats.util_state = new_state; in spuctx_switch_state()
H A Dspufs.h119 enum spu_utilization_state util_state; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c57 ctx->stats.util_state = SPU_UTIL_IDLE_LOADED; in alloc_spu_context()
H A Dsched.c1036 old_state = ctx->stats.util_state; in spuctx_switch_state()
1037 ctx->stats.util_state = new_state; in spuctx_switch_state()
1046 spu->stats.util_state = new_state; in spuctx_switch_state()
H A Dspufs.h119 enum spu_utilization_state util_state; member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c57 ctx->stats.util_state = SPU_UTIL_IDLE_LOADED; in alloc_spu_context()
H A Dsched.c1036 old_state = ctx->stats.util_state; in spuctx_switch_state()
1037 ctx->stats.util_state = new_state; in spuctx_switch_state()
1046 spu->stats.util_state = new_state; in spuctx_switch_state()
H A Dspufs.h119 enum spu_utilization_state util_state; member
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/os_mon/src/
H A Dcpu_sup.erl70 -type util_state() :: 'user' | 'nice_user' | 'kernel' | 'wait' | 'idle'. type
71 -type util_value() :: [{util_state(), number()}] | number().
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/os_mon/src/
H A Dcpu_sup.erl70 -type util_state() :: 'user' | 'nice_user' | 'kernel' | 'wait' | 'idle'. type
71 -type util_value() :: [{util_state(), number()}] | number().
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/os_mon/src/
H A Dcpu_sup.erl70 -type util_state() :: 'user' | 'nice_user' | 'kernel' | 'wait' | 'idle'. type
71 -type util_value() :: [{util_state(), number()}] | number().
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/os_mon/src/
H A Dcpu_sup.erl70 -type util_state() :: 'user' | 'nice_user' | 'kernel' | 'wait' | 'idle'. type
71 -type util_value() :: [{util_state(), number()}] | number().
/dports/lang/erlang/otp-OTP-24.1.7/lib/os_mon/src/
H A Dcpu_sup.erl70 -type util_state() :: 'user' | 'nice_user' | 'kernel' | 'wait' | 'idle'. type
71 -type util_value() :: [{util_state(), number()}] | number().
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/os_mon/src/
H A Dcpu_sup.erl70 -type util_state() :: 'user' | 'nice_user' | 'kernel' | 'wait' | 'idle'. type
71 -type util_value() :: [{util_state(), float()}] | float().

12