Searched refs:work (Results 151 - 175 of 270) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_irq.c276 /* Helper routine in DRM core does all the work: */
403 * @work: workqueue struct
517 * The mask bit in IMR is cleared by dev_priv->rps.work.
526 taskqueue_enqueue(dev_priv->wq, &dev_priv->rps.work);
826 * i915_error_work_func - do process context error handling work
827 * @work: work struct
1482 struct intel_unpin_work *work; local
1490 work = intel_crtc->unpin_work;
1492 if (work
[all...]
H A Dintel_drv.h426 struct task work; member in struct:intel_unpin_work
439 struct timeout_task work; member in struct:intel_fbc_work
/freebsd-11-stable/share/mk/
H A Dmeta.sys.mk56 # that won't work for us.
H A Dsuite.test.mk84 # This target, by necessity, can only work for native builds (i.e. a FreeBSD
/freebsd-11-stable/contrib/bmake/mk/
H A Dprog.mk92 # this is known to work for NetBSD 1.6 and FreeBSD 4.2
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c561 sdp_rx_comp_work(struct work_struct *work) argument
563 struct sdp_sock *ssk = container_of(work, struct sdp_sock,
H A Dsdp_zcopy.c132 void srcavail_cancel_timeout(struct work_struct *work) argument
135 container_of(work, struct sdp_sock, srcavail_cancel_work.work);
/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.c78 /* This won't work, because the actual value is stored in
460 long work;
462 work = carry + radix * *pointer;
463 *pointer = work & LITTLENUM_MASK;
464 carry = work >> LITTLENUM_NUMBER_OF_BITS;
456 long work; local
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper.c443 * port. This function determines the POW work queue entry
485 /* Process the headers and place the IP header in the work queue */
1404 cvmx_wqe_t *work; local
1537 while ((work = cvmx_pow_work_request_sync(CVMX_POW_WAIT)))
1539 cvmx_helper_free_packet_data(work);
1540 cvmx_fpa_free(work, CVMX_FPA_WQE_POOL, 0);
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dfbsdid_test.sh33 WORKDIR=work
41 # Allow the user to specify an alternate work directory or script.
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dboot.s85 # Step 4: Set DA/UA into BIOS work area
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_netmap.c544 * Write work requests to send 'npkt' frames and ring the doorbell to send them
914 u_int n = 0, work = 0; local
989 netmap_rx_irq(ifp, nm_rxq->nid, &work);
990 MPASS(work != 0);
1006 netmap_rx_irq(ifp, nm_rxq->nid, &work);
/freebsd-11-stable/release/
H A DMakefile160 --exclude 'usr/ports/INDEX*' --exclude work usr/ports | \
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk11 # work. To ensure they do work, we have to duplicate thee few lines here.
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h642 struct work_struct work; member in struct:mlx4_vf_immed_vlan_work
1041 void mlx4_master_comm_channel(struct work_struct *work);
1042 void mlx4_gen_slave_eqe(struct work_struct *work);
1043 void mlx4_master_handle_slave_flr(struct work_struct *work);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_eq.c434 int work = 0; local
442 work = 1;
449 return IRQ_RETVAL(work);
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h510 struct work_struct work; member in struct:mlx5_core_health
825 struct work_struct work; member in struct:mlx5_cmd_work_ent
950 struct mlx5_async_work *work);
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_main.c1851 taskqueue_enqueue_timeout(rx_status_tq->tq, &rx_status_tq->work,
1872 TIMEOUT_TASK_INIT(rx_status_tq->tq, &rx_status_tq->work, 0,
1881 taskqueue_enqueue_timeout(rx_status_tq->tq, &rx_status_tq->work,
1894 &lio->rx_status_tq.work, NULL))
1896 &lio->rx_status_tq.work);
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.c300 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
307 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
950 &(state->lenbits), state->work);
1024 &(state->lenbits), state->work);
1033 &(state->next), &(state->distbits), state->work);
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c676 if (bus_dmamem_alloc(ch->dma.work_tag, (void **)&ch->dma.work, 0,
679 if (bus_dmamap_load(ch->dma.work_tag, ch->dma.work_map, ch->dma.work,
681 bus_dmamem_free(ch->dma.work_tag, ch->dma.work, ch->dma.work_map);
721 bus_dmamem_free(ch->dma.work_tag, ch->dma.work, ch->dma.work_map);
724 ch->dma.work = NULL;
1035 ctp = (struct siis_cmd *)(ch->dma.work + SIIS_CT_OFFSET +
1068 (ch->dma.work + SIIS_CT_OFFSET + (SIIS_CT_SIZE * slot->slot));
H A Dsiis.h274 /* Total main work area. */
334 uint8_t *work; /* workspace */ member in struct:ata_dma
335 bus_addr_t work_bus; /* bus address of work */
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.c462 /* Sysctls for limiting the amount of work done in the taskqueues */
2169 /* Do the work to read phy */
3774 * Setup work for hardware segmentation offload (TSO) on
4037 * TRUE return means there's work in the ring to clean, FALSE its empty.
4046 u32 work, processed = 0; local
4063 /* Get work starting point */
4064 work = txr->next_to_clean;
4065 buf = &txr->tx_buffers[work];
4066 txd = &txr->tx_base[work];
4067 work
[all...]
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A DMakefile.in85 single.lo team.lo work.lo lock.lo mutex.lo proc.lo sem.lo \
278 loop.c ordered.c parallel.c sections.c single.c team.c work.c \
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/work.Plo@am__quote@
/freebsd-11-stable/contrib/subversion/
H A DMakefile.in7 # distributed with this work for additional information
104 javahl_test_rootdir=$(abs_builddir)/subversion/bindings/javahl/test-work
696 if [ -d subversion/tests/cmdline/svn-test-work ]; then \
697 rm -rf subversion/tests/cmdline/svn-test-work/*; \
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.h290 struct timeout_task work; member in struct:lio_tq

Completed in 418 milliseconds

1234567891011