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

  /src/bin/ed/
glbl.c 147 line_t **active_list; /* list of lines active in a global command */ variable in typeref:typename:line_t **
148 long active_last; /* index of last active line in active_list */
149 long active_size; /* size of active_list */
150 long active_ptr; /* active_list index (non-decreasing) */
151 long active_ndx; /* active_list index (modulo active_last) */
161 if ((ts = (line_t **) realloc(active_list,
169 active_list = ts;
172 active_list[active_last++] = lp;
186 if (active_list[active_ndx] == lp) {
187 active_list[active_ndx] = NULL
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gt_types.h 41 spinlock_t lock; /* protects active_list */
42 struct list_head active_list; member in struct:intel_gt::intel_gt_timelines
  /src/sys/external/bsd/drm/dist/shared-core/
i915_drv.h 241 struct list_head active_list; member in struct:drm_i915_private::__anonc6c6af4f0108

Completed in 12 milliseconds