Searched refs:pending (Results 1 - 25 of 382) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-rx.h33 void cvm_oct_tasklet_rx(void *context, int pending);
H A Dethernet-mdio.c76 } while (smi_rd.s.pending);
114 } while (smi_wr.s.pending);
/freebsd-11-stable/sys/dev/ena/
H A Dena_datapath.h37 void ena_cleanup(void *arg, int pending);
40 void ena_deferred_mq_start(void *arg, int pending);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbuildsym.h101 struct pending struct
103 struct pending *next;
112 EXTERN struct pending *file_symbols;
116 EXTERN struct pending *global_symbols;
120 EXTERN struct pending *local_symbols;
124 EXTERN struct pending *param_symbols;
133 struct pending *locals;
137 struct pending *params;
228 extern void add_free_pendings (struct pending *list);
231 struct pending **listhea
[all...]
H A Ddictionary.h37 struct pending;
48 const struct pending
64 const struct pending
H A Dbuildsym.c61 /* List of free `struct pending' structures for reuse. */
63 static struct pending *free_pendings;
86 /* Add a pending list to free_pendings. */
88 add_free_pendings (struct pending *list)
90 struct pending *link = list;
106 add_symbol_to_list (struct symbol *symbol, struct pending **listhead)
108 struct pending *link;
125 link = (struct pending *) xmalloc (sizeof (struct pending));
146 find_symbol_in_list (struct pending *lis
[all...]
/freebsd-11-stable/tests/sys/aio/
H A Daio_kqueue_test.c70 int failed = 0, fd, kq, pending, result, run; local
114 pending = 0;
116 pending++;
145 pending--;
151 cancel = max_queue_per_proc - pending;
155 while (pending) {
185 pending, max_queue_per_proc, cancel);
194 printf("Error Result for %d is %d pending %d\n",
195 j, result, pending);
203 " (errno=%d) should be %zu\n", run, pending,
[all...]
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_intr.c177 uint32_t pending, pending_gpu; local
179 pending = intc_read_4(sc, INTC_PENDING_BASIC) & INTC_PENDING_BASIC_MASK;
180 if (pending == 0)
182 if (pending & INTC_PENDING_BASIC_ARM)
183 return (ffs(pending) - 1);
184 if (pending & INTC_PENDING_BASIC_GPU1_MASK) {
185 if (pending & INTC_PENDING_BASIC_GPU1_7)
187 if (pending & INTC_PENDING_BASIC_GPU1_9)
189 if (pending & INTC_PENDING_BASIC_GPU1_10)
191 if (pending
479 uint32_t pending; local
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dtsd.c42 bool pending[MALLOC_TSD_CLEANUPS_MAX], again; local
46 pending[i] = true;
51 if (pending[i]) {
52 pending[i] = cleanups[i]();
53 if (pending[i])
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.h40 * and wait for the pending answer, with timeouts.
49 struct pending;
124 /** pending udp queries waiting to be sent out, waiting for fd */
125 struct pending* udp_wait_first;
126 /** last pending udp query in list */
127 struct pending* udp_wait_last;
129 /** pending udp answers. sorted by id, addr */
130 rbtree_type* pending; member in struct:outside_network
151 * Array of tcp pending used for outgoing TCP connections.
268 struct pending_tcp* pending; member in struct:reuse_tcp
306 struct pending { struct
504 void* pending; member in struct:serviced_query
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_beacon.h50 extern void ath_beacon_proc(void *arg, int pending);
/freebsd-11-stable/sys/sys/
H A D_task.h44 typedef void task_fn_t(void *context, int pending);
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_iov.h60 void ixl_handle_vflr(void *arg, int pending);
H A Dixlv_vc_mgr.h65 TAILQ_HEAD(, ixl_vc_cmd) pending; member in struct:ixl_vc_mgr
/freebsd-11-stable/lib/libproc/
H A Dproc_util.c64 int pending; local
70 pending = WSTOPSIG(phdl->wstat);
72 pending = 0;
73 if (ptrace(PT_CONTINUE, phdl->pid, (caddr_t)(uintptr_t)1, pending) != 0)
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dratelimiter.c48 ISC_LIST(isc_event_t) pending;
77 ISC_LIST_INIT(rl->pending);
149 ISC_LIST_APPEND(rl->pending, ev, ev_link);
183 p = ISC_LIST_HEAD(rl->pending);
188 ISC_LIST_UNLINK(rl->pending, p, ev_link);
218 while ((ev = ISC_LIST_HEAD(rl->pending)) != NULL) {
219 ISC_LIST_UNLINK(rl->pending, ev, ev_link);
313 if (!ISC_LIST_EMPTY(rl->pending)) {
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_hp.c126 ck_stack_init(&entry->pending);
146 ck_stack_init(&entry->pending);
239 CK_STACK_FOREACH_SAFE(&thread->pending, entry, next) {
256 /* Remove from the pending stack. */
260 CK_STACK_FIRST(&thread->pending) = CK_STACK_NEXT(entry);
279 ck_stack_push_spnc(&thread->pending, &hazard->pending_entry);
299 ck_stack_push_spnc(&thread->pending, &hazard->pending_entry);
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Devent.c55 TAILQ_INSERT_TAIL(&pending, ev, next); \
67 static TAILQ_HEAD(, event) pending;
73 TAILQ_INIT(&pending);
111 while (!TAILQ_EMPTY(&pending)) {
112 ev = TAILQ_FIRST(&pending);
149 * Process current pending
246 TAILQ_REMOVE(&pending, ev, next);
/freebsd-11-stable/contrib/gcc/
H A Dsched-deps.c675 /* Add an INSN and MEM reference pair to a pending INSN_LIST and MEM_LIST.
699 /* Make a dependency between every memory reference on the pending lists
700 and INSN, thus flushing the pending lists. FOR_READ is true if emitting
884 /* Flush all pending reads and writes to prevent the pending lists
893 rtx pending, pending_mem;
895 pending = deps->pending_read_insns;
897 while (pending)
900 && ! sched_insns_conditions_mutex_p (insn, XEXP (pending, 0)))
901 add_dependence (insn, XEXP (pending,
885 rtx pending, pending_mem; local
987 rtx pending, pending_mem; local
1188 rtx pending, pending_mem; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmaint-tool253 @pending = &deps_for("$srcdir/$f");
254 while (@pending) {
255 @tmp = @pending;
256 @pending = ();
260 push(@pending, split(' ', $deps{$p}));
H A Dsplay-tree.c54 splay_tree_node pending = 0; local
67 node->key = (splay_tree_key)pending;
68 pending = (splay_tree_node)node;
70 /* Now, keep processing the pending list until there aren't any
74 while (pending)
76 active = pending;
77 pending = 0;
89 active->left->key = (splay_tree_key)pending;
90 pending = (splay_tree_node)(active->left);
96 active->right->key = (splay_tree_key)pending;
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmaint-tool253 @pending = &deps_for("$srcdir/$f");
254 while (@pending) {
255 @tmp = @pending;
256 @pending = ();
260 push(@pending, split(' ', $deps{$p}));
H A Dsplay-tree.c54 splay_tree_node pending = 0; local
67 node->key = (splay_tree_key)pending;
68 pending = (splay_tree_node)node;
70 /* Now, keep processing the pending list until there aren't any
74 while (pending)
76 active = pending;
77 pending = 0;
89 active->left->key = (splay_tree_key)pending;
90 pending = (splay_tree_node)(active->left);
96 active->right->key = (splay_tree_key)pending;
[all...]
/freebsd-11-stable/sys/net/
H A Dmp_ring.c105 int n, pending, total; local
114 pending = 0;
135 pending += n;
143 if (cidx != pidx && pending < 64 && total < budget)
168 pending = 0;
180 int n, pending, total; local
189 pending = 0;
214 pending += n;
222 if (cidx != pidx && pending < 64 && total < budget)
249 pending
[all...]
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_epoch.h98 ck_stack_t pending[CK_EPOCH_LENGTH]; member in struct:ck_epoch_record
206 ck_stack_push_spnc(&record->pending[offset], &entry->stack_entry);
226 ck_stack_push_upmc(&record->pending[offset], &entry->stack_entry);

Completed in 259 milliseconds

1234567891011>>