Searched refs:pending (Results 101 - 125 of 382) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_helper.c108 softs->pending_events[PQI_EVENT_HEARTBEAT].pending = true;
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdSchedule.c120 printf("AcpiOsExecute: enqueue %d pending tasks\n",
134 * the pending argument for its callbacks.
137 acpi_task_execute(void *context, int pending) argument
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_droq.h279 /* Packets pending to be processed */
285 /* The number of descriptors pending refill. */
431 void lio_droq_bh(void *ptr, int pending __unused);
H A Dlio_request_manager.c51 static void lio_check_db_timeout(void *arg, int pending);
302 int i, retry = 1000, pending, instr_cnt = 0; local
310 pending = atomic_load_acq_int(
312 if (pending)
314 instr_cnt += pending;
384 * memory before indicating that the instruction is pending.
581 lio_check_db_timeout(void *arg, int pending) argument
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.h180 void mprsas_firmware_event_work(void *arg, int pending);
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c130 * Notify host that there are data pending on our TX bufring.
774 vmbus_chan_clrchmap_task(void *xchan, int pending __unused)
798 vmbus_chan_poll_cancel_task(void *xchan, int pending __unused)
1215 vmbus_chan_task(void *xchan, int pending __unused)
1251 vmbus_chan_task_nobatch(void *xchan, int pending __unused)
1271 vmbus_chan_poll_task(void *xchan, int pending __unused)
1283 vmbus_chan_pollcfg_task(void *xarg, int pending __unused)
1324 * the ISR anymore, time to cancel the pending one.
1361 * pending one.
1370 vmbus_chan_polldis_task(void *xchan, int pending __unuse
[all...]
/freebsd-11-stable/testcode/
H A Dfake_event.c90 /** the pending entry for this commpoint (if any) */
91 struct fake_pending* pending; member in struct:fake_commpoint
173 /** delete a fake pending */
200 * return: true if pending query matches the now event.
211 /* see if any of the pending queries matches */
228 * Find the range that matches this pending message.
231 * @param pend: the pending that the entry must match.
262 * See if outgoing pending query matches an entry.
266 * @return: true if pending query matches the now event.
290 * Remove the item from the pending lis
818 struct fake_pending* pending = NULL; local
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clnode.c69 static void nfs_freesillyrename(void *arg, __unused int pending);
196 nfs_freesillyrename(void *arg, __unused int pending) argument
287 * If the NLM is running, give it a chance to abort pending
/freebsd-11-stable/sys/sys/
H A Dsocketvar.h350 void soaio_rcv(void *context, int pending);
351 void soaio_snd(void *context, int pending);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c82 struct list_head pending; member in struct:mcast_member
126 /* delayed work to clean pending SM request */
459 mcg_warn_group(group, "releasing a group with non empty pending list\n");
709 /* We should now go over pending join/leave requests, as long as we are idle. */
838 INIT_LIST_HEAD(&group->func[i].pending);
880 list_add_tail(&req->func_list, &group->func[req->func].pending);
969 mcg_debug_group(group, "Port %d, Func %d has too many pending requests (%d), dropping\n",
1176 list_for_each_entry_safe(req, tmp, &group->func[vf].pending, func_list) {
1194 if (!pend && (!list_empty(&group->func[vf].pending) || group->func[vf].num_pend_reqs)) {
1196 list_empty(&group->func[vf].pending), grou
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c313 * If we have pending packets then assume that Host Controller has
318 NG_HCI_BUFF_ACL_FREE(con->unit->buffer, con->pending);
320 NG_HCI_BUFF_SCO_FREE(con->unit->buffer, con->pending);
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dsrq_pingpong.c72 int pending[MAX_QP]; member in struct:pingpong_context
860 ctx->pending[i] = PINGPONG_SEND_WRID | PINGPONG_RECV_WRID;
864 ctx->pending[i] = PINGPONG_RECV_WRID;
946 ctx->pending[qp_ind] &= ~(int) wc[i].wr_id;
947 if (scnt < iters && !ctx->pending[qp_ind]) {
952 ctx->pending[qp_ind] = PINGPONG_RECV_WRID |
H A Drc_pingpong.c76 int pending; member in struct:pingpong_context
650 ctx->pending &= ~(int)wr_id;
651 if (*scnt < iters && !ctx->pending) {
656 ctx->pending = PINGPONG_RECV_WRID |
906 ctx->pending = PINGPONG_RECV_WRID;
913 ctx->pending |= PINGPONG_SEND_WRID;
/freebsd-11-stable/sys/kern/
H A Dsys_socket.c430 int error, id, pending; local
450 pending = task->ta_pending;
454 task->ta_func(task->ta_context, pending);
482 soaio_kproc_create(void *context, int pending) argument
692 * If there are still pending requests, the socket must not be
708 soaio_rcv(void *context, int pending) argument
717 soaio_snd(void *context, int pending) argument
/freebsd-11-stable/sys/dev/smc/
H A Dif_smc.c567 smc_task_tx(void *context, int pending) argument
576 (void)pending;
672 smc_task_rx(void *context, int pending) argument
680 (void)pending;
832 smc_task_intr(void *context, int pending) argument
838 (void)pending;
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c197 * List of pending watch callback events.
228 * callbacks of the just unregistered watch are pending
674 msg->u.watch.handle->pending <
676 msg->u.watch.handle->pending++;
1055 msg->u.watch.handle->pending--;
1148 xs_attach_late(void *arg, int pending) argument
1151 KASSERT((pending == 1), ("xs late attach queued several times"));
1639 watch->pending = 0;
1693 /* Cancel pending watch events. */
/freebsd-11-stable/sys/dev/bxe/
H A Decore_sp.c189 * 'pending' list.
200 /* Run through the pending commands list and create a next
235 /* If zero is returned, means there are no outstanding pending
236 * completions and we may dismiss the pending list.
475 ECORE_MSG(sc, "vlan_mac_lock execute pending command with ramrod flags %lu\n",
481 ECORE_ERR("execution of pending commands failed with rc %d\n",
505 ECORE_MSG(sc, "Placing pending execution with ramrod flags %lu\n",
515 * @details Should be called under execution queue lock. Notice if a pending
522 /* It's possible a new pending execution was added since this writer
526 ECORE_MSG(sc, "vlan_mac_lock - writer release encountered a pending reques
4647 unsigned long *pending = &o->pending; local
6592 unsigned long *pending = &o->pending; local
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dr128_state.c630 buf->pending = 1;
688 buf->pending = 1;
770 buf->pending = 1;
840 if (buf->pending) {
841 DRM_ERROR("sending pending buffer %d\n", blit->idx);
1390 if (buf->pending) {
1391 DRM_ERROR("sending pending buffer %d\n", vertex->idx);
1446 if (buf->pending) {
1447 DRM_ERROR("sending pending buffer %d\n", elts->idx);
1584 if (buf->pending) {
[all...]
/freebsd-11-stable/sys/mips/adm5120/
H A Dif_admsw.c862 uint32_t pending; local
864 pending = REG_READ(ADMSW_INT_ST);
865 REG_WRITE(ADMSW_INT_ST, pending);
870 if ((pending & ADMSW_INTR_RHD) != 0)
873 if ((pending & ADMSW_INTR_RLD) != 0)
876 if ((pending & ADMSW_INTR_SHD) != 0)
879 if ((pending & ADMSW_INTR_SLD) != 0)
943 * If there are no more pending transmissions,
1096 /* clear all pending interrupts */
1144 /* clear all pending interrupt
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c479 * First check the pending connections queue and if we have
572 * Disconnect the socket. If there was any pending request we can
874 rt->pending -= ep->completed;
875 if (rt->pending < 0) {
878 "handle=%d, pending=%d, completed=%d\n",
882 ep->con_handle, rt->pending,
885 rt->pending = 0;
981 ng_btsocket_sco_input(void *context, int pending) argument
1044 ng_btsocket_sco_rtclean(void *context, int pending) argument
1713 * pending timeou
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.c483 /* Attempt to post pending requests */
588 OSAL_LIST_INIT(&p_spq->pending);
741 DP_NOTICE(p_hwfn, false, "Failed to allocate an SPQ entry for a pending ramrod\n");
751 p_ent->queue = &p_spq->pending;
777 * @brief ecore_spq_add_entry - adds a new entry to the pending
780 * Addes an entry to the pending list is there is room (en empty
829 /* entry is to be placed in 'pending' queue */
832 OSAL_LIST_PUSH_TAIL(&p_ent->list, &p_spq->pending);
836 OSAL_LIST_PUSH_HEAD(&p_ent->list, &p_spq->pending);
871 * pending F
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_ahci.c152 uint32_t pending; member in struct:ahci_port
471 if (p->pending == 0) {
511 p->pending &= ~(1 << slot);
732 p->pending |= 1 << slot;
770 p->pending |= 1 << slot;
853 p->pending &= ~(1 << slot);
881 p->pending |= 1 << slot;
1428 p->pending |= 1 << slot;
1864 for (; (p->ci & ~p->pending) != 0; p->ccs = ((p->ccs + 1) & 31)) {
1869 if ((p->ci & ~p->pending
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-srio.c204 /* Read to force pending transactions to complete */
258 /* Read to force pending transactions to complete */
284 if (CVMX_WAIT_FOR_FIELD64(CVMX_SRIOX_MAINT_OP(srio_port), cvmx_sriox_maint_op_t, pending, ==, 0, CVMX_SRIO_CONFIG_TIMEOUT))
294 if (CVMX_WAIT_FOR_FIELD64(CVMX_SRIOX_MAINT_OP(srio_port), cvmx_sriox_maint_op_t, pending, ==, 0, CVMX_SRIO_CONFIG_TIMEOUT))
340 if (CVMX_WAIT_FOR_FIELD64(CVMX_SRIOX_MAINT_OP(srio_port), cvmx_sriox_maint_op_t, pending, ==, 0, CVMX_SRIO_CONFIG_TIMEOUT))
350 if (CVMX_WAIT_FOR_FIELD64(CVMX_SRIOX_MAINT_OP(srio_port), cvmx_sriox_maint_op_t, pending, ==, 0, CVMX_SRIO_CONFIG_TIMEOUT))
771 /* Clear any pending interrupts */
1231 if (CVMX_WAIT_FOR_FIELD64(CVMX_SRIOX_TX_BELL(srio_port), cvmx_sriox_tx_bell_t, pending, ==, 0, CVMX_SRIO_DOORBELL_TIMEOUT))
1241 may delay on the pending bit, but this gives the caller the ability to
1268 if (tx_bell.s.pending)
[all...]
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_client.c37 * RADIUS_CLIENT_MAX_ENTRIES - RADIUS client maximum pending messages
82 * store pending RADIUS requests that may still need to be retransmitted.
226 * num_msgs - Number of pending messages in the msgs list
740 * such retries are used with RADIUS_ACCT_INTERIM, i.e., such a pending message
743 * The related device MAC address can be used to identify pending messages that
910 "Received RADIUS packet matched with a pending "
965 * This function is used to fetch a unique (among pending requests) identifier
982 "Removing pending RADIUS message, "
1004 * radius_client_flush - Flush all pending RADIUS client messages
1513 * radius_client_flush_auth - Flush pending RADIU
1560 int pending = 0; local
1609 int pending = 0; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.c100 patch_block_stabs (struct pending *, struct pending_stabs *,
345 patch_block_stabs (struct pending *symbols, struct pending_stabs *stabs,
1491 struct pending *ppt;
3464 struct pending **symlist;
3465 struct pending *osyms, *syms;
4037 static struct pending *common_block;
4074 struct pending *new = 0;
4075 struct pending *next;
4128 struct pending *next = (struct pending *) SYMBOL_TYP
[all...]

Completed in 248 milliseconds

1234567891011>>