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

1234567891011>>

/freebsd-10-stable/sys/mips/cavium/octe/
H A Dethernet-rx.h33 void cvm_oct_tasklet_rx(void *context, int pending);
H A Dethernet-mdio.c74 } while (smi_rd.s.pending);
111 } while (smi_wr.s.pending);
/freebsd-10-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-10-stable/sys/sys/
H A D_task.h44 typedef void task_fn_t(void *context, int pending);
/freebsd-10-stable/contrib/jemalloc/src/
H A Dtsd.c41 bool pending[MALLOC_TSD_CLEANUPS_MAX], again; local
45 pending[i] = true;
50 if (pending[i]) {
51 pending[i] = cleanups[i]();
52 if (pending[i])
/freebsd-10-stable/tests/sys/aio/
H A Daio_kqueue_test.c68 int failed = 0, fd, kq, pending, result, run; local
103 pending = 0;
105 pending++;
134 pending--;
140 cancel = nitems(iocb) - pending;
144 while (pending) {
174 pending, nitems(iocb), cancel);
183 printf("Error Result for %d is %d pending %d\n",
184 j, result, pending);
192 " (errno=%d) should be %zu\n", run, pending,
[all...]
/freebsd-10-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_intr.c157 uint32_t pending; local
174 pending = intc_read_4(sc, INTC_PENDING_BASIC);
175 if ((pending & 0xFF) == 0) {
178 if (pending & (1 << irq))
184 pending = intc_read_4(sc, INTC_PENDING_BANK1);
185 if (pending == 0) {
188 if (pending & (1 << IRQ_BANK1(irq)))
194 pending = intc_read_4(sc, INTC_PENDING_BANK2);
195 if (pending != 0) do {
196 if (pending
[all...]
/freebsd-10-stable/sys/dev/ath/
H A Dif_ath_beacon.h50 extern void ath_beacon_proc(void *arg, int pending);
/freebsd-10-stable/sys/dev/ixl/
H A Dixlv_vc_mgr.h65 TAILQ_HEAD(, ixl_vc_cmd) pending; member in struct:ixl_vc_mgr
/freebsd-10-stable/contrib/unbound/services/
H A Doutside_network.h40 * and wait for the pending answer, with timeouts.
49 struct pending;
116 /** pending udp queries waiting to be sent out, waiting for fd */
117 struct pending* udp_wait_first;
118 /** last pending udp query in list */
119 struct pending* udp_wait_last;
121 /** pending udp answers. sorted by id, addr */
122 rbtree_t* pending; member in struct:outside_network
137 * Array of tcp pending used for outgoing TCP connections.
199 * A query that has an answer pending fo
201 struct pending { struct
373 void* pending; member in struct:serviced_query
[all...]
H A Doutside_network.c40 * wait for the pending answer events.
81 static int randomize_and_send_udp(struct pending* pend, sldns_buffer* packet,
91 struct pending *p1 = (struct pending*)key1;
92 struct pending *p2 = (struct pending*)key2;
372 struct pending* pend;
387 /* callback error on pending */
403 struct pending key;
404 struct pending*
[all...]
/freebsd-10-stable/sys/ofed/include/linux/
H A Dworkqueue.h110 int pending; local
114 pending = work->work.work_task.ta_pending;
116 pending = work->work.work_task.ta_pending;
120 pending = taskqueue_enqueue(work->work.taskqueue,
123 return (!pending);
/freebsd-10-stable/sys/dev/ixgbe/
H A Dif_fdir.c53 ixgbe_reinit_fdir(void *context, int pending) argument
149 ixgbe_reinit_fdir(void *context, int pending) argument
151 UNREFERENCED_2PARAMETER(context, pending);
/freebsd-10-stable/sys/arm/freescale/imx/
H A Dtzic.c165 uint32_t pending; local
169 pending = tzic_read_4(TZIC_PND(i));
170 for (b = 0; pending != 0 && b < 32; b++)
171 if (pending & (1 << b)) {
/freebsd-10-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-10-stable/usr.sbin/bluetooth/btpand/
H A Devent.c52 TAILQ_INSERT_TAIL(&pending, ev, next); \
64 static TAILQ_HEAD(, event) pending;
70 TAILQ_INIT(&pending);
108 while (!TAILQ_EMPTY(&pending)) {
109 ev = TAILQ_FIRST(&pending);
146 * Process current pending
243 TAILQ_REMOVE(&pending, ev, next);
/freebsd-10-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-10-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-10-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-10-stable/lib/libproc/
H A Dproc_util.c61 int pending = 0; local
67 pending = WSTOPSIG(phdl->wstat);
68 if (ptrace(PT_CONTINUE, phdl->pid, (caddr_t)(uintptr_t)1, pending) != 0)
/freebsd-10-stable/sys/arm/arm/
H A Dpl190.c161 uint32_t pending; local
168 pending = intc_vic_read_4(VICIRQSTATUS);
170 if (pending & (1 << irq))

Completed in 320 milliseconds

1234567891011>>