/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
|
intel_timeline.c | 272 INIT_LIST_HEAD(&timelines->active_list); 355 * pin the timeline in the active_list while the locks are dropped. 366 list_add_tail(&tl->link, &timelines->active_list); 575 GEM_BUG_ON(!list_empty(&timelines->active_list));
|
intel_engine_pm.c | 135 list_add_tail(&tl->link, &timelines->active_list); 186 * Ergo, if we put ourselves on the timelines.active_list
|
intel_gt_requests.c | 147 list_for_each_entry_safe(tl, tn, &timelines->active_list, link) {
|
intel_reset.c | 897 list_for_each_entry(tl, &timelines->active_list, link) { 918 tl = list_entry(&timelines->active_list, typeof(*tl), link);
|
/src/sys/external/bsd/drm/dist/shared-core/ |
i915_drv.h | 241 struct list_head active_list; member in struct:drm_i915_private::__anonc6c6af4f0108
|
/src/dist/pf/sbin/pfctl/ |
pfctl_optimize.c | 1006 struct pf_opt_rule *por, struct pf_skip_step *active_list) 1014 if (sk == NULL || sk == active_list || sk->ps_count <= 1)
|