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

1234567891011>>

/freebsd-9.3-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-9.3-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-9.3-release/sys/sys/
H A D_task.h44 typedef void task_fn_t(void *context, int pending);
/freebsd-9.3-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-9.3-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);
154 _flush_fn(void *context, int pending) argument
/freebsd-9.3-release/contrib/bind9/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);
314 if (!ISC_LIST_EMPTY(rl->pending)) {
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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...]
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_dnslookup.c126 static int pending = 0; variable
330 pending--;
335 if (pending < 0)
336 pending = 0;
342 * Data is pending on the DNS socket; check for valid replies
373 * anymore. If there are no lookups pending or the packet
378 if (!pending ||
399 pending--;
456 pending++;
544 pending
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_power.c43 power_pm_deferred_fn(void *arg, int pending) argument
/freebsd-9.3-release/sys/netgraph/bluetooth/include/
H A Dng_btsocket_sco.h48 int32_t pending; /* pending packets */ member in struct:ng_btsocket_sco_rtentry
78 #define NG_BTSOCKET_SCO_TIMO (1 << 1) /* timeout pending */
/freebsd-9.3-release/bin/dd/
H A Ddd.c79 static off_t pending = 0; /* pending seek if sparse */ variable
411 if (out.dbcnt || pending)
443 * If force, first try to write all pending data, else try to write
460 pending += cnt;
464 if (pending != 0) {
470 pending -= last_sp;
474 if (lseek(out.fd, pending, SEEK_CUR) ==
478 pending = last_sp = 0;
/freebsd-9.3-release/sys/dev/drm/
H A Dmach64_drv.h60 struct list_head list; /* List pointers for free_list, placeholders, or pending list */
91 struct list_head pending; /* Buffers pending completion */ member in struct:drm_mach64_private
724 if (list_empty(&dev_priv->pending)) {
725 DRM_ERROR("Empty pending list in \n");
729 ptr = dev_priv->pending.prev;
732 if (ptr == &dev_priv->pending) {
759 if (_buf->pending) { \
760 DRM_ERROR("pending buf in DMAGETPTR\n"); \
794 if (_buf->pending) { \
[all...]

Completed in 224 milliseconds

1234567891011>>