/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
H A D | i915_active.c | 28 static void __live_get(struct live_active *active) in __live_get() 33 static void __live_free(struct live_active *active) in __live_free() 41 struct live_active *active = container_of(ref, typeof(*active), ref); in __live_release() local 46 static void __live_put(struct live_active *active) in __live_put() 53 struct live_active *active = container_of(base, typeof(*active), base); in __live_active() local 61 struct live_active *active = container_of(base, typeof(*active), base); in __live_retire() local 69 struct live_active *active; in __live_alloc() local 86 struct live_active *active; in __live_active_setup() local 152 struct live_active *active; in live_active_wait() local 182 struct live_active *active; in live_active_retire() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_active.h | 65 __i915_active_fence_init(struct i915_active_fence *active, in __i915_active_fence_init() 103 i915_active_fence_get(struct i915_active_fence *active) in i915_active_fence_get() 123 i915_active_fence_isset(const struct i915_active_fence *active) in i915_active_fence_isset() 161 #define i915_active_init(ref, active, retire) do { \ argument
|
H A D | i915_active.c | 45 node_from_active(struct i915_active_fence *active) in node_from_active() 52 static inline bool is_barrier(const struct i915_active_fence *active) in is_barrier() 243 __active_fence_slot(struct i915_active_fence *active) in __active_fence_slot() 251 struct i915_active_fence *active = in active_fence_cb() local 440 struct i915_active_fence *active; in i915_active_ref() local 522 static void enable_signaling(struct i915_active_fence *active) in enable_signaling() 869 struct i915_active_fence *active = in i915_request_add_active_barriers() local 902 __i915_active_fence_set(struct i915_active_fence *active, in __i915_active_fence_set() 967 int i915_active_fence_set(struct i915_active_fence *active, in i915_active_fence_set()
|
/netbsd-src/sbin/gpt/ |
H A D | create.c | 72 create(gpt_t gpt, u_int parts, int force, int primary_only, int active) in create() 128 int active = 0; in cmd_create() local
|
H A D | biosboot.c | 171 const char *bootpath, int active) in biosboot() argument 272 int active = 0; in cmd_biosboot() local
|
H A D | migrate.c | 236 migrate(gpt_t gpt, u_int parts, int force, int slice, int active) in migrate() 348 int active = 0; in cmd_migrate() local
|
/netbsd-src/sys/arch/ia64/stand/common/ |
H A D | console.c | 54 int active; in cons_probe() local 155 int cons, active; in cons_set() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
H A D | selftest_engine_heartbeat.c | 42 struct i915_active active; member 46 static int pulse_active(struct i915_active *active) in pulse_active() 62 static void pulse_retire(struct i915_active *active) in pulse_retire()
|
H A D | intel_engine_pool_types.h | 25 struct i915_active active; member
|
H A D | intel_context.c | 225 static void __intel_context_retire(struct i915_active *active) in __intel_context_retire() 241 static int __intel_context_active(struct i915_active *active) in __intel_context_active()
|
/netbsd-src/sys/uvm/ |
H A D | uvm_meter.c | 98 int active, inactive; in sysctl_vm_uvmexp2() local 321 int active; in uvm_total() local
|
H A D | uvm_stat.c | 59 int active, inactive; in uvmexp_print() local
|
H A D | uvm_pdaemon.c | 959 int active, inactive; in uvm_reclaimable() local 998 uvm_estimatepageable(int *active, int *inactive) in uvm_estimatepageable()
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-active.c | 43 TEST_IMPL(active) { in TEST_IMPL() argument
|
/netbsd-src/external/gpl2/lvm2/dist/tools/ |
H A D | lvchange.c | 155 int active = 0; in lvchange_resync() local 410 int active = 0; in lvchange_persistent() local
|
H A D | vgchange.c | 117 int active, monitored; in _vgchange_monitoring() local 132 int lv_open, active, monitored; in _vgchange_available() local
|
H A D | vgconvert.c | 35 int active = 0; in vgconvert_single() local
|
/netbsd-src/sys/sys/ |
H A D | pax.h | 111 # define PAX_MPROTECT_MAXPROTECT(l, active, extra, max) \ argument 116 # define PAX_MPROTECT_MAXPROTECT(l, active, extra, max) \ argument
|
/netbsd-src/sbin/ifconfig/ |
H A D | af_link.c | 83 bool active; in link_pre_aifaddr() local
|
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | pk_disklabel.c | 228 int active = -1; in block0_is_fdisk() local 336 int active = block0_is_fdisk(boot_block); in pk_disklabel_create_instance() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hsa-regalloc.c | 365 expire_old_intervals (hsa_op_reg *reg, vec<hsa_op_reg*> *active, in expire_old_intervals() 386 spill_at_interval (hsa_op_reg *reg, vec<hsa_op_reg*> *active) in spill_at_interval() 424 vec<hsa_op_reg*> active[4] = {vNULL, vNULL, vNULL, vNULL}; in linear_scan_regalloc() local
|
/netbsd-src/sys/net/agr/ |
H A D | ieee8023ad_lacp_sm_rx.c | 150 bool active; in lacp_sm_rx_record_pdu() local
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | tbl.c | 40 int active; in tbl_read() local
|
/netbsd-src/sys/arch/ews4800mips/stand/common/ |
H A D | local.h | 52 bool active; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 49 struct list_head active; member 63 struct list_head active; member
|