HomeSort by: relevance | last modified time | path
    Searched refs:current_state (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/external/lgpl2/userspace-rcu/dist/src/
urcu-poll-impl.h 16 struct urcu_gp_poll_state current_state; member in struct:urcu_poll_worker_state
32 poll_worker_gp_state.current_state.grace_period_id++;
33 if ((long)(poll_worker_gp_state.latest_target.grace_period_id - poll_worker_gp_state.current_state.grace_period_id) >= 0) {
59 new_target_gp_state.grace_period_id = poll_worker_gp_state.current_state.grace_period_id;
82 if ((long)(target_gp_state.grace_period_id - poll_worker_gp_state.current_state.grace_period_id) < 0)
  /src/usr.bin/talk/
msgs.c 52 const char *current_state; variable
58 message(current_state);
66 message(current_state);
look_up.c 70 current_state = "Waiting to connect with caller";
106 current_state = "Checking for invitation on caller's machine";
talk.h 46 extern const char *current_state;
invite.c 107 current_state = "Waiting for your party to respond";
153 current_state = "Trying to connect to your party's talk daemon";
init_disp.c 93 current_state = "No connection yet";
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
check-common.c 173 static char *current_state = "<uninit>"; variable
186 write(fd, current_state, strlen(current_state));
221 current_state = "init";
238 current_state = "encode";
254 current_state = "length";
263 current_state = "memcmp";
282 current_state = "decode";
296 current_state = "cmp";
303 current_state = "copy"
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
thread-tracker.c 68 thread_network_state_t current_state, previous_state; member in struct:thread_tracker
179 if (tracker->current_state != state) {
180 tracker->previous_state = tracker->current_state;
182 tracker->current_state = state;
205 tracker->current_state = tracker->previous_state = thread_network_state_uninitialized;
316 return previous ? tracker->previous_state : tracker->current_state;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 112 * these structs in dc->current_state representing the currently programmed state.
292 struct pipe_ctx *pipe = &dc->current_state->res_ctx.pipe_ctx[i];
320 &dc->current_state->res_ctx.pipe_ctx[i];
353 pipe = &dc->current_state->res_ctx.pipe_ctx[i];
402 pipe = &dc->current_state->res_ctx.pipe_ctx[i];
426 if (dc->current_state->res_ctx.pipe_ctx[i].stream
428 pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i];
448 if (link->dc->current_state->res_ctx.pipe_ctx[i].stream ==
450 pipes = &link->dc->current_state->res_ctx.pipe_ctx[i];
485 if (dc->current_state->res_ctx.pipe_ctx[i].stream == stream)
    [all...]
amdgpu_dc_stream.c 229 * The given stream is expected to exist in dc->current_state. Otherwise, NULL
236 return dc_stream_get_status_from_state(dc->current_state, stream);
295 res_ctx = &dc->current_state->res_ctx;
342 res_ctx = &dc->current_state->res_ctx;
420 if (!dc->hwss.update_bandwidth(dc, dc->current_state)) {
431 dc->hwss.update_writeback(dc, wb_info, dc->current_state);
434 dc->hwss.enable_writeback(dc, wb_info, dc->current_state);
487 if (!dc->hwss.update_bandwidth(dc, dc->current_state)) {
513 &dc->current_state->res_ctx;
541 res_ctx = &dc->current_state->res_ctx
    [all...]
amdgpu_dc_surface.c 156 if (dc->current_state == NULL)
162 &dc->current_state->res_ctx.pipe_ctx[i];
174 &dc->current_state->res_ctx.pipe_ctx[i];
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/
amdgpu_clk_mgr.c 76 dc->hwss.exit_optimized_pwr_state(dc, dc->current_state);
93 dc->hwss.optimize_pwr_state(dc, dc->current_state);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
hdcp.h 412 static inline uint8_t current_state(struct mod_hdcp *hdcp) function
430 return (current_state(hdcp) > HDCP1_STATE_START &&
431 current_state(hdcp) <= HDCP1_STATE_END);
436 return (current_state(hdcp) > HDCP1_DP_STATE_START &&
437 current_state(hdcp) <= HDCP1_DP_STATE_END);
442 return (current_state(hdcp) > HDCP2_STATE_START &&
443 current_state(hdcp) <= HDCP2_STATE_END);
448 return (current_state(hdcp) > HDCP2_DP_STATE_START &&
449 current_state(hdcp) <= HDCP2_DP_STATE_END);
464 return current_state(hdcp) == HDCP_CP_NOT_DESIRED
    [all...]
amdgpu_hdcp1_transition.c 42 switch (current_state(hdcp)) {
166 switch (current_state(hdcp)) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-csky.h 77 map_state current_state; member in struct:__anon10001
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.h 77 map_state current_state; member in struct:__anon11473
  /src/sys/arch/xen/xenbus/
xenbus_client.c 108 u_long current_state; local
111 &current_state, 10);
115 if ((XenbusState)current_state == state)
  /src/sys/arch/ia64/unwind/
stackframe.c 631 struct staterecord current_state; variable in typeref:struct:staterecord
830 poprecord(&current_state, rchain->udesc.B2.ecount);
835 poprecord(&current_state, rchain->udesc.B3.ecount);
1004 initrecord(&current_state);
1022 pushrecord(&current_state);
1039 pushrecord(&current_state);
1055 pushrecord(&current_state);
1069 modifyrecord(&current_state, &rchain[i], rdepth);
1076 modifyrecord(&current_state, &rchain[i],
1090 dump_staterecord(&current_state);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer_debug.c 437 pix_clk = dc->current_state->res_ctx.pipe_ctx[i].stream_res.pix_clk_params.requested_pix_clk_100hz / 10;
480 dc->current_state->bw_ctx.bw.dcn.clk.dcfclk_khz,
481 dc->current_state->bw_ctx.bw.dcn.clk.dcfclk_deep_sleep_khz,
482 dc->current_state->bw_ctx.bw.dcn.clk.dispclk_khz,
483 dc->current_state->bw_ctx.bw.dcn.clk.dppclk_khz,
484 dc->current_state->bw_ctx.bw.dcn.clk.fclk_khz,
485 dc->current_state->bw_ctx.bw.dcn.clk.socclk_khz);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs780_dpm.c 386 struct igp_ps *current_state = rs780_get_ps(rdev->pm.dpm.current_ps); local
388 if ((current_state->max_voltage == RS780_VDDC_LEVEL_HIGH) &&
389 (current_state->min_voltage == RS780_VDDC_LEVEL_HIGH))
413 struct igp_ps *current_state = rs780_get_ps(rdev->pm.dpm.current_ps); local
415 if (current_state->sclk_low == current_state->sclk_high)
574 struct igp_ps *current_state = rs780_get_ps(old_ps); local
580 if (new_state->sclk_high >= current_state->sclk_high)
591 struct igp_ps *current_state = rs780_get_ps(old_ps); local
597 if (new_state->sclk_high < current_state->sclk_high
    [all...]
  /src/external/bsd/elftosb/dist/elftosb2/
FlexLexer.h 155 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
  /src/external/mit/isl/dist/
isl_printer.c 540 static enum isl_yaml_state current_state(__isl_keep isl_printer *p) function
576 state = current_state(p);
717 state = current_state(p);
745 state = current_state(p);
755 state = current_state(p);
801 state = current_state(p);
807 up = current_state(p);
818 state = current_state(p);
841 state = current_state(p);
  /src/sys/dev/raidframe/
rf_states.c 102 RF_AccessState_t current_state = desc->states[current_state_index]; local
110 current_state = desc->states[current_state_index];
112 switch (current_state) {
154 unit, StateName(current_state),
159 } while (!suspended && current_state != rf_LastState);
  /src/external/gpl3/gdb.old/dist/gdb/
ui-out.c 182 state current_state () const;
300 ui_out_table::state ui_out_table::current_state () const function in class:ui_out_table
420 && m_table_up->current_state () == ui_out_table::state::BODY
784 && m_table_up->current_state () != ui_out_table::state::BODY)
793 && m_table_up->current_state () == ui_out_table::state::BODY
  /src/external/gpl3/gdb/dist/gdb/
ui-out.c 182 state current_state () const;
300 ui_out_table::state ui_out_table::current_state () const function in class:ui_out_table
420 && m_table_up->current_state () == ui_out_table::state::BODY
784 && m_table_up->current_state () != ui_out_table::state::BODY)
793 && m_table_up->current_state () == ui_out_table::state::BODY

Completed in 72 milliseconds

1 2 3 4