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

1234567891011>>

/freebsd-10.0-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.0-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.0-release/sys/sys/
H A D_task.h44 typedef void task_fn_t(void *context, int pending);
/freebsd-10.0-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.0-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.0-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_intr.c143 uint32_t pending; local
151 pending = intc_read_4(INTC_PENDING_BASIC);
153 if (pending & (1 << irq))
158 pending = intc_read_4(INTC_PENDING_BANK1);
160 if (pending & (1 << IRQ_BANK1(irq)))
165 pending = intc_read_4(INTC_PENDING_BANK2);
167 if (pending & (1 << IRQ_BANK2(irq)))
/freebsd-10.0-release/contrib/unbound/services/
H A Doutside_network.h40 * and wait for the pending answer, with timeouts.
48 struct pending;
108 /** pending udp queries waiting to be sent out, waiting for fd */
109 struct pending* udp_wait_first;
110 /** last pending udp query in list */
111 struct pending* udp_wait_last;
113 /** pending udp answers. sorted by id, addr */
114 rbtree_t* pending; member in struct:outside_network
125 * Array of tcp pending used for outgoing TCP connections.
185 * A query that has an answer pending fo
187 struct pending { struct
355 void* pending; member in struct:serviced_query
[all...]
H A Doutside_network.c40 * wait for the pending answer events.
82 struct pending* pend, ldns_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 */
397 struct pending key;
398 struct pending*
[all...]
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_beacon.h50 extern void ath_beacon_proc(void *arg, int pending);
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dworkqueue.h62 _work_fn(void *context, int pending) argument
112 int pending; local
114 pending = work->work.work_task.ta_pending;
121 return (!pending);
162 _flush_fn(void *context, int pending) argument
/freebsd-10.0-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.0-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.0-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.0-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.0-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.0-release/sys/arm/arm/
H A Dpl190.c156 uint32_t pending; local
163 pending = intc_vic_read_4(VICIRQSTATUS);
165 if (pending & (1 << irq))
/freebsd-10.0-release/sys/arm/freescale/imx/
H A Dtzic.c161 uint32_t pending; local
165 pending = tzic_read_4(TZIC_PND(i));
167 if (pending & (1 << b)) {
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c378 s->pending = 0;
520 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
533 * Flush as much pending output as possible. All deflate() output goes
541 unsigned len = strm->state->pending;
551 strm->state->pending -= len;
552 if (strm->state->pending == 0) {
623 s->pending);
660 uInt beg = s->pending; /* start of bytes to update crc */
663 if (s->pending == s->pending_buf_size) {
664 if (s->gzhead->hcrc && s->pending > be
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-mdio.h351 * @return Value of SMIX_RD_DAT. pending will be set on
363 } while (smi_rd.s.pending && (cvmx_get_cycle() < done));
466 cvmx_smix_wr_dat_t, pending, ==, 0, CVMX_MDIO_TIMEOUT))
509 cvmx_smix_wr_dat_t, pending, ==, 0, CVMX_MDIO_TIMEOUT))
522 if (smi_rd.s.pending)
573 cvmx_smix_wr_dat_t, pending, ==, 0, CVMX_MDIO_TIMEOUT))
587 cvmx_smix_wr_dat_t, pending, ==, 0, CVMX_MDIO_TIMEOUT))
/freebsd-10.0-release/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.c129 if (coder->mf.pending > 0
131 // Match finder may update coder->pending and expects it to
133 const size_t pending = coder->mf.pending; local
134 coder->mf.pending = 0;
137 // the pending bytes.
138 assert(coder->mf.read_pos >= pending);
139 coder->mf.read_pos -= pending;
143 coder->mf.skip(&coder->mf, pending);
382 mf->pending
[all...]

Completed in 295 milliseconds

1234567891011>>