Searched refs:pending (Results 276 - 300 of 382) sorted by relevance

<<111213141516

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c151 static void qlnx_fp_taskqueue(void *context, int pending);
177 static void qlnx_pf_taskqueue(void *context, int pending);
522 qlnx_sp_taskqueue(void *context, int pending) argument
579 qlnx_fp_taskqueue(void *context, int pending) argument
704 qlnx_error_recovery_taskqueue(void *context, int pending) argument
8464 /* Skip VFs with no pending messages */
8535 qlnx_pf_taskqueue(void *context, int pending) argument
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c622 * First check the pending connections queue and if we have
1126 * and be done with it. If there was any pending request we can
1769 ng_btsocket_l2cap_input(void *context, int pending) argument
1839 ng_btsocket_l2cap_rtclean(void *context, int pending) argument
2439 /* XXX what to do with pending request? */
2486 /* XXX FIXME what to do with pending request? */
2625 * pending timeout. If we do not have timeout then we must send
H A Dng_btsocket_hci_raw.c589 ng_btsocket_hci_raw_input(void *context, int pending) argument
1048 /* Check if we have pending ioctl() */
/freebsd-11-stable/sys/dev/mly/
H A Dmly.c92 static void mly_complete_handler(void *context, int pending);
1072 * Flush all pending I/O from the controller.
1623 mly_complete_handler(void *context, int pending) argument
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixlv.c2256 ixlv_handle_que(void *context, int pending) argument
2919 ixlv_do_adminq(void *context, int pending) argument
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsu.c1105 rsu_calib_task(void *arg, int pending __unused)
1139 rsu_tx_task(void *arg, int pending __unused)
1372 * before we tell it to, let's just wait until any pending
2041 "%s: empty pending queue sc %p\n", __func__, sc);
/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci.c86 static void sdhci_card_task(void *arg, int pending);
573 sdhci_card_task(void *arg, int pending __unused)
/freebsd-11-stable/sys/kern/
H A Duipc_usrreq.c2195 unp_process_defers(void *arg __unused, int pending) argument
2338 unp_gc(__unused void *arg, int pending) argument
H A Dkern_event.c106 static void kqueue_task(void *arg, int pending);
1624 kqueue_task(void *arg, int pending) argument
H A Dsubr_vmem.c726 vmem_periodic(void *unused, int pending) argument
/freebsd-11-stable/sys/cam/ata/
H A Data_da.c803 static void adasysctlinit(void *context, int pending);
1447 adasysctlinit(void *context, int pending) argument
2273 * read, and there are pending forced read errors, or
2274 * if a write and pending write errors, then fail this
2842 * no other I/Os pending apart from BIO_DELETEs.
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_cam.c78 static void ocs_ldt_task(void *arg, int pending);
1102 ocs_ldt_task(void *arg, int pending) argument
/freebsd-11-stable/sys/geom/raid/
H A Dmd_jmicron.c573 g_disk_md_jmicron_retaste(void *arg, int pending) argument
/freebsd-11-stable/sys/arm/allwinner/
H A Dif_awg.c289 awg_link_task(void *arg, int pending) argument
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c399 static void hpt_do_tasks(PVBUS_EXT vbus_ext, int pending) argument
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c787 mprsas_firmware_event_work(void *arg, int pending) argument
1236 * Run the interrupt handler to make sure it's not pending. This
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas_lsi.c600 mpssas_firmware_event_work(void *arg, int pending) argument
1025 * Run the interrupt handler to make sure it's not pending. This
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_fb_helper.c58 vt_restore_fbdev_mode(void *arg, int pending) argument
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c850 /* Flush all pending IP reassembly sessions */
896 void mlx4_en_rx_que(void *context, int pending) argument
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.h756 uint32_t pending; member in struct:oce_rq
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_tbolt.c1301 * Issue pending command can result in adapter being marked
1343 * pending command.
1490 mfi_handle_map_sync(void *context, int pending) argument
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h581 u_int16_t pending; /* number of pending packets */ member in struct:__anon150
1827 u_int8_t status; /* 0x00 - pending */
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1378 ubt_task(void *context, int pending) argument
/freebsd-11-stable/sys/dev/sume/
H A Dif_sume.c1406 sume_get_stats(void *context, int pending) argument
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c78 nm_kqueue_notify(void *opaque, int pending) argument

Completed in 291 milliseconds

<<111213141516