/openbsd-src/sys/dev/pci/drm/i915/selftests/ |
H A D | i915_active.c | 24 static void __live_get(struct live_active *active) in __live_get() 29 static void __live_free(struct live_active *active) in __live_free() 37 struct live_active *active = container_of(ref, typeof(*active), ref); in __live_release() local 42 static void __live_put(struct live_active *active) in __live_put() 49 struct live_active *active = container_of(base, typeof(*active), base); in __live_active() local 57 struct live_active *active = container_of(base, typeof(*active), base); in __live_retire() local 65 struct live_active *active; in __live_alloc() local 82 struct live_active *active; in __live_active_setup() local 148 struct live_active *active; in live_active_wait() local 178 struct live_active *active; in live_active_retire() local [all …]
|
/openbsd-src/sys/dev/pci/drm/i915/ |
H A D | i915_active.h | 63 __i915_active_fence_init(struct i915_active_fence *active, in __i915_active_fence_init() 101 i915_active_fence_get(struct i915_active_fence *active) in i915_active_fence_get() 121 i915_active_fence_isset(const struct i915_active_fence *active) in i915_active_fence_isset() 160 #define i915_active_init(ref, active, retire, flags) do { \ argument 221 struct i915_active *active) in __i915_request_await_exclusive()
|
H A D | i915_active.c | 36 node_from_active(struct i915_active_fence *active) in node_from_active() argument 43 static inline bool is_barrier(const struct i915_active_fence *active) in is_barrier() argument 208 __active_fence_slot(struct i915_active_fence *active) in __active_fence_slot() argument 216 struct i915_active_fence *active = in active_fence_cb() local 426 replace_barrier(struct i915_active * ref,struct i915_active_fence * active) replace_barrier() argument 443 struct i915_active_fence *active; i915_active_add_request() local 477 __i915_active_set_fence(struct i915_active * ref,struct i915_active_fence * active,struct dma_fence * fence) __i915_active_set_fence() argument 544 struct i915_active_fence *active; i915_active_acquire_for_context() local 566 enable_signaling(struct i915_active_fence * active) enable_signaling() argument 639 __await_active(struct i915_active_fence * active,int (* fn)(void * arg,struct dma_fence * fence),void * arg) __await_active() argument 1052 __i915_active_fence_set(struct i915_active_fence * active,struct dma_fence * fence) __i915_active_fence_set() argument 1142 i915_active_fence_set(struct i915_active_fence * active,struct i915_request * rq) i915_active_fence_set() argument [all...] |
H A D | i915_active_types.h | 39 int (*active)(struct i915_active *ref); member
|
/openbsd-src/usr.sbin/lpd/ |
H A D | lp_displayq.c | 39 int i, active, qstate; in lp_displayq() local 134 rankstr(int rank, int active) in rankstr() 162 const char *cfname, int active) in doshort() 224 const char *cfname, int active) in dolong()
|
H A D | lp_rmjob.c | 40 int active, i, killed = 0; in lp_rmjob() local
|
/openbsd-src/sys/dev/pci/drm/i915/gt/ |
H A D | intel_context.c | 342 __intel_context_retire(struct i915_active * active) __intel_context_retire() argument 355 __intel_context_active(struct i915_active * active) __intel_context_active() argument 551 struct i915_request *rq, *active = NULL; intel_context_get_active_request() local 600 u64 total, active; intel_context_get_total_runtime_ns() local [all...] |
H A D | selftest_engine_heartbeat.c | 43 struct i915_active active; member 47 static int pulse_active(struct i915_active *active) in pulse_active() 66 static void pulse_retire(struct i915_active *active) in pulse_retire()
|
H A D | intel_timeline.c | 38 static void __timeline_retire(struct i915_active *active) in __timeline_retire() 47 static int __timeline_active(struct i915_active *active) in __timeline_active()
|
H A D | intel_ggtt_fencing.h | 27 struct i915_active active; member
|
H A D | intel_gt_buffer_pool_types.h | 23 struct i915_active active; member
|
H A D | intel_breadcrumbs_types.h | 36 atomic_t active; member
|
/openbsd-src/sys/dev/pci/drm/i915/display/ |
H A D | intel_modeset_verify.c | 148 bool active; in verify_encoder_state() local 199 bool active; in verify_crtc_state() local
|
/openbsd-src/sys/dev/ |
H A D | hotplug.c | 238 active = knote_modify(kev, kn); in filt_hotplugmodify() local 250 active = knote_process(kn, kev); in filt_hotplugprocess() local
|
/openbsd-src/sys/kern/ |
H A D | kern_event.c | 281 int active; filt_kqueue() local 294 int active; filt_kqueuemodify() local 308 int active; filt_kqueueprocess() local 608 int active, s; filt_timerprocess() local 648 int active; filt_seltrueprocess() local 784 int active, s; filter_modify() local 805 int active, s; filter_process() local 1131 int active, error = 0; kqueue_register() local [all...] |
H A D | sys_pipe.c | 950 int active = 0; filt_pipeexcept() local 970 int active; filt_pipemodify() local 983 int active; filt_pipeprocess() local
|
/openbsd-src/lib/libcurses/widechar/ |
H A D | lib_wacs.c | 112 int active = _nc_unicode_locale(); in _nc_init_wacs() local
|
/openbsd-src/sys/arch/loongson/loongson/ |
H A D | isa_machdep.c | 104 uint64_t active; in loongson_isa_setintrmask() local
|
/openbsd-src/usr.sbin/ospf6d/ |
H A D | area.c | 115 int active = 0; in area_border_router() local
|
/openbsd-src/usr.sbin/ospfd/ |
H A D | area.c | 121 int active = 0; in area_border_router() local
|
/openbsd-src/sys/dev/ofw/ |
H A D | ofw_gpio.c | 44 int len, config, active; gpio_controller_register() local
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | Driver.h | 103 bool active; variable
|
/openbsd-src/usr.bin/tmux/ |
H A D | screen-redraw.c | 302 struct window_pane *wp, *active; screen_redraw_check_cell() local 632 struct window_pane *active = server_client_get_pane(c); screen_redraw_draw_borders_style() local 660 struct window_pane *wp, *active = server_client_get_pane(c); screen_redraw_draw_borders_cell() local [all...] |
/openbsd-src/usr.bin/mandoc/ |
H A D | tbl.c | 38 int active; in tbl_read() local
|
/openbsd-src/sys/miscfs/fuse/ |
H A D | fuse_device.c | 589 int active; in filt_fuse_modify() local 602 int active; in filt_fuse_process() local
|