Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 25 of 169) sorted by relevance

1234567

/dragonfly/contrib/gdb-7/gdb/
H A Dbuildsym.h96 struct pending struct
98 struct pending *next; argument
107 EXTERN struct pending *file_symbols; argument
111 EXTERN struct pending *global_symbols;
115 EXTERN struct pending *local_symbols;
128 struct pending *locals;
208 struct pending **listhead);
210 extern struct symbol *find_symbol_in_list (struct pending *list,
214 struct pending **listhead,
287 extern void merge_symbol_lists (struct pending **srclist,
[all …]
H A Dbuildsym.c63 static struct pending *free_pendings;
128 struct pending *link; in add_symbol_to_list()
145 link = (struct pending *) xmalloc (sizeof (struct pending)); in add_symbol_to_list()
187 struct pending *next, *next1; in really_free_pendings()
246 struct pending *next, *next1; in finish_block_internal()
1349 struct pending *pending; in set_missing_symtab() local
1352 for (pending = pending_list; pending != NULL; pending = pending->next) in set_missing_symtab()
1354 for (i = 0; i < pending->nsyms; ++i) in set_missing_symtab()
1356 if (SYMBOL_SYMTAB (pending->symbol[i]) == NULL) in set_missing_symtab()
1357 SYMBOL_SYMTAB (pending->symbol[i]) = symtab; in set_missing_symtab()
[all …]
H A Ddictionary.h37 struct pending;
48 const struct pending
64 const struct pending
91 const struct pending *symbol_list);
H A Ddictionary.c358 const struct pending *symbol_list) in dict_create_hashed()
363 const struct pending *list_counter; in dict_create_hashed()
422 const struct pending *symbol_list) in dict_create_linear()
427 const struct pending *list_counter; in dict_create_linear()
505 dict_add_pending (struct dictionary *dict, const struct pending *symbol_list) in dict_add_pending()
507 const struct pending *list; in dict_add_pending()
/dragonfly/sys/dev/drm/i915/
H A Di915_sw_fence.c303 int pending; in __i915_sw_fence_await_sw_fence() local
316 pending = 0; in __i915_sw_fence_await_sw_fence()
331 wq->flags = pending; in __i915_sw_fence_await_sw_fence()
340 pending = 1; in __i915_sw_fence_await_sw_fence()
343 pending = 0; in __i915_sw_fence_await_sw_fence()
347 return pending; in __i915_sw_fence_await_sw_fence()
487 ret = pending; in i915_sw_fence_await_reservation()
491 ret |= pending; in i915_sw_fence_await_reservation()
506 if (pending < 0) in i915_sw_fence_await_reservation()
507 ret = pending; in i915_sw_fence_await_reservation()
[all …]
H A Di915_sw_fence.h26 atomic_t pending; member
85 return atomic_read(&fence->pending) <= 0; in i915_sw_fence_signaled()
90 return atomic_read(&fence->pending) < 0; in i915_sw_fence_done()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsplay-tree.c55 splay_tree_node pending = 0; in splay_tree_delete_helper() local
68 node->key = (splay_tree_key)pending; in splay_tree_delete_helper()
69 pending = (splay_tree_node)node; in splay_tree_delete_helper()
75 while (pending) in splay_tree_delete_helper()
77 active = pending; in splay_tree_delete_helper()
78 pending = 0; in splay_tree_delete_helper()
90 active->left->key = (splay_tree_key)pending; in splay_tree_delete_helper()
91 pending = (splay_tree_node)(active->left); in splay_tree_delete_helper()
97 active->right->key = (splay_tree_key)pending; in splay_tree_delete_helper()
98 pending = (splay_tree_node)(active->right); in splay_tree_delete_helper()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsplay-tree.c55 splay_tree_node pending = 0; in splay_tree_delete_helper() local
68 node->key = (splay_tree_key)pending; in splay_tree_delete_helper()
69 pending = (splay_tree_node)node; in splay_tree_delete_helper()
75 while (pending) in splay_tree_delete_helper()
77 active = pending; in splay_tree_delete_helper()
78 pending = 0; in splay_tree_delete_helper()
90 active->left->key = (splay_tree_key)pending; in splay_tree_delete_helper()
91 pending = (splay_tree_node)(active->left); in splay_tree_delete_helper()
97 active->right->key = (splay_tree_key)pending; in splay_tree_delete_helper()
98 pending = (splay_tree_node)(active->right); in splay_tree_delete_helper()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsplay-tree.c55 splay_tree_node pending = 0; in splay_tree_delete_helper() local
68 node->key = (splay_tree_key)pending; in splay_tree_delete_helper()
69 pending = (splay_tree_node)node; in splay_tree_delete_helper()
75 while (pending) in splay_tree_delete_helper()
77 active = pending; in splay_tree_delete_helper()
78 pending = 0; in splay_tree_delete_helper()
90 active->left->key = (splay_tree_key)pending; in splay_tree_delete_helper()
91 pending = (splay_tree_node)(active->left); in splay_tree_delete_helper()
97 active->right->key = (splay_tree_key)pending; in splay_tree_delete_helper()
98 pending = (splay_tree_node)(active->right); in splay_tree_delete_helper()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsplay-tree.c54 splay_tree_node pending = 0; in splay_tree_delete_helper() local
67 node->key = (splay_tree_key)pending; in splay_tree_delete_helper()
68 pending = (splay_tree_node)node; in splay_tree_delete_helper()
74 while (pending) in splay_tree_delete_helper()
76 active = pending; in splay_tree_delete_helper()
77 pending = 0; in splay_tree_delete_helper()
89 active->left->key = (splay_tree_key)pending; in splay_tree_delete_helper()
90 pending = (splay_tree_node)(active->left); in splay_tree_delete_helper()
96 active->right->key = (splay_tree_key)pending; in splay_tree_delete_helper()
97 pending = (splay_tree_node)(active->right); in splay_tree_delete_helper()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsplay-tree.c57 splay_tree_node pending = 0; in splay_tree_delete_helper() local
70 node->key = (splay_tree_key)pending; in splay_tree_delete_helper()
71 pending = (splay_tree_node)node; in splay_tree_delete_helper()
77 while (pending) in splay_tree_delete_helper()
79 active = pending; in splay_tree_delete_helper()
80 pending = 0; in splay_tree_delete_helper()
92 active->left->key = (splay_tree_key)pending; in splay_tree_delete_helper()
93 pending = (splay_tree_node)(active->left); in splay_tree_delete_helper()
99 active->right->key = (splay_tree_key)pending; in splay_tree_delete_helper()
100 pending = (splay_tree_node)(active->right); in splay_tree_delete_helper()
/dragonfly/contrib/zlib-1.2/
H A Ddeflate.c481 s->pending = 0;
529 unsigned *pending; in deflatePending()
534 if (pending != Z_NULL)
535 *pending = strm->state->pending;
737 len = s->pending;
746 s->pending -= len;
747 if (s->pending == 0) {
786 if (s->pending != 0) {
843 if (s->pending != 0) {
921 s->pending += left;
[all …]
/dragonfly/usr.sbin/ypserv/
H A Dyp_dnslookup.c125 static int pending = 0; variable
329 pending--; in yp_prune_dnsq()
334 if (pending < 0) in yp_prune_dnsq()
335 pending = 0; in yp_prune_dnsq()
377 if (!pending || in yp_run_dnsq()
398 pending--; in yp_run_dnsq()
455 pending++; in yp_async_lookup_name()
543 pending++; in yp_async_lookup_addr()
/dragonfly/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.c138 if (coder->mf.pending > 0 in fill_window()
142 const uint32_t pending = coder->mf.pending; in fill_window() local
143 coder->mf.pending = 0; in fill_window()
147 assert(coder->mf.read_pos >= pending); in fill_window()
148 coder->mf.read_pos -= pending; in fill_window()
152 coder->mf.skip(&coder->mf, pending); in fill_window()
399 mf->pending = 0; in lz_encoder_init()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-deps.c2477 while (pending) in sched_analyze_1()
2484 pending = XEXP (pending, 1); in sched_analyze_1()
2490 while (pending) in sched_analyze_1()
2497 pending = XEXP (pending, 1); in sched_analyze_1()
2625 while (pending) in sched_analyze_2()
2633 pending = XEXP (pending, 1); in sched_analyze_2()
2648 pending = XEXP (pending, 1); in sched_analyze_2()
2918 while (pending) in sched_analyze_insn()
2922 pending = XEXP (pending, 1); in sched_analyze_insn()
2928 while (pending) in sched_analyze_insn()
[all …]
H A Ddf-core.c876 bitmap pending, in df_worklist_propagate_forward() argument
921 bitmap pending, in df_worklist_propagate_backward() argument
979 bitmap pending, in df_worklist_dataflow_doublequeue() argument
999 while (!bitmap_empty_p (pending)) in df_worklist_dataflow_doublequeue()
1006 worklist = pending; in df_worklist_dataflow_doublequeue()
1007 pending = temp; in df_worklist_dataflow_doublequeue()
1014 bitmap_clear_bit (pending, index); in df_worklist_dataflow_doublequeue()
1021 pending, considered, in df_worklist_dataflow_doublequeue()
1026 pending, considered, in df_worklist_dataflow_doublequeue()
1038 BITMAP_FREE (pending); in df_worklist_dataflow_doublequeue()
[all …]
/dragonfly/bin/dd/
H A Ddd.c87 static off_t pending = 0; /* pending seek if sparse */ variable
467 if (out.dbcnt || pending) in dd_close()
521 pending += cnt; in dd_out()
524 if (pending != 0) { in dd_out()
531 out.seek_offset = lseek(out.fd, pending, SEEK_CUR); in dd_out()
535 pending = 0; in dd_out()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_main.c313 ep->con_handle, con->pending, in ng_l2cap_lower_rcvmsg()
316 con->pending -= ep->completed; in ng_l2cap_lower_rcvmsg()
317 if (con->pending < 0) { in ng_l2cap_lower_rcvmsg()
322 con->con_handle, con->pending, in ng_l2cap_lower_rcvmsg()
325 con->pending = 0; in ng_l2cap_lower_rcvmsg()
584 e2->pending = con->pending; in ng_l2cap_default_rcvmsg()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-deps.c2498 while (pending) in sched_analyze_1()
2505 pending = pending->next (); in sched_analyze_1()
2511 while (pending) in sched_analyze_1()
2519 pending = pending->next (); in sched_analyze_1()
2645 while (pending) in sched_analyze_2()
2654 pending = pending->next (); in sched_analyze_2()
2670 pending = pending->next (); in sched_analyze_2()
3026 while (pending) in sched_analyze_insn()
3031 pending = pending->next (); in sched_analyze_insn()
3037 while (pending) in sched_analyze_insn()
[all …]
H A Ddf-core.c898 bitmap pending, in df_worklist_propagate_forward() argument
943 bitmap pending, in df_worklist_propagate_backward() argument
1001 bitmap pending, in df_worklist_dataflow_doublequeue() argument
1021 while (!bitmap_empty_p (pending)) in df_worklist_dataflow_doublequeue()
1026 std::swap (pending, worklist); in df_worklist_dataflow_doublequeue()
1033 bitmap_clear_bit (pending, index); in df_worklist_dataflow_doublequeue()
1040 pending, considered, in df_worklist_dataflow_doublequeue()
1045 pending, considered, in df_worklist_dataflow_doublequeue()
1057 BITMAP_FREE (pending); in df_worklist_dataflow_doublequeue()
1082 bitmap pending = BITMAP_ALLOC (&df_bitmap_obstack); in df_worklist_dataflow() local
[all …]
/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Deap_sim_db.c68 struct eap_sim_db_pending *pending; member
381 entry = data->pending; in eap_sim_db_get_pending()
387 data->pending = entry->next; in eap_sim_db_get_pending()
400 entry->next = data->pending; in eap_sim_db_add_pending()
401 data->pending = entry; in eap_sim_db_add_pending()
417 struct eap_sim_db_pending **pp = &data->pending; in eap_sim_db_del_pending()
827 struct eap_sim_db_pending *pending, *prev_pending; in eap_sim_db_deinit() local
853 pending = data->pending; in eap_sim_db_deinit()
854 while (pending) { in eap_sim_db_deinit()
855 prev_pending = pending; in eap_sim_db_deinit()
[all …]
/dragonfly/sys/kern/
H A Dsubr_taskqueue.c394 int pending; in taskqueue_run() local
405 pending = task->ta_pending; in taskqueue_run()
410 task->ta_func(task->ta_context, pending); in taskqueue_run()
472 u_int pending, pending1; in taskqueue_cancel_timeout() local
475 pending = !!callout_stop(&timeout_task->c); in taskqueue_cancel_timeout()
485 *pendp = pending + pending1; in taskqueue_cancel_timeout()
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-cmd-break.c99 int pending = 0; in mi_cmd_break_insert() local
154 pending = 1; in mi_cmd_break_insert()
191 pending ? AUTO_BOOLEAN_TRUE : AUTO_BOOLEAN_FALSE, in mi_cmd_break_insert()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dgas_query_ap.c64 struct dl_list pending; /* struct gas_query_pending */ member
103 dl_list_init(&gas->pending); in gas_query_ap_init()
173 dl_list_for_each_safe(query, next, &gas->pending, in gas_query_ap_deinit()
185 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending()
616 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_dialog_token_available()
703 dl_list_add(&gas->pending, &query->list); in gas_query_ap_req()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dgas_query.c65 struct dl_list pending; /* struct gas_query_pending */ member
106 dl_list_init(&gas->pending); in gas_query_init()
187 dl_list_for_each_safe(query, next, &gas->pending, in gas_query_deinit()
199 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending()
669 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_dialog_token_available()
843 dl_list_add(&gas->pending, &query->list); in gas_query_req()
866 dl_list_for_each(query, &gas->pending, struct gas_query_pending, list) { in gas_query_stop()

1234567