HomeSort by: relevance | last modified time | path
    Searched defs:table_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/talkd/
table.c 63 #define NIL ((TABLE_ENTRY *)0)
67 typedef struct table_entry TABLE_ENTRY;
69 struct table_entry { struct
72 TABLE_ENTRY *next;
73 TABLE_ENTRY *last;
76 TABLE_ENTRY *table = NIL;
78 static void delete(TABLE_ENTRY *);
87 TABLE_ENTRY *ptr;
120 TABLE_ENTRY *ptr
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_resource.c 980 struct wm_range_table_entry *table_entry,
994 dml->soc.dram_clock_change_latency_us = table_entry->pstate_latency_us;
995 dml->soc.sr_exit_time_us = table_entry->sr_exit_time_us;
996 dml->soc.sr_enter_plus_exit_time_us = table_entry->sr_enter_plus_exit_time_us;
1053 struct wm_range_table_entry *table_entry; local in function:dcn21_calculate_wm
1103 table_entry = &bw_params->wm_table.entries[WM_D];
1104 if (table_entry->wm_type == WM_TYPE_RETRAINING)
1108 calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.d,
1111 table_entry = &bw_params->wm_table.entries[WM_C];
1113 calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.c
    [all...]

Completed in 12 milliseconds