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

1234567891011>>

/freebsd-10.1-release/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.1-release/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.1-release/sys/sys/
H A D_task.h44 typedef void task_fn_t(void *context, int pending);
/freebsd-10.1-release/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.1-release/tools/regression/aio/kqueue/
H A Daio_kqueue.c65 int cancel, pending, tmp_file = 0, failed = 0; local
96 pending = 0;
98 pending++;
127 pending--;
132 cancel = MAX - pending;
135 while (pending) {
162 pending, MAX, cancel);
171 printf("Error Result for %d is %d pending %d\n",
172 j, result, pending);
180 " (errno=%d) should be %d\n", run, pending,
[all...]
/freebsd-10.1-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_intr.c147 uint32_t pending; local
155 pending = intc_read_4(INTC_PENDING_BASIC);
157 if (pending & (1 << irq))
162 pending = intc_read_4(INTC_PENDING_BANK1);
164 if (pending & (1 << IRQ_BANK1(irq)))
169 pending = intc_read_4(INTC_PENDING_BANK2);
171 if (pending & (1 << IRQ_BANK2(irq)))
/freebsd-10.1-release/contrib/unbound/services/
H A Doutside_network.h40 * and wait for the pending answer, with timeouts.
48 struct pending;
113 /** pending udp queries waiting to be sent out, waiting for fd */
114 struct pending* udp_wait_first;
115 /** last pending udp query in list */
116 struct pending* udp_wait_last;
118 /** pending udp answers. sorted by id, addr */
119 rbtree_t* pending; member in struct:outside_network
130 * Array of tcp pending used for outgoing TCP connections.
190 * A query that has an answer pending fo
192 struct pending { struct
360 void* pending; member in struct:serviced_query
[all...]
H A Doutside_network.c40 * wait for the pending answer events.
82 struct pending* pend, sldns_buffer* packet, int timeout);
87 struct pending *p1 = (struct pending*)key1;
88 struct pending *p2 = (struct pending*)key2;
368 struct pending* pend;
383 /* callback error on pending */
399 struct pending key;
400 struct pending*
[all...]
/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath_beacon.h50 extern void ath_beacon_proc(void *arg, int pending);
/freebsd-10.1-release/sys/dev/ixl/
H A Dixlv_vc_mgr.h65 TAILQ_HEAD(, ixl_vc_cmd) pending; member in struct:ixl_vc_mgr
/freebsd-10.1-release/sys/ofed/include/linux/
H A Dworkqueue.h63 _work_fn(void *context, int pending) argument
114 int pending; local
116 pending = work->work.work_task.ta_pending;
123 return (!pending);
164 _flush_fn(void *context, int pending) argument
/freebsd-10.1-release/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.1-release/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.1-release/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.1-release/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.1-release/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.1-release/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.1-release/lib/libz/
H A Ddeflate.c407 s->pending = 0;
450 int ZEXPORT deflatePending (strm, pending, bits)
451 unsigned *pending;
456 if (pending != Z_NULL)
457 *pending = strm->state->pending;
516 if (err == Z_BUF_ERROR && s->pending == 0)
624 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
637 * Flush as much pending output as possible. All deflate() output goes
649 len = s->pending;
[all...]
/freebsd-10.1-release/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.1-release/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 229 milliseconds

1234567891011>>