Searched refs:pending (Results 226 - 250 of 382) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/mfi/
H A Dmfivar.h453 extern void mfi_handle_map_sync(void *context, int pending);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_pkey.c98 cl_qlist_init(&p_pkey_tbl->pending);
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs.c274 autofs_task(void *context, int pending) argument
/freebsd-11-stable/sys/contrib/zlib/
H A Dzlib.h278 buffer because there might be more output pending. See deflatePending(),
286 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
296 If flush is set to Z_PARTIAL_FLUSH, all pending output is flushed to the
326 If the parameter flush is set to Z_FINISH, pending input is processed,
327 pending output is flushed and deflate returns with Z_STREAM_END if there was
366 This function discards any unprocessed input and does not flush any pending
430 more output pending.
465 this case all pending input is processed and all pending output is flushed;
523 This function discards any unprocessed input and does not flush any pending
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sched.c234 update_tx_sched(void *context, int pending) argument
/freebsd-11-stable/sys/kern/
H A Dkern_shutdown.c150 &suspend_blocked, 0, "Block suspend due to a pending shutdown");
242 shutdown_nice_task_fn(void *arg, int pending __unused)
H A Dkern_conf.c58 static void destroy_dev_tq(void *ctx, int pending);
1420 destroy_dev_tq(void *ctx, int pending) argument
/freebsd-11-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c169 /// is restarted by rewinding mf->read_pos backwards by mf->pending. Then
171 /// function (with small amount of input, it may start using mf->pending
182 ++mf->pending;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c121 ent->pending--;
170 if (ent->pending >= MAX_PENDING_REG_MR) {
193 ent->pending++;
201 ent->pending--;
/freebsd-11-stable/sys/xen/xenbus/
H A Dxenbusb.c474 * still indicates a pending attach, manually
529 * \param pending The number of times this task was queued before it could
533 xenbusb_probe_children_cb(void *arg, int pending __unused)
706 * Other end state node watch, limit to one pending event
779 * Allow for unlimited pending watches, as those are local paths
/freebsd-11-stable/sys/arm/at91/
H A Dif_macb.c148 static void macb_intr_task(void *arg, int pending __unused);
705 /* Unarm watchog timer when there is no pending descriptors in queue. */
823 macb_intr_task(void *arg, int pending __unused)
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c472 vmbus_scan_done_task(void *xsc, int pending __unused)
585 vmbus_msg_task(void *xsc, int pending __unused)
/freebsd-11-stable/sys/dev/asmc/
H A Dasmc.c90 static void asmc_sms_task(void *arg, int pending);
1346 asmc_sms_task(void *arg, int pending) argument
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_ramdisk.c142 static void ctl_backend_ramdisk_worker(void *context, int pending);
558 ctl_backend_ramdisk_worker(void *context, int pending) argument
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.c77 static void qla_tx_done(void *context, int pending);
1481 qla_tx_done(void *context, int pending) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c2280 /* End any pending partial symbol table. */
3109 struct pending **symlist, *osyms, *syms;
3110 struct pending *local_list = NULL;
3203 struct pending *syms;
3204 struct pending *local_list = NULL;
3386 struct pending *syms;
3387 struct pending *local_list = NULL;
H A Dcoffread.c2039 struct pending **symlist;
2044 struct pending *osyms, *syms;
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.c1356 "pending exception: %#lx/%#x", __func__, entryinfo, info));
1416 * checking for pending interrupts. This is just an optimization and
1421 "pending int_window_exiting");
1500 * pending APIC vector that was preempted by the ExtINT
2489 /* Exit to allow the pending virtual NMI to be injected */
2904 * not be "lost" because it will be held pending in the host
2905 * APIC because interrupts are disabled. The pending interrupt
3477 * A notification is required whenever the 'pending' bit makes a
3480 * Even if the 'pending' bit is already asserted, notification about
3483 * the 0->1 'pending' transitio
3518 uint64_t pending, pirval; local
[all...]
/freebsd-11-stable/sys/dev/e1000/
H A Dif_em.c334 static void em_handle_tx(void *context, int pending);
335 static void em_handle_rx(void *context, int pending);
336 static void em_handle_link(void *context, int pending);
1606 em_handle_que(void *context, int pending) argument
1729 em_handle_rx(void *context, int pending) argument
1745 em_handle_tx(void *context, int pending) argument
1765 em_handle_link(void *context, int pending) argument
2933 ** We want to clear all pending descriptors from the TX ring.
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c853 mwl_radar_proc(void *arg, int pending) argument
858 DPRINTF(sc, MWL_DEBUG_ANY, "%s: radar detected, pending %u\n",
859 __func__, pending);
870 mwl_chanswitch_proc(void *arg, int pending) argument
875 DPRINTF(sc, MWL_DEBUG_ANY, "%s: channel switch notice, pending %u\n",
876 __func__, pending);
894 mwl_bawatchdog_proc(void *arg, int pending) argument
2622 DPRINTF(sc, MWL_DEBUG_RX_PROC, "%s: pending %u rdptr 0x%x wrptr 0x%x\n",
3804 mwl_draintxq(sc); /* clear pending tx frames */
4287 * (power save queues, pending t
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c86 /* List of pending variable definitions. */
87 struct stab_pending_var *pending; member in struct:stab_handle
101 /* A list of these structures is used to hold pending variable
106 /* Next pending variable definition. */
467 /* Emit any pending variable definitions. */
479 /* We shouldn't have any pending variable definitions here, but,
3216 v->next = info->pending;
3221 info->pending = v;
3226 /* Emit pending variable definitions. This is called after we see the
3234 v = info->pending;
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c444 /* number of pending GET requests */
447 /* number of pending PROPFIND requests */
629 pending requests, thereby giving more work to lightly loaded server
637 unsigned int pending = serf_connection_pending_requests(sc);
638 if (pending < min)
640 min = pending;
646 /* We don't know how many requests are pending per connection, so just
2327 after processing the pending data */
2335 /* Process pending data from the update report, if any */
2422 network or because we've spooled the entire response into our "pending"
635 unsigned int pending = serf_connection_pending_requests(sc); local
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_cp.c535 /* Flush any pending commands to the CP. This should only be used just
598 /* Reset the Command Processor. This will not flush any pending
613 /* Stop the Command Processor. This will not flush any pending
687 /* Reset any pending vertex, indirect buffers */
1652 /* Flush any pending CP commands. This ensures any outstanding
1863 if (buf->file_priv == NULL || (buf->pending &&
1867 buf->pending = 0;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_debug.c308 if (atomic_read(&work->pending) < INTEL_FLIP_COMPLETE) {
312 seq_printf(m, "Flip pending (waiting for vsync) on pipe %c (plane %c)\n",
319 seq_printf(m, "%d prepares\n", atomic_read(&work->pending));
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_usie.c1045 usie_if_sync_cb(void *arg, int pending) argument
1061 usie_if_status_cb(void *arg, int pending) argument

Completed in 546 milliseconds

1234567891011>>