Searched refs:pending (Results 126 - 150 of 382) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dbreakpoint.c215 /* If AUTO_BOOLEAN_FALSE, gdb will not attempt to create pending breakpoints.
216 If AUTO_BOOLEAN_TRUE, gdb will automatically create pending breakpoints
333 return (b->enable_state == bp_enabled && !b->pending);
569 if (!b->pending)
3487 if (b->pending)
3509 else if (b->pending)
3511 ui_out_field_string (uiout, "pending", b->addr_string);
3550 if (b->pending && b->cond_string)
3788 if (!b->pending && (!overlay_debugging || b->loc->section == section))
3795 if (!b->pending
5076 int pending = 0; local
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.h140 void t3_process_tid_release_list(void *data, int pending);
/freebsd-11-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard.c129 * Simulate a disk removal if one is present to deal with any pending
356 altera_sdcard_task(void *arg, int pending) argument
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h190 int pending; /* # of data pkts */ member in struct:ng_hci_unit_con
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-rx.c164 void cvm_oct_tasklet_rx(void *context, int pending) argument
H A Dethernet.c102 static void cvm_oct_update_link(void *context, int pending) argument
145 /* Drain any pending packets in the free list */
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h221 int pending; member in struct:hdac_softc::__anon11681
H A Dhdac.c925 } else if (sc->codecs[cad].pending <= 0) {
930 sc->codecs[cad].pending--;
979 sc->codecs[cad].pending++;
998 } while (sc->codecs[cad].pending != 0 && --timeout);
1000 if (sc->codecs[cad].pending != 0) {
1002 sc->codecs[cad].pending = 0;
1065 hdac_unsolq_task(void *context, int pending) argument
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.h141 /* pending queue for this entry */
179 osal_list_t pending; member in struct:ecore_spq
317 * @brief ecore_eq_completion - Completes currently pending EQ elements
/freebsd-11-stable/sys/tests/framework/
H A Dkern_testfrwk.c88 kfrwk_task(void *context, int pending) argument
/freebsd-11-stable/usr.sbin/bluetooth/l2control/
H A Dl2cap.c175 r.connections[n].pending,
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpivar.h77 uint8_t pending; member in struct:wpi_tx_ring
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c47 static void mlx4_en_tx_que(void *arg, int pending) argument
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_futex.c1291 struct linux_robust_list *entry, *next_entry, *pending; local
1318 if (fetch_robust_entry(&pending, PTRIN(&head->pending_list), &pip)) {
1326 if (entry != pending)
1346 if (pending)
1347 handle_futex_death(em, (uint32_t *)((caddr_t)pending + futex_offset), pip);
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dif_ece.c175 static void ece_intr_task(void *arg, int pending __unused);
176 static void ece_tx_task(void *arg, int pending __unused);
177 static void ece_cleanup_task(void *arg, int pending __unused);
1443 ece_intr_task(void *arg, int pending __unused)
1517 ece_cleanup_task(void *arg, int pending __unused)
1751 ece_tx_task(void *arg, int pending __unused)
/freebsd-11-stable/contrib/gcc/
H A Dvar-tracking.c1826 fibheap_t worklist, pending, fibheap_swap; local
1844 pending = fibheap_new ();
1851 fibheap_insert (pending, bb_order[bb->index], bb);
1854 while (!fibheap_empty (pending))
1856 fibheap_swap = pending;
1857 pending = worklist;
1900 fibheap_insert (pending,
1920 fibheap_delete (pending);
/freebsd-11-stable/sys/dev/drm/
H A Dr128_cce.c198 /* Flush any pending commands to the CCE. This should only be used just
251 /* Reset the Concurrent Command Engine. This will not flush any pending
262 /* Stop the Concurrent Command Engine. This will not flush any pending
308 /* Reset any pending vertex, indirect buffers */
677 /* Flush any pending CCE commands. This ensures any outstanding
831 if (buf->pending && buf_priv->age <= done_age) {
835 buf->pending = 0;
/freebsd-11-stable/sys/dev/ntb/if_ntb/
H A Dif_ntb.c116 static void ntb_handle_tx(void *arg, int pending);
382 ntb_handle_tx(void *arg, int pending) argument
/freebsd-11-stable/sys/kern/
H A Dvfs_aio.c316 static void aio_schedule_fsync(void *context, int pending);
331 static void aio_kick_helper(void *context, int pending);
648 * Try to cancel all pending requests. This code simulates
649 * aio_cancel on all pending I/O requests.
924 if (--sjob->pending > 0)
943 aio_schedule_fsync(void *context, int pending) argument
1737 job->pending++;
1740 if (job->pending != 0) {
1808 aio_kick_helper(void *context, int pending) argument
1813 while (--pending >
[all...]
/freebsd-11-stable/sys/ddb/
H A Ddb_textdump.c128 SYSCTL_INT(_debug_ddb_textdump, OID_AUTO, pending, CTLFLAG_RW,
491 * Terminate the dump, report any errors, and clear the pending flag.
/freebsd-11-stable/sys/dev/bxe/
H A Decore_sp.h127 #define ECORE_RET_PENDING(pending_bit, pending) \
128 (ECORE_TEST_BIT(pending_bit, pending) ? ECORE_PENDING : ECORE_SUCCESS)
482 /* Wait until all pending commands complete */
492 * pending commands list.
495 /* If there is another pending ramrod, wait until it finishes and
543 int state; /* "ramrod is pending" state bit */
654 /* Commands pending for an execution. */
657 /* Commands pending for an completion. */
677 * Called before removing pending commands, cleaning allocated
683 * This will try to cancel the current pending command
1529 unsigned long pending; member in struct:ecore_queue_sp_obj
1788 unsigned long pending; member in struct:ecore_func_sp_obj
[all...]
/freebsd-11-stable/sys/dev/cfi/
H A Dcfi_disk.c263 cfi_io_proc(void *arg, int pending) argument
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h672 int16_t pending; /* num. pending packets */ member in struct:__anon12646
/freebsd-11-stable/sys/dev/nmdm/
H A Dnmdm.c249 nmdm_task_tty(void *arg, int pending __unused)
/freebsd-11-stable/tools/tools/vhba/faulty/
H A Dvhba_faulty.c83 vhba_task(void *arg, int pending) argument

Completed in 380 milliseconds

1234567891011>>