Searched refs:first (Results 76 - 100 of 978) sorted by relevance

1234567891011>>

/linux-master/drivers/media/pci/ivtv/
H A Divtv-udma.c14 void ivtv_udma_get_page_info(struct ivtv_dma_page_info *dma_page, unsigned long first, unsigned long size) argument
16 dma_page->uaddr = first & PAGE_MASK;
17 dma_page->offset = first & ~PAGE_MASK;
18 dma_page->tail = 1 + ((first+size-1) & ~PAGE_MASK);
19 dma_page->first = (first & PAGE_MASK) >> PAGE_SHIFT;
20 dma_page->last = ((first+size-1) & PAGE_MASK) >> PAGE_SHIFT;
21 dma_page->page_count = dma_page->last - dma_page->first + 1;
H A Divtv-udma.h13 void ivtv_udma_get_page_info(struct ivtv_dma_page_info *dma_page, unsigned long first, unsigned long size);
/linux-master/drivers/macintosh/
H A Dwindfarm_pid.h38 int first; /* first run of the loop */ member in struct:wf_pid_state
73 int first; /* first run of the loop */ member in struct:wf_cpu_pid_state
/linux-master/drivers/dma/
H A Dmmp_pdma.c96 struct mmp_pdma_desc_sw *cyclic_first; /* first desc_sw if channel
448 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new; local
482 if (!first)
483 first = new;
503 list_add_tail(&new->node, &first->tx_list);
506 first->async_tx.flags = flags; /* client is in control of this ack */
507 first->async_tx.cookie = -EBUSY;
515 return &first->async_tx;
518 if (first)
519 mmp_pdma_free_desc_list(chan, &first
529 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new = NULL; local
610 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new; local
[all...]
H A Dat_xdmac.c277 /* Following members are only used by the first descriptor */
455 struct at_xdmac_desc *first)
465 dev_vdbg(chan2dev(&atchan->chan), "%s: desc 0x%p\n", __func__, first);
468 first->active_xfer = true;
470 /* Tell xdmac where to get the first descriptor. */
471 reg = AT_XDMAC_CNDA_NDA(first->tx_dma_desc.phys);
484 else if ((first->lld.mbr_ubc &
495 at_xdmac_chan_write(atchan, AT_XDMAC_CC, first->lld.mbr_cfg);
516 if (at_xdmac_chan_is_peripheral_xfer(first->lld.mbr_cfg))
767 struct at_xdmac_desc *first local
454 at_xdmac_start_xfer(struct at_xdmac_chan *atchan, struct at_xdmac_desc *first) argument
847 __func__, desc, first); local
870 struct at_xdmac_desc *first = NULL, *prev = NULL; local
936 __func__, desc, first); local
1077 struct at_xdmac_desc *prev = NULL, *first = NULL; local
1113 __func__, first, first); local
1147 __func__, desc, first); local
1173 struct at_xdmac_desc *first = NULL, *prev = NULL; local
1265 __func__, desc, first); local
1382 *ppdesc = NULL, *first = NULL; local
1487 __func__, desc, first); local
[all...]
H A Dep93xx_dma.c156 * @queue holds pending transactions. These are linked through the first
158 * the first and chained descriptors are flattened into a single list.
253 * We copy the callback parameters from the first descriptor
255 * callback without having to find out the first descriptor in
299 * If txd.cookie is set it means that we are back in the first
991 struct ep93xx_dma_desc *desc, *first; local
994 first = NULL;
1008 if (!first)
1009 first = desc;
1011 list_add_tail(&desc->node, &first
1040 struct ep93xx_dma_desc *desc, *first; local
1122 struct ep93xx_dma_desc *desc, *first; local
[all...]
H A Dbcm-sba-raid.c108 struct sba_request *first; member in struct:sba_request
223 req->first = req;
301 static void sba_chain_request(struct sba_request *first, argument
309 list_add_tail(&req->next, &first->next);
310 req->first = first;
311 atomic_inc(&first->next_pending_count);
388 /* Get the first pending request */
412 struct sba_request *nreq, *first = req->first; local
734 struct sba_request *first = NULL, *req; local
873 struct sba_request *first = NULL, *req; local
1343 struct sba_request *first = NULL, *req; local
[all...]
/linux-master/net/netfilter/
H A Dnft_set_pipapo_avx2.c142 * @last: Return index of first set bit, if this is the last field
150 * Return: first set bit index if @last, index of first filled word otherwise.
192 * @first: If this is the first field, don't source previous result
193 * @last: Last field: stop at the first match and return bit index
197 * this is the first field in the set, simply AND the buckets together
211 * Return: -1 on no match, rule index of match if @last, otherwise first long
212 * word index to be checked next (i.e. first filled word).
217 bool first, boo
214 nft_pipapo_avx2_lookup_4b_2(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
277 nft_pipapo_avx2_lookup_4b_4(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
354 nft_pipapo_avx2_lookup_4b_8(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
450 nft_pipapo_avx2_lookup_4b_12(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
540 nft_pipapo_avx2_lookup_4b_32(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
676 nft_pipapo_avx2_lookup_8b_1(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
734 nft_pipapo_avx2_lookup_8b_2(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
799 nft_pipapo_avx2_lookup_8b_4(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
875 nft_pipapo_avx2_lookup_8b_6(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
961 nft_pipapo_avx2_lookup_8b_16(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
1054 nft_pipapo_avx2_lookup_slow(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
1170 bool last = i == m->field_count - 1, first = !i; local
[all...]
/linux-master/lib/
H A Dplist.c75 struct plist_node *first, *iter, *prev = NULL; local
85 first = iter = plist_first(head);
96 } while (iter != first);
185 struct plist_node *first, *prio_pos, *node_pos; local
192 prio_pos = first = plist_first(&test_head);
196 if (node_pos == first)
209 BUG_ON(prio_pos->prio_list.next != &first->prio_list);
/linux-master/tools/perf/tests/
H A Dtime-utils-test.c62 u64 first; member in struct:test_data
73 .first_sample_time = d->first,
86 d->first, d->last);
192 .first = b,
207 .first = b,
222 .first = b,
237 .first = b,
/linux-master/drivers/irqchip/
H A Dirq-alpine-msi.c61 int first; local
65 first = bitmap_find_next_zero_area(priv->msi_map, priv->num_spis, 0,
67 if (first >= priv->num_spis) {
72 bitmap_set(priv->msi_map, first, num_req);
76 return priv->spi_first + first;
82 int first = sgi - priv->spi_first; local
86 bitmap_clear(priv->msi_map, first, num_req);
/linux-master/drivers/platform/x86/intel/ifs/
H A Druntest.c16 * execute together, but only the first thread on the
179 int first; local
191 /* Only the first logical CPU on a core reports result */
192 first = cpumask_first(cpu_smt_mask(cpu));
210 if (cpu == first)
306 int first; local
313 first = cpumask_first(cpu_smt_mask(cpu));
315 if (cpu == first) {
364 int first; local
366 first
[all...]
/linux-master/sound/isa/gus/
H A Dgus_mem.c43 pblock = alloc->first;
49 if (pblock == alloc->first)
50 alloc->first = nblock;
61 alloc->first = alloc->last = nblock;
77 if (alloc->first == block) {
78 alloc->first = block->next;
105 for (block = alloc->first; block; block = block->next) {
121 for (block = alloc->first; block; block = block->next)
147 for (pblock = alloc->first, idx = 0; pblock; pblock = pblock->next) {
236 alloc->first
[all...]
/linux-master/tools/lib/
H A Dbitmap.c36 bool first = true; local
46 if (!first)
49 first = false;
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_tx.c55 * @first: the first PIO buffer to cancel
61 void qib_disarm_piobufs(struct qib_devdata *dd, unsigned first, unsigned cnt) argument
67 last = first + cnt;
69 for (i = first; i < last; i++) {
95 * separately, first, then remaining subctxt, if any
145 * separately, first, then remaining subctxt, if any
279 u32 first, u32 last)
290 nbufs = last - first + 1; /* number in range to check */
301 i = first;
278 qib_getsendbuf_range(struct qib_devdata *dd, u32 *pbufnum, u32 first, u32 last) argument
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_qos.c211 u32 idx, u32 *prev, u32 *next, u32 *first)
215 *first = sparx5_lg_get_first(sparx5, layer, group);
216 *prev = *first;
217 *next = *first;
218 itr = *first;
255 /* Set the first element. */
268 u32 first, next, prev; local
273 &first) < 0);
282 /* idx is removed and points to itself, first is next */
283 first
210 sparx5_lg_get_adjacent(struct sparx5 *sparx5, u32 layer, u32 group, u32 idx, u32 *prev, u32 *next, u32 *first) argument
297 u32 first, next, old_group; local
[all...]
/linux-master/scripts/gdb/linux/
H A Dmodules.py90 first = True
94 separator=" " if first else ",",
96 first = False
/linux-master/fs/gfs2/
H A Drgrp.h87 u64 first = rgd->rd_data0; local
88 u64 last = first + rgd->rd_data;
89 return first <= block && block < last;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dbase.c29 nvkm_ltc_tags_clear(struct nvkm_device *device, u32 first, u32 count) argument
32 const u32 limit = first + count - 1;
34 BUG_ON((first > limit) || (limit >= ltc->num_tags));
37 ltc->func->cbc_clear(ltc, first, limit);
/linux-master/arch/alpha/lib/
H A Dstrlen.S25 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
H A Dstrcat.S23 ldq_u $1, 0($16) # load first quadword (a0 may be misaligned)
H A Dev67-strcat.S35 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned)
H A Dev67-strlen.S29 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
/linux-master/net/mptcp/
H A Dsched.c155 if (msk->first &&
156 __tcp_can_send(msk->first) &&
157 sk_stream_memory_free(msk->first)) {
158 mptcp_subflow_set_scheduled(mptcp_subflow_ctx(msk->first), true);
/linux-master/sound/core/oss/
H A Dcopy.c41 if (snd_BUG_ON(src_channels->area.first % 8 ||
44 if (snd_BUG_ON(dst_channels->area.first % 8 ||

Completed in 330 milliseconds

1234567891011>>