Searched refs:pending (Results 251 - 275 of 382) sorted by relevance

<<111213141516

/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c152 static void process_req(void *ctx, int pending);
1628 process_req(void *ctx, int pending) argument
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ixv.c2213 ixv_handle_que(void *context, int pending) argument
2395 ixv_handle_link(void *context, int pending) argument
/freebsd-11-stable/sys/net/
H A Dif_vlan.c319 static void vlan_lladdr_fn(void *arg, int pending);
1301 vlan_lladdr_fn(void *arg, int pending __unused)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c1111 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
/freebsd-11-stable/sys/dev/drm/
H A Dmach64_state.c623 if (copy_buf->pending) {
H A DdrmP.h370 __volatile__ int pending; /* On hardware DMA queue */ member in struct:drm_buf
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc_helper.c978 static void output_poll_execute(void *ctx, int pending) argument
/freebsd-11-stable/sys/dev/glxsb/
H A Dglxsb.c821 glxsb_crypto_task(void *arg, int pending) argument
/freebsd-11-stable/sys/dev/virtio/console/
H A Dvirtio_console.c839 vtcon_ctrl_task_cb(void *xsc, int pending) argument
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_structures.h436 boolean_t pending; member in struct:pqi_event
/freebsd-11-stable/sys/x86/iommu/
H A Dbusdma_dmar.c845 dmar_bus_task_dmamap(void *arg, int pending) argument
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.c568 void intel_console_resume(void *arg, int pending) argument
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_droq.c235 lio_droq_bh(void *ptr, int pending __unused)
761 /* If there are packets pending. schedule tasklet again */
/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c797 hv_vss_process_request(void *context, int pending __unused)
980 mtx_init(&sc->pending_mutex, "hv_vss pending mutex", NULL, MTX_DEF);
/freebsd-11-stable/sys/dev/iser/
H A Diser_verbs.c160 iser_cq_tasklet_fn(void *data, int pending) argument
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c158 static void otus_tx_task(void *, int pending);
528 otus_tx_task(void *arg, int pending) argument
1011 * XXX TODO: something needs to wake up any pending/sleeping
1206 otus_next_scan(void *arg, int pending) argument
1930 "%s: empty pending queue sc %p\n", __func__, sc);
2005 "%s: empty pending queue sc %p\n", __func__, sc);
2966 otus_calibrate_to(void *arg, int pending) argument
3166 /* Drain any pending TX frames */
3224 /* Drain any pending TX frames */
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.c257 static void lem_handle_rxtx(void *context, int pending);
258 static void lem_handle_link(void *context, int pending);
1430 lem_handle_link(void *context, int pending) argument
1450 lem_handle_rxtx(void *context, int pending) argument
1848 /* signal intr and data pending */
3175 /* a tdt write is pending, do it */
3186 * If there are no pending descriptors, clear the watchdog.
H A Dif_igb.c216 static void igb_handle_que(void *context, int pending);
217 static void igb_handle_link(void *context, int pending);
1000 igb_deferred_mq_start(void *arg, int pending) argument
1360 /* this clears any pending interrupts */
1397 igb_handle_que(void *context, int pending) argument
1441 igb_handle_link(void *context, int pending) argument
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Den.h817 void mlx4_en_rx_que(void *context, int pending);
/freebsd-11-stable/sys/dev/kbdmux/
H A Dkbdmux.c222 kbdmux_kbd_intr(void *xkbd, int pending) argument
/freebsd-11-stable/sys/dev/vkbd/
H A Dvkbd.c125 #define READ (1 << 4) /* read pending */
126 #define WRITE (1 << 5) /* write pending */
475 vkbd_dev_intr(void *xkbd, int pending) argument
/freebsd-11-stable/sys/kern/
H A Dkern_mbuf.c600 mb_reclaim(uma_zone_t zone __unused, int pending __unused)
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h564 int pending; member in struct:mlx5_cache_ent
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c1332 * o free the taskqueue which drains any pending tasks
1721 * the vap state by any frames pending on the tx queues.
1771 * Reclaim any pending mcast frames for the vap.
1842 * XXX This doesn't wait until all pending taskqueue
2275 ath_fatal_proc(void *arg, int pending) argument
2379 ath_bmiss_proc(void *arg, int pending) argument
2384 DPRINTF(sc, ATH_DEBUG_ANY, "%s: pending %u\n", __func__, pending);
2655 * Wait until all pending TX/RX has completed.
2672 * Sleep until all the pending operation
3660 ath_reset_proc(void *arg, int pending) argument
3674 ath_bstuck_proc(void *arg, int pending) argument
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c233 static void xpt_run_allocq_task(void *context, int pending);
298 static void xpt_finishconfig_task(void *context, int pending);
3213 xpt_run_allocq_task(void *context, int pending) argument
4447 * device so any pending transactions are
4739 xpt_destroy_device(void *context, int pending) argument
5077 xpt_finishconfig_task(void *context, int pending) argument

Completed in 297 milliseconds

<<111213141516