Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dragonfly/sys/dev/drm/i915/
H A Di915_gem_request.h398 INIT_LIST_HEAD(&active->link); in init_request_active()
416 rcu_assign_pointer(active->request, request); in i915_gem_active_set()
435 active->retire = fn ?: i915_gem_retire_noop; in i915_gem_active_set_retire_fn()
478 request = i915_gem_active_raw(active, mutex); in i915_gem_active_peek()
557 request = rcu_dereference(active->request); in __i915_gem_active_get_rcu()
625 request = __i915_gem_active_get_rcu(active); in i915_gem_active_get_unlocked()
642 return rcu_access_pointer(active->request); in i915_gem_active_isset()
698 request = i915_gem_active_raw(active, mutex); in i915_gem_active_retire()
708 list_del_init(&active->link); in i915_gem_active_retire()
709 RCU_INIT_POINTER(active->request, NULL); in i915_gem_active_retire()
[all …]
/dragonfly/stand/boot/common/
H A Dconsole.c51 int active; in cons_probe() local
67 active = -1; in cons_probe()
72 active = cons; in cons_probe()
76 if (active >= 0) { in cons_probe()
77 env_setenv("console", EV_VOLATILE, consoles[active]->c_name, in cons_probe()
86 if ((active == -1 || cons == active) && in cons_probe()
203 int cons, active; in cons_set() local
205 if ((value == NULL) || ((active = cons_find(value)) == -1)) { in cons_set()
219 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_set()
220 consoles[active]->c_init(0); in cons_set()
/dragonfly/sys/dev/video/vga/
H A Dvga_switcheroo.c134 bool active; member
165 bool active; member
270 if (vgasr_priv->active) { in vga_switcheroo_unregister_handler()
315 client->active = active; in register_client()
422 if (client->active) in find_active_client()
717 if (!active) in vga_switchto_stage1()
737 if (!active) in vga_switchto_stage2()
740 active->active = false; in vga_switchto_stage2()
766 vga_switchoff(active); in vga_switchto_stage2()
881 if (client->active)
[all …]
/dragonfly/sys/dev/raid/vinum/
H A Dvinuminterrupt.c205 rq->active--; /* one less */ in complete_rqe()
408 drive->active++; in complete_raid5_write()
409 if (drive->active >= drive->maxactive) in complete_raid5_write()
410 drive->maxactive = drive->active; in complete_raid5_write()
411 vinum_conf.active++; in complete_raid5_write()
413 vinum_conf.maxactive = vinum_conf.active; in complete_raid5_write()
444 drive->active++; in complete_raid5_write()
445 if (drive->active >= drive->maxactive) in complete_raid5_write()
446 drive->maxactive = drive->active; in complete_raid5_write()
447 vinum_conf.active++; in complete_raid5_write()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsplay-tree.c56 splay_tree_node active = 0; in splay_tree_delete_helper() local
77 active = pending; in splay_tree_delete_helper()
79 while (active) in splay_tree_delete_helper()
86 if (active->left) in splay_tree_delete_helper()
88 KDEL (active->left->key); in splay_tree_delete_helper()
89 VDEL (active->left->value); in splay_tree_delete_helper()
93 if (active->right) in splay_tree_delete_helper()
95 KDEL (active->right->key); in splay_tree_delete_helper()
96 VDEL (active->right->value); in splay_tree_delete_helper()
101 temp = active; in splay_tree_delete_helper()
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dsplay-tree.c56 splay_tree_node active = 0; in splay_tree_delete_helper() local
77 active = pending; in splay_tree_delete_helper()
79 while (active) in splay_tree_delete_helper()
86 if (active->left) in splay_tree_delete_helper()
88 KDEL (active->left->key); in splay_tree_delete_helper()
89 VDEL (active->left->value); in splay_tree_delete_helper()
93 if (active->right) in splay_tree_delete_helper()
95 KDEL (active->right->key); in splay_tree_delete_helper()
96 VDEL (active->right->value); in splay_tree_delete_helper()
101 temp = active; in splay_tree_delete_helper()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsplay-tree.c56 splay_tree_node active = 0; in splay_tree_delete_helper() local
77 active = pending; in splay_tree_delete_helper()
79 while (active) in splay_tree_delete_helper()
86 if (active->left) in splay_tree_delete_helper()
88 KDEL (active->left->key); in splay_tree_delete_helper()
89 VDEL (active->left->value); in splay_tree_delete_helper()
93 if (active->right) in splay_tree_delete_helper()
95 KDEL (active->right->key); in splay_tree_delete_helper()
96 VDEL (active->right->value); in splay_tree_delete_helper()
101 temp = active; in splay_tree_delete_helper()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsplay-tree.c55 splay_tree_node active = 0; in splay_tree_delete_helper() local
76 active = pending; in splay_tree_delete_helper()
78 while (active) in splay_tree_delete_helper()
85 if (active->left) in splay_tree_delete_helper()
87 KDEL (active->left->key); in splay_tree_delete_helper()
88 VDEL (active->left->value); in splay_tree_delete_helper()
92 if (active->right) in splay_tree_delete_helper()
94 KDEL (active->right->key); in splay_tree_delete_helper()
95 VDEL (active->right->value); in splay_tree_delete_helper()
100 temp = active; in splay_tree_delete_helper()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsplay-tree.c58 splay_tree_node active = 0; in splay_tree_delete_helper() local
79 active = pending; in splay_tree_delete_helper()
81 while (active) in splay_tree_delete_helper()
88 if (active->left) in splay_tree_delete_helper()
90 KDEL (active->left->key); in splay_tree_delete_helper()
91 VDEL (active->left->value); in splay_tree_delete_helper()
95 if (active->right) in splay_tree_delete_helper()
97 KDEL (active->right->key); in splay_tree_delete_helper()
98 VDEL (active->right->value); in splay_tree_delete_helper()
103 temp = active; in splay_tree_delete_helper()
[all …]
/dragonfly/contrib/dhcpcd/src/
H A Dif.c429 active = IF_INACTIVE; in if_check_arphrd()
433 if (active) { in if_check_arphrd()
446 return active; in if_check_arphrd()
456 unsigned int active; in if_discover() local
536 active = IF_INACTIVE; in if_discover()
541 active = IF_INACTIVE; in if_discover()
546 active = IF_INACTIVE; in if_discover()
572 active = IF_INACTIVE; in if_discover()
648 if (active) { in if_discover()
669 active = if_check_arphrd(ifp, active, if_noconf); in if_discover()
[all …]
H A Ddhcpcd.c679 if (!ifp->active) in dhcpcd_initstate1()
787 if (ifp->active) { in dhcpcd_handlecarrier()
821 if (!ifp->active) in dhcpcd_handlecarrier()
954 if (ifp->active) in dhcpcd_startinterface()
1033 if (ifp->active) in dhcpcd_activateinterface()
1044 if (!ifp->active) in dhcpcd_activateinterface()
1096 if (iff->active) in dhcpcd_handleinterface()
1116 if (iff->active) in dhcpcd_handleinterface()
1286 if (ifp->active) in dhcpcd_handlehwaddr()
1402 if (!ifp->active) in dhcpcd_ifrenew()
[all …]
/dragonfly/stand/boot/pc32/libi386/
H A Dbootinfo.c43 int active; in bi_getboothowto() local
50 active = 0; in bi_getboothowto()
52 if (!active && (*cp == '-')) { in bi_getboothowto()
53 active = 1; in bi_getboothowto()
54 } else if (active) in bi_getboothowto()
94 active = 0; in bi_getboothowto()
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c110 int active = _nc_unicode_locale(); in _nc_init_wacs() local
120 active ? "" : " not")); in _nc_init_wacs()
128 int wide = wcwidth((wchar_t) table[n].value[active]); in _nc_init_wacs()
134 if (active && (wide == 1)) { in _nc_init_wacs()
144 _tracechar(table[n].value[active]), in _nc_init_wacs()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhsa-regalloc.c368 while (!active[i].is_empty ()) in expire_old_intervals()
370 hsa_op_reg *a = active[i].pop (); in expire_old_intervals()
373 active[i].quick_push (a); in expire_old_intervals()
388 gcc_assert (!active[cl].is_empty ()); in spill_at_interval()
389 hsa_op_reg *cand = active[cl][0]; in spill_at_interval()
394 active[cl].ordered_remove (0); in spill_at_interval()
396 active[cl].quick_insert (place, reg); in spill_at_interval()
606 expire_old_intervals (reg, active, classes); in linear_scan_regalloc()
611 active[cl].quick_insert (place, reg); in linear_scan_regalloc()
614 spill_at_interval (reg, active); in linear_scan_regalloc()
[all …]
/dragonfly/usr.bin/dsynth/
H A Dbulk.c42 bulk_t *active; member
129 if (JobsAry[i].active) { in donebulk()
130 freebulk(JobsAry[i].active); in donebulk()
131 JobsAry[i].active = NULL; in donebulk()
199 if (JobsAry[i].active == NULL) in bulkstart()
209 JobsAry[i].active = bulk; in bulkstart()
345 if (job->active == NULL) in bulkthread()
347 bulk = job->active; in bulkthread()
371 job->active = bulk; in bulkthread()
374 job->active = NULL; in bulkthread()
/dragonfly/lib/libc/stdlib/
H A Dgetenv.c79 bool active; member
236 envVars[envNdx].active = false; in __clean_env()
284 if (envVars[envNdx].active) in __rebuild_environ()
381 envVars[activeNdx].active = true; in __build_env()
472 if (envVars[envNdx].active) { in __setenv()
475 envVars[envNdx].active = false; in __setenv()
515 envVars[envNdx].active = true; in __setenv()
631 envVars[envNdx].active = false; in putenv()
646 envVars[envNdx].active = true; in putenv()
679 envVars[envNdx].active = false; in unsetenv()
[all …]
H A Dnmalloc.c684 big->active - big->bytes); in handle_excess_big()
685 big->bytes = big->active; in handle_excess_big()
1016 big->active = size; in _slabmemalign()
1041 big->active = size; in _slabmemalign()
1171 big->active = size; in _slaballoc()
1176 big->bytes - big->active); in _slaballoc()
1402 if (big->active != size) { in _slabrealloc()
1404 big->active - in _slabrealloc()
1407 big->active = size; in _slabrealloc()
1443 big->active - in _slabrealloc()
[all …]
/dragonfly/sbin/dhclient/
H A Ddhclient.c201 if (client->active && addr_eq(a, client->active->address)) in routehandler()
545 if (!client->active || client->active->is_bootp) { in state_reboot()
744 if (client->active) in bind_lease()
959 if (!client->active) { in dhcpnak()
965 client->active = NULL; in dhcpnak()
1065 while (client->active) { in state_panic()
1097 client->active = NULL; in state_panic()
1106 lp->next = client->active; in state_panic()
1118 loop = client->active; in state_panic()
1192 client->active->expiry) in send_request()
[all …]
/dragonfly/sys/kern/
H A Dkern_kmalloc.c283 mgt->active = &kslab_dummy; in malloc_mgt_init()
340 if (mgt->active != &kslab_dummy) in malloc_mgt_uninit()
342 mgt->active = NULL; in malloc_mgt_uninit()
758 mgt->alternate = mgt->active; in _kmalloc_obj_debug()
759 mgt->active = slab; in _kmalloc_obj_debug()
787 mgt->active = ggm->partial; in _kmalloc_obj_debug()
789 mgt->active->next = NULL; in _kmalloc_obj_debug()
804 mgt->active = ggm->full; in _kmalloc_obj_debug()
806 mgt->active->next = NULL; in _kmalloc_obj_debug()
808 exis_setlive(&mgt->active->exis); in _kmalloc_obj_debug()
[all …]
/dragonfly/contrib/mdocml/
H A Dtbl.c40 int active; in tbl_read() local
50 active = 1; in tbl_read()
54 active = 0; in tbl_read()
57 active = 1; in tbl_read()
60 if (active) in tbl_read()
/dragonfly/contrib/lvm2/dist/tools/
H A Dlvchange.c155 int active = 0; in lvchange_resync() local
196 active = 1; in lvchange_resync()
220 (active) ? "active " : "", in lvchange_resync()
232 if (active && !activate_lv(cmd, lv)) { in lvchange_resync()
250 if (active && !activate_lv(cmd, lv)) in lvchange_resync()
259 if (active && !activate_lv(cmd, lv)) in lvchange_resync()
298 if (active && !activate_lv(cmd, lv)) { in lvchange_resync()
410 int active = 0; in lvchange_persistent() local
433 active = 1; in lvchange_persistent()
434 if (active && !arg_count(cmd, force_ARG) && in lvchange_persistent()
[all …]
/dragonfly/sys/dev/sound/pci/
H A Dt4dwave.c74 u_int32_t active:1, was_active:1; member
83 u_int32_t active:1, was_active:1; member
575 ch->active = 1; in trpchan_trigger()
578 ch->active = 0; in trpchan_trigger()
695 ch->active = 1; in trrchan_trigger()
698 ch->active = 0; in trrchan_trigger()
741 u_int32_t active, mask, bufhalf, chnum, intsrc; in tr_intr() local
751 if (active) { in tr_intr()
753 if (active & mask) { in tr_intr()
979 if (tr->chinfo[i].active) { in tr_pci_suspend()
[all …]
/dragonfly/usr.bin/m4/
H A Dmain.c69 FILE *active; /* active output file pointer */ variable
228 active = stdout; /* default active output */ in main()
270 if (active != stdout) in main()
271 active = stdout; /* reset output just in case */ in main()
510 fputc(*s, active); in reallyoutputstr()
519 fputs(s, active); in reallyoutputstr()
525 putc(c, active); in reallyputchar()
/dragonfly/sbin/svc/
H A Dremote.c45 int active; member
77 conn->active = 1; in remote_execute()
139 conn->active = 0; in remote_connect_thread()
152 conn->active = 0; in remote_connect_thread()
177 assert(scan->active == 0); in remote_wait()
221 conn->active = 1; in remote_listener()
/dragonfly/bin/sh/
H A Dhistedit.c194 static int active = 0; in histcmd() local
239 active = 0; in histcmd()
246 if (++active > MAXHISTLOOPS) { in histcmd()
247 active = 0; in histcmd()
385 if (lflg == 0 && active > 0) in histcmd()
386 --active; in histcmd()

1234567891011